
Failed to load the .Net framework
.net Application working fine in one system but not working in other system.
This exception occurs at times because of the mismatch path to the GAC [Global assembly cache] So failure to load the dlls in the GAC happens leading to an exception.
TO resolve the issue
You need to set the framework path in environment variables path as mentioned below, go to MyComputer-Properties--;Advanced-Environment Variables
In this click new button under system variables
and add the path of .net framework
example
C:\Program Files\Microsoft.NET\v3.5
Hope it helped u...
Cheers!!!!
No comments:
Post a Comment