FAQ & Knowledge Base

Herzlich Willkommen in unserer Wissensdatenbank. Nutzen Sie die Suchfunktion oder durchstöbern Sie unsere Kategorien, um Antworten auf Ihre Fragen zu erhalten.

Kategorien: ShellBrowser .NET Components | Alle Kategorien anzeigen

Die folgenden Inhalte sind leider nicht auf Deutsch verfügbar.

Network usage

Frage / Problem

I have installed the ShellBrowser.NET components to a network drive, I get an error if I try to create a project whenever I add one of these components to a Form. Why doesn't that work?

Antwort / Lösung

The .NET Framework has security features enabled by default which permit to open libraries or programs from a network share.


If you like to use programs or libraries from a network share you need to set the permissions accordingly. For a developer system it would be ok to set the "Permission Set" of My Computer/Runtime Security Policy/Machine/Code Groups/All_Code/LocalIntranet_Zone in the .NET Framework Configuration to "FullTrust".
To set up a correct security profile otherwise, please consult a system administrator if you plan to deploy your application to network drives.


Note that this only applies to .NET versions below 4.0, as the security model in .NET 4.0 has been significantly changed. See here for details.