.net-assembly
.NET assembly binding
I have an api, MyApi, which is consumed by an application, MyApplication. MyApi has several dlls targeted to the .NET 4.0 Client Profile. For example:[详细]
2023-03-23 02:45 分类:问答Replacing the location from which the runtime looks assemblies on the fly
We have an application that has some \"Utils\" under it (a few simple programs). These utils are relying on a few shared DLLs that our application is also using, and so, we would like to distribute t[详细]
2023-03-15 10:51 分类:问答Create application domain and load assembly
I want to create an application domain with default permissions and load assembly into the application domain with default privileges and exec开发者_运维百科ute the methods inside the assembly.You may[详细]
2023-03-14 11:18 分类:问答AssemblyAlgorithmIdAttribute: Why would anyone use this?
AssemblyAlgorithmIdAttribute Why would you开发者_StackOverflow社区 care what algorithm the CLR uses to hash the files in your assembly? When would you use this attribute?[详细]
2023-03-14 09:18 分类:问答Entry point not found in assembly
I have a Application where I need to create AppDomain and Load Assembly into it and execute the methods in the Assembly.[详细]
2023-03-13 20:24 分类:问答Reference to assembly without strong name
Is there a way to reference a library without a strong name? When I add a reference to the assembly in references and rebuild solution everything is fine, but when I call the class from this assembly[详细]
2023-03-13 15:04 分类:问答Deserialization problem: Error when deserializing from a different program version
I finally decided myself to post my problem, after a couple of hours spent searching the Internet for solutions and trying some.[详细]
2023-03-13 06:24 分类:问答How to provide .net with the pdb data after an assembly has been loaded?
Usin开发者_运维问答g this method Assembly.Load(Byte(), Byte()) http://msdn.microsoft.com/en-us/library/twt16z2x.aspx[详细]
2023-03-12 04:36 分类:问答Getting path of a file in a wcf service assembly
I\'ve an assembly that is referenced by a WCF service hosted in IIS. The assembly uses some XSLT files and I\'m confused where to dump these files either creating a开发者_如何学编程 folder in assembly[详细]
2023-03-09 10:51 分类:问答Why I cannot access the C:\WINDOWS\assembly\GAC Folder?
I find the path of Microsoft.Office>interop.Excel under the Solution/References is C:\\WINDOWS\\assembly\\GAC\\Microso开发者_高级运维ft.Office.Interop.Excel\\11.0.0.0__71e9bce111e9429c\\Microsoft.Off[详细]
2023-03-09 06:59 分类:问答