I having a trouble running the installed application on the target
computer.
Created an application, created the setup exe using the VS.Net Setup
template project, installed on the clean Windows 98/ Windows 2000
target computer, with the .NET Framework installed on it,
(regedit entry for that is InstallRoot
"C:\WINDOWS\Microsoft.NET\Framework\")
When I try to run the application, and got an error:
---- start Error message ----
Common Language Runtime Debugging Services
Application has generated an exception that could not be
handled.
Process id=0xfffaa1c3(-351805), Thread id=0xfffb50e7
(-306969).
Click OK to terminate the application.
Click CANCEL to debug the application.
>> When clicked CANCEL
No debugger found
Registered JIT debugger is not available. An attempt to launch
a JIT debugger with the following command resulted in an error code of
0x2(2). Please check computer settings.
Cordbg.exe !a 0xfffaa1c3
Click on Retry to have the process wait while attching a
debugger manually.
Click on Cancel to abort the JIT debug request.
---- end Error message ----
Same program works on VS.NET (VS.NET installed) computer.
Got any Idea?
Thanks in advance,
Regards,
Sudhakar
I'm seeing the exact same thing on a Win2000 system that a co-worker
just installed .NET & my application on... I've had no other problems
with other computers (Win2000, Win98, etc.) Is this some kind of new
bug with .NET on Win2000 machines that have received recent updates?
- Stewart
- Stewart
Stewart,
Thanks for the replay,
Still I could not figured out which application has to be turned of, I
do not see a virtual Window Manager in the task manager or in
services. Could you tell me the registry entry on your target computer
where your installed application running
(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework).
Thanks in advance for your help,
Sudhakar
What you can do is run your application under a debugger - this will allow
you to determine what is causing the exception. Since you are running your
app on a machine that doesn't have VS installed on it, you should install
the remote debugging components onto that machine (via VS setup) and debug
your app remotely from the machine that has the full install of VS.
-Jim and Doug
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Sudhakar S P" <sudha...@hotmail.com> wrote in message
news:9a9e7d72.02110...@posting.google.com...