Hi All,
When I build the application, the following error
appear:
An unhandled exception of
type 'System.Configu ration.Configur ationException'
occurred in system.dll
Additional information: Error loading XML file
c:\windows\micr osoft.net\frame work\v1.0.3705
\Config\machine .config Request for the permission of type
System.Security .Permissions.St rongNameIdentit yPermission,
mscorlib, Version=1.0.330 0.0, Culture=neutral ,
PublicKeyToken= b77a5c561934e08 9 failed.
I search for this problem in web, and add the following
in config file
<startup>
<supportedRunti me version="v1.1.4 322"/>
<supportedRunti me version="v1.0.3 705"/>
</startup>
but it doesn't work.
How can I solve this problem? Thank you.
Regards
When I build the application, the following error
appear:
An unhandled exception of
type 'System.Configu ration.Configur ationException'
occurred in system.dll
Additional information: Error loading XML file
c:\windows\micr osoft.net\frame work\v1.0.3705
\Config\machine .config Request for the permission of type
System.Security .Permissions.St rongNameIdentit yPermission,
mscorlib, Version=1.0.330 0.0, Culture=neutral ,
PublicKeyToken= b77a5c561934e08 9 failed.
I search for this problem in web, and add the following
in config file
<startup>
<supportedRunti me version="v1.1.4 322"/>
<supportedRunti me version="v1.0.3 705"/>
</startup>
but it doesn't work.
How can I solve this problem? Thank you.
Regards