assemblies
registering a dll in GAC
I need to add an dll to GAC on Windows 2003 server. The server doesn\'t have Visual Studio installed. I didnt find Gacutil.exe in W开发者_运维问答indows 2003 Server.[详细]
2023-03-24 17:22 分类:问答Check assembly's identity? Possibly by it's strong name?
In one of my apps I must distinguish my own included addins from others\' addins. They are signed with different keys each and so is the host app.[详细]
2023-03-23 10:18 分类:问答Matlab failed to load a .NET assembly
When I try to load in Matlab my .NET assembly foo.dll by typing: asm = NET.addAssembly(\'fullpath\\foo.dll\');[详细]
2023-03-23 10:03 分类:问答Reusing an asssembly in many projects
I\'ve a custom .NET assembly that is used in many projects. Currently whenever I build that custom assembly I\'m replacing all the projects that refers this assembly with the new binary. Other than GA[详细]
2023-03-23 07:13 分类:问答Is there a possibility to use a .NET assembly in a non-CLR-Program?
I\'m developing a plugin for 3DsMax. So it is开发者_JAVA百科 non-CLR C++. My question is, whether there is a possibility to use a .NET assembly within this plugin?[详细]
2023-03-22 20:25 分类:问答Can I specify dependency directories when dynamically loading assemblies?
I\'m wondering if a setup like this is possible: c:\\eflow\\proxy.dll (main DLL loaded by application)[详细]
2023-03-22 13:13 分类:问答Re-register DLL after Extract DLL problem
I have follow the guide to get DLL from GAC from How to extract an assembly from the GAC? below is the step that I have done:[详细]
2023-03-22 09:20 分类:问答CodeDom - Linking multiple classes within a single Assembly
I have a C# application that I am trying to re-create through the use of CodeDom. This application has four classes inside of it. If I were to go into this applications directory, I would find the pro[详细]
2023-03-21 05:43 分类:问答SharePoint 2010 central administration site error
I have just come to revisit an old virtual sharepoint 2010 install. When I crank up central administration I get the following error:[详细]
2023-03-19 13:07 分类:问答Downgrade (use a lower-versioned library) with a binding redirect
I\'m using an older version of NHibernate (v3.0.0.1001) and I\'m stuck to it because the new LINQ provider breaks quite a few of my queries (something I\'ll be trying to fix later).I want to update a[详细]
2023-03-19 09:08 分类:问答