Z
zaurska
I'm truly desperate on this one, I've searched as much as I can but I
think I'm just doing something fundamentaly wrong.
I open the ASP.NET Web Site Administration tool from within Visual Web
Developer 2005 Express Edition, on the main menu, click Web Site and
select ASP.NET Configuration.
My browser opens briefly then minimizes, right clicking the system
tray dev server icon gets me the admin tool but with the error
message: An error was encountered. Please return to the previous page
and try again.
Click the sys tray icons gets:
F:\backup e\ASP\WEB1\
/WEB1
1352
http://localhost:1352/WEB1 which happily gives me the web page
itself, from this I am assuming Webserver is working.
&
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\asp.
/asp.netwebadminfiles
2468
http://localhost:2468/asp.netwebadminfiles which tells me there's an
error (details appended below)
Can someone tell what I'm doing wrong.
I've even formatted my drive and reinstalled my XP Home and all the
Express applications, .NET 2.0 all updates and service packs installed
as each app was installed. I left windows firewall off: same issue, I
installed symantic, turned it off: same issue.
Does this function not work in Express?
Talk about falling at the first hurdle !
Can someone help me?
Z
Sometimes I get a dialogue box:
Warning: the web page which you are about to visit may attempt to
request your personal information (such as passwords, credit card
numbers and social security numbers) for unauthorized use or may
otherwise attempt to harm your computer.
Malicious web sites can use this type of address in order to disguise
themselves. The destination may appear to be:
%22http
but the actual destination is:
%22http
then another:
************** Exception Text **************
System.ComponentModel.Win32Exception: An error occurred in sending the
command to the application
at
System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo
startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(String fileName)
at Microsoft.VisualStudio.WebServer.WebServerForm.DoLaunch()
at
Microsoft.VisualStudio.WebServer.WebServerForm.OnCommandLaunch(Object
sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItem.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Command.DispatchID(Int32 id)
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
Microsoft.VisualStudio.WebServer.UIComponents.MxForm.WndProc(Message&
m)
at Microsoft.VisualStudio.WebServer.WebServerForm.WndProc(Message&
m)
at
System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32
msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WebDev.WebServer
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.762
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/WebDev.WebServer.EXE
----------------------------------------
WebDev.WebHost
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/WebDev.WebHost/8.0.0.0__b03f5f7f11d50a3a/WebDev.WebHost.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Web.RegularExpressions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.RegularExpressions/2.0.0.0__b03f5f7f11d50a3a/System.Web.RegularExpressions.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
think I'm just doing something fundamentaly wrong.
I open the ASP.NET Web Site Administration tool from within Visual Web
Developer 2005 Express Edition, on the main menu, click Web Site and
select ASP.NET Configuration.
My browser opens briefly then minimizes, right clicking the system
tray dev server icon gets me the admin tool but with the error
message: An error was encountered. Please return to the previous page
and try again.
Click the sys tray icons gets:
F:\backup e\ASP\WEB1\
/WEB1
1352
http://localhost:1352/WEB1 which happily gives me the web page
itself, from this I am assuming Webserver is working.
&
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\asp.
/asp.netwebadminfiles
2468
http://localhost:2468/asp.netwebadminfiles which tells me there's an
error (details appended below)
Can someone tell what I'm doing wrong.
I've even formatted my drive and reinstalled my XP Home and all the
Express applications, .NET 2.0 all updates and service packs installed
as each app was installed. I left windows firewall off: same issue, I
installed symantic, turned it off: same issue.
Does this function not work in Express?
Talk about falling at the first hurdle !
Can someone help me?
Z
Sometimes I get a dialogue box:
Warning: the web page which you are about to visit may attempt to
request your personal information (such as passwords, credit card
numbers and social security numbers) for unauthorized use or may
otherwise attempt to harm your computer.
Malicious web sites can use this type of address in order to disguise
themselves. The destination may appear to be:
%22http
but the actual destination is:
%22http
then another:
************** Exception Text **************
System.ComponentModel.Win32Exception: An error occurred in sending the
command to the application
at
System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo
startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(String fileName)
at Microsoft.VisualStudio.WebServer.WebServerForm.DoLaunch()
at
Microsoft.VisualStudio.WebServer.WebServerForm.OnCommandLaunch(Object
sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItem.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Command.DispatchID(Int32 id)
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
Microsoft.VisualStudio.WebServer.UIComponents.MxForm.WndProc(Message&
m)
at Microsoft.VisualStudio.WebServer.WebServerForm.WndProc(Message&
m)
at
System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32
msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WebDev.WebServer
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.762
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/WebDev.WebServer.EXE
----------------------------------------
WebDev.WebHost
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/WebDev.WebHost/8.0.0.0__b03f5f7f11d50a3a/WebDev.WebHost.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Web.RegularExpressions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.RegularExpressions/2.0.0.0__b03f5f7f11d50a3a/System.Web.RegularExpressions.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.