Greetings, I have an application that allows users to import libraries (.NET DLLs) they\'ve created, as long as the library conforms to specific guidelines I\'ve given them (use my namespace, decorat
I have to pass the path of a config file to a framework method (Gurok SmartInspect). The config file is an embedded resource of the assembly. Currently I read the file from the assembly and store it o
I have built a dll with VS2010 targeted for framework 4.0. When I try to gac the assembly (either by drag dr开发者_Go百科op the assembly into the GAC folder or by command line using gacutil), it does
I would like to load two different versions of the same dll within the same process. At the same time I would like t开发者_如何学Pythono avoid placing any of them in the GAC.
There\'s some debate here over which is better for referencing our common code base from other projects: by project or by assembly.I\'m in favor of referencing the project, especially since we have au
I want to include all the assemblies in the GtkSharp package. Right now, I have to find every a开发者_运维百科ssembly and include it individually. Is there any way to simple include all assemblies in
I solely work with web applications, so I have virtually no real experience with Windows Forms designed in .NET.
guys. I\'m developing a client software for an online community I belong to. In order to let me write a client to it, the owners and webmasters demand my code to be encrypted (not just obfuscated). Mo
I want to write a small installer app that installs a web site and creates IIS virtual directories. The app should run on Windows XP/Server 2003 (IIS 6) as well as on Vista/2008 (IIS 7).
What is a satellite assembly, a开发者_如何学JAVAnd how can we use it?Satellite assemblies are small assemblies that contain only resources and are specific to a particular language (or, more accuratel