common language run time error
i developed an application using vb .net with database connection and i tried to run it unde windows 98 with .net framework 1.1 but i get a common language run time de... error ? can any one help please
[203 byte] By [
Freshabd] at [2007-12-17]
ok the error says exacttly (common language runtime debugging services)
application has generated an exception that could not be handled
process id=.....,thred id =.......
and then if i clicked ok (if i clicked cancil ill open the debugger)
i get this msg
(no debugger found)
register JIT debugger is not available an attempt to lunch a JIT debugger with the follwing command resulted in an error code of 0x2(2), please check computer settings
cordbg.exe !a0xfffef473
i installed .net framework 1.1 and the (MDAC) version 2.7
....
We recently experienced the same problem and after following the lead of a corrupted installation of the framework we actually found the error was down to missing DLLs that had been added to the compiled executable at design stage.
Once these DLLs were in place the compiled executable worked as planned.