Running .NET app from network share in Win 7?

Posted by schooner on Stack Overflow See other posts from Stack Overflow or by schooner
Published on 2010-05-10T10:58:45Z Indexed on 2010/05/10 11:04 UTC
Read the original article Hit count: 255

Filed under:
|

We have a .NET 1.1 application that we keep on a netowork share. We install the .NET Framerwork to the local PCs and also set the full trust via the following: %windir%\Microsoft.NET\Framework\v1.1.4322\caspol -pp off -cg LocalIntranet_Zone FullTrust

This has worked fine on all PCs to date however now we have a few new PCs with Win7 and the process no longer is working. The app will run fine from a local drive in Win7 but running the networked copy results in a general exception error.

Any ideas on how to get this to work under Win7?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about windows-7