Thu
Jan 4
2007

Could not load type ‘Namespace.Global’ with Network share

This occurs when running an ASP.Net website located on a network share. Configure .Net to trust assemblies from the network share. Solution from heromull.

1. Open .Net Framework 1.1 Configuration
2. Runtime security policy > machine > code groups > all_code
3. Right-click and create new.
4. Enter any name, URL, \\myserver\share\optionalfolder\* (note the * is important)
5. Restart IIS

1 Comment so far

  1. Anonymous November 11th, 2009 5:57 am

    Thank you very much for your solution … It solved my problem

Leave a reply

© 2009 Brian Low. All rights reserved.