<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: IIS Reporter Version 1.7 Release</title>
	<atom:link href="http://jimiz.net/blog/2005/02/iis-reporter-version-17-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimiz.net/blog/2005/02/iis-reporter-version-17-release/</link>
	<description>Untangling the Web</description>
	<lastBuildDate>Sat, 12 May 2012 12:39:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: tek samuel</title>
		<link>http://jimiz.net/blog/2005/02/iis-reporter-version-17-release/comment-page-1/#comment-117</link>
		<dc:creator>tek samuel</dc:creator>
		<pubDate>Fri, 25 Feb 2005 07:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://jimiz.net/blog/?p=38#comment-117</guid>
		<description>ERROR WHILE LAUNCHING IIS REPORT LATEST:
(on IIS 5.1 /XP PRO SP1a/.NET ver.1.1)


See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidCastException: Cast from type &#039;InvalidOperationException&#039; to type &#039;String&#039; is not valid.
   at IISreporter.Form1.Form1_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message&amp; m)
   at System.Windows.Forms.Control.WndProc(Message&amp; m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)
   at System.Windows.Forms.ContainerControl.WndProc(Message&amp; m)
   at System.Windows.Forms.Form.WmShowWindow(Message&amp; m)
   at System.Windows.Forms.Form.WndProc(Message&amp; m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&amp; m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message&amp; m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///d:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
IISreporter
    Assembly Version: 1.0.1860.41661
    Win32 Version: 1.0.1860.41661
    CodeBase: file:///C:/tmp0/IISreporter.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///d:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///d:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///d:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 7.0.5000.0
    Win32 Version: 7.10.3052.4
    CodeBase: file:///d:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

&lt;configuration&gt;
    &lt;system .windows.forms jitDebugging=&quot;true&quot; /&gt;
&lt;/system&gt;&lt;/configuration&gt;

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.</description>
		<content:encoded><![CDATA[<p>ERROR WHILE LAUNCHING IIS REPORT LATEST:<br />
(on IIS 5.1 /XP PRO SP1a/.NET ver.1.1)</p>
<p>See the end of this message for details on invoking<br />
just-in-time (JIT) debugging instead of this dialog box.</p>
<p>************** Exception Text **************<br />
System.InvalidCastException: Cast from type &#8216;InvalidOperationException&#8217; to type &#8216;String&#8217; is not valid.<br />
   at IISreporter.Form1.Form1_Load(Object sender, EventArgs e)<br />
   at System.Windows.Forms.Form.OnLoad(EventArgs e)<br />
   at System.Windows.Forms.Form.OnCreateControl()<br />
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)<br />
   at System.Windows.Forms.Control.CreateControl()<br />
   at System.Windows.Forms.Control.WmShowWindow(Message&#038; m)<br />
   at System.Windows.Forms.Control.WndProc(Message&#038; m)<br />
   at System.Windows.Forms.ScrollableControl.WndProc(Message&#038; m)<br />
   at System.Windows.Forms.ContainerControl.WndProc(Message&#038; m)<br />
   at System.Windows.Forms.Form.WmShowWindow(Message&#038; m)<br />
   at System.Windows.Forms.Form.WndProc(Message&#038; m)<br />
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&#038; m)<br />
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message&#038; m)<br />
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)</p>
<p>************** Loaded Assemblies **************<br />
mscorlib<br />
    Assembly Version: 1.0.5000.0<br />
    Win32 Version: 1.1.4322.573<br />
    CodeBase: file:///d:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
IISreporter<br />
    Assembly Version: 1.0.1860.41661<br />
    Win32 Version: 1.0.1860.41661<br />
    CodeBase: file:///C:/tmp0/IISreporter.exe<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System.Windows.Forms<br />
    Assembly Version: 1.0.5000.0<br />
    Win32 Version: 1.1.4322.573<br />
    CodeBase: file:///d:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System<br />
    Assembly Version: 1.0.5000.0<br />
    Win32 Version: 1.1.4322.573<br />
    CodeBase: file:///d:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System.Drawing<br />
    Assembly Version: 1.0.5000.0<br />
    Win32 Version: 1.1.4322.573<br />
    CodeBase: file:///d:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Microsoft.VisualBasic<br />
    Assembly Version: 7.0.5000.0<br />
    Win32 Version: 7.10.3052.4<br />
    CodeBase: file:///d:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>************** JIT Debugging **************<br />
To enable just in time (JIT) debugging, the config file for this<br />
application or machine (machine.config) must have the<br />
jitDebugging value set in the system.windows.forms section.<br />
The application must also be compiled with debugging<br />
enabled.</p>
<p>For example:</p>
<p><configuration><br />
    <system .windows.forms jitDebugging="true" /><br />
</configuration></p>
<p>When JIT debugging is enabled, any unhandled exception<br />
will be sent to the JIT debugger registered on the machine<br />
rather than being handled by this dialog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tek samuel</title>
		<link>http://jimiz.net/blog/2005/02/iis-reporter-version-17-release/comment-page-1/#comment-116</link>
		<dc:creator>tek samuel</dc:creator>
		<pubDate>Fri, 25 Feb 2005 07:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://jimiz.net/blog/?p=38#comment-116</guid>
		<description>I have genuine XP PRO SP1a on an Intel P4 /2.6 GHz/512MB server with 
IE 6.0 SP1, .NET 1.1, IIS 5.1

Unfortunately, your latest IIS report app (1.7) provided me the following error while launching:
(Microsoft .NET framework alert window) 
Cast from type &quot;InvalidOperationException&quot; to type string is not valid

When click Details:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidCastException: Cast from type &#039;InvalidOperationException&#039; to type &#039;String&#039; is not valid.
   at IISreporter.Form1.Form1_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message&amp; m)
   at System.Windows.Forms.Control.WndProc(Message&amp; m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)
   at System.Windows.Forms.ContainerControl.WndProc(Message&amp; m)
   at System.Windows.Forms.Form.WmShowWindow(Message&amp; m)
   at System.Windows.Forms.Form.WndProc(Message&amp; m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&amp; m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message&amp; m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///d:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
IISreporter
    Assembly Version: 1.0.1860.41661
    Win32 Version: 1.0.1860.41661
    CodeBase: file:///C:/tmp0/IISreporter.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///d:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///d:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///d:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 7.0.5000.0
    Win32 Version: 7.10.3052.4
    CodeBase: file:///d:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

&lt;configuration&gt;
    &lt;system .windows.forms jitDebugging=&quot;true&quot; /&gt;
&lt;/system&gt;&lt;/configuration&gt;

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.


=================================</description>
		<content:encoded><![CDATA[<p>I have genuine XP PRO SP1a on an Intel P4 /2.6 GHz/512MB server with<br />
IE 6.0 SP1, .NET 1.1, IIS 5.1</p>
<p>Unfortunately, your latest IIS report app (1.7) provided me the following error while launching:<br />
(Microsoft .NET framework alert window)<br />
Cast from type &#8220;InvalidOperationException&#8221; to type string is not valid</p>
<p>When click Details:</p>
<p>See the end of this message for details on invoking<br />
just-in-time (JIT) debugging instead of this dialog box.</p>
<p>************** Exception Text **************<br />
System.InvalidCastException: Cast from type &#8216;InvalidOperationException&#8217; to type &#8216;String&#8217; is not valid.<br />
   at IISreporter.Form1.Form1_Load(Object sender, EventArgs e)<br />
   at System.Windows.Forms.Form.OnLoad(EventArgs e)<br />
   at System.Windows.Forms.Form.OnCreateControl()<br />
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)<br />
   at System.Windows.Forms.Control.CreateControl()<br />
   at System.Windows.Forms.Control.WmShowWindow(Message&#038; m)<br />
   at System.Windows.Forms.Control.WndProc(Message&#038; m)<br />
   at System.Windows.Forms.ScrollableControl.WndProc(Message&#038; m)<br />
   at System.Windows.Forms.ContainerControl.WndProc(Message&#038; m)<br />
   at System.Windows.Forms.Form.WmShowWindow(Message&#038; m)<br />
   at System.Windows.Forms.Form.WndProc(Message&#038; m)<br />
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&#038; m)<br />
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message&#038; m)<br />
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)</p>
<p>************** Loaded Assemblies **************<br />
mscorlib<br />
    Assembly Version: 1.0.5000.0<br />
    Win32 Version: 1.1.4322.573<br />
    CodeBase: file:///d:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
IISreporter<br />
    Assembly Version: 1.0.1860.41661<br />
    Win32 Version: 1.0.1860.41661<br />
    CodeBase: file:///C:/tmp0/IISreporter.exe<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System.Windows.Forms<br />
    Assembly Version: 1.0.5000.0<br />
    Win32 Version: 1.1.4322.573<br />
    CodeBase: file:///d:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System<br />
    Assembly Version: 1.0.5000.0<br />
    Win32 Version: 1.1.4322.573<br />
    CodeBase: file:///d:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
System.Drawing<br />
    Assembly Version: 1.0.5000.0<br />
    Win32 Version: 1.1.4322.573<br />
    CodeBase: file:///d:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Microsoft.VisualBasic<br />
    Assembly Version: 7.0.5000.0<br />
    Win32 Version: 7.10.3052.4<br />
    CodeBase: file:///d:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>************** JIT Debugging **************<br />
To enable just in time (JIT) debugging, the config file for this<br />
application or machine (machine.config) must have the<br />
jitDebugging value set in the system.windows.forms section.<br />
The application must also be compiled with debugging<br />
enabled.</p>
<p>For example:</p>
<p><configuration><br />
    <system .windows.forms jitDebugging="true" /><br />
</configuration></p>
<p>When JIT debugging is enabled, any unhandled exception<br />
will be sent to the JIT debugger registered on the machine<br />
rather than being handled by this dialog.</p>
<p>=================================</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimiz</title>
		<link>http://jimiz.net/blog/2005/02/iis-reporter-version-17-release/comment-page-1/#comment-16</link>
		<dc:creator>Jimiz</dc:creator>
		<pubDate>Sun, 06 Feb 2005 04:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://jimiz.net/blog/?p=38#comment-16</guid>
		<description>test</description>
		<content:encoded><![CDATA[<p>test</p>
]]></content:encoded>
	</item>
</channel>
</rss>

