error but can't catch

  • Thread starter Thread starter Pujo Aji
  • Start date Start date
P

Pujo Aji

Hello,

I experiance something wierd when I can't find why. I tried to use "try" and
"catch" mechanism but I 'm not able to capture the error:
An unhandled exception of type 'System.NullReferenceException' occurred
in Unknown Module

Anyone has an advice?

Sincerely Yours,
Pujo Aji
 
Hello Rakesh,

I found the problem is solved by doing the following process:
1. uninstall SP1 for .net framework 1.1
2. uninstall .net framework 1.1
3. Reinstall .net framework 1.1 only without SP1

I don't know why but this is possibly the problem with SP1 framework
1.1.

Sincerely Yours,
Pujo Aji
 
Back
Top