Hello all,
I'm new to ASP.Net and am using Web Matrix (as I only have Win XP Home Edition) and I get the error below when I right click on the Web Matrix icon to "Open in Web Browser".
I also noted that URL links don't work when I click on them from Outlook Express - nothing happens. This seems like a new phenomenon and maybe linked to my use of Mozilla and that browser having an exception error when I installed some other software like VS.Net 2003 or something like that.
I believe if I can get the IEXP to work from Outlook Express and remove Mozilla, my problem may be solved. IOW I need to make IEXP the default browser.
Any help here would greatly appreciated.
Thanks,
Chris.
--------------------------
----------
----------
--------
Microsoft ASP.NET Web Matrix Server - Port 80
An unhandled exception has occured in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will shut down immediately.
Application not Found.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ComponentModel.Win3
2Exception
: Application not found
at System.Diagnostics.Process
.StartWith
ShellExecu
teEx(Proce
ssStartInf
o startInfo)
at System.Diagnostics.Process
.Start()
at System.Diagnostics.Process
.Start(Pro
cessStartI
nfo startInfo)
at System.Diagnostics.Process
.Start(Str
ing fileName)
at Microsoft.Matrix.WebServer
.WebServer
Form.DoLau
nch()
at Microsoft.Matrix.WebServer
.WebServer
Form.OnCom
mandLaunch
(Object sender, EventArgs e)
at System.Windows.Forms.MenuI
tem.OnClic
k(EventArg
s e)
at System.Windows.Forms.MenuI
temData.Ex
ecute()
at System.Windows.Forms.Comma
nd.Invoke(
)
at System.Windows.Forms.Contr
ol.WmComma
nd(Message
& m)
at System.Windows.Forms.Contr
ol.WndProc
(Message& m)
at System.Windows.Forms.Scrol
lableContr
ol.WndProc
(Message& m)
at System.Windows.Forms.Conta
inerContro
l.WndProc(
Message& m)
at System.Windows.Forms.Form.
WndProc(Me
ssage& m)
at Microsoft.Matrix.UICompone
nts.MxForm
.WndProc(M
essage& m)
at Microsoft.Matrix.UICompone
nts.TaskFo
rm.WndProc
(Message& m)
at Microsoft.Matrix.WebServer
.WebServer
Form.WndPr
oc(Message
& m)
at System.Windows.Forms.Contr
olNativeWi
ndow.OnMes
sage(Messa
ge& m)
at System.Windows.Forms.Contr
olNativeWi
ndow.WndPr
oc(Message
& m)
at System.Windows.Forms.Nativ
eWindow.Ca
llback(Int
Ptr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/microso
ft.net/fra
mework/v1.
1.4322/msc
orlib.dll
--------------------------
----------
----
WebServer
Assembly Version: 0.6.0.0
Win32 Version: 0.6.812.0
CodeBase: file:///C:/Program%20Files
/Microsoft
%20ASP.NET
%20Web%20M
atrix/v0.6
.812/WebSe
rver.exe
--------------------------
----------
----
Microsoft.Matrix
Assembly Version: 0.6.0.0
Win32 Version: 0.6.812.0
CodeBase: file:///C:/Program%20Files
/Microsoft
%20ASP.NET
%20Web%20M
atrix/v0.6
.812/Micro
soft.Matri
x.DLL
--------------------------
----------
----
Microsoft.Matrix.WebHost
Assembly Version: 0.6.0.0
Win32 Version: 0.6.812.0
CodeBase: file:///c:/windows/assembl
y/gac/micr
osoft.matr
ix.webhost
/0.6.0.0__
6f763c9966
660626/mic
rosoft.mat
rix.webhos
t.dll
--------------------------
----------
----
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembl
y/gac/syst
em.windows
.forms/1.0
.5000.0__b
77a5c56193
4e089/syst
em.windows
.forms.dll
--------------------------
----------
----
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembl
y/gac/syst
em/1.0.500
0.0__b77a5
c561934e08
9/system.d
ll
--------------------------
----------
----
System.Web
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembl
y/gac/syst
em.web/1.0
.5000.0__b
03f5f7f11d
50a3a/syst
em.web.dll
--------------------------
----------
----
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembl
y/gac/syst
em.drawing
/1.0.5000.
0__b03f5f7
f11d50a3a/
system.dra
wing.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:
<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 machine
rather than being handled by this dialog.