assemblies
editing resource of another C# application
I have two complied C# assemblies, however I\'m wanting one to be able to add string resources to the second one while the second exe is not running. Sorry this question is so brief but I\'m not too s[详细]
2023-03-11 11:50 分类:问答Get all namespaces from .dll
In a DLL (GUI) I need to开发者_开发百科 get a List of all namespaces in the current Application (so for example if I would bind that DLL into a Project named \"Hundekuchen\", it should List[详细]
2023-03-11 09:26 分类:问答Default assembly binding behaviour
We are building an APIthat is stored in an assembly, let\'s call it MyAssembly.dll This assembly has an AssemblyVersion of 1.0.0.0[详细]
2023-03-11 03:33 分类:问答Find location of standard .NET assemblies?
For a little C# compiler, I need to find the paths of the standard .NET assemblies like System.dll, System.Xml.dll and pretty much all the assmeblies listed under the \".NET\" tab in 开发者_如何学运维[详细]
2023-03-11 02:29 分类:问答C# XAML Assemblies from remote location
Following on from this question.It may seem that the issue lies with my project files/assemblies being stored on a network location, and due to the fact that assemblies run from a remote location are[详细]
2023-03-10 23:55 分类:问答What assembly is ValidationRule in?
I\'m trying to build a validation rule for a C# WPF application by creating a class that implements ValidationRule. My problem is that I can\'t find the System.Windows.Controls assembly which - accond[详细]
2023-03-10 19:31 分类:问答Can't load assembly at runtime
I\'m working with a 3开发者_开发技巧rd party assembly to implement something in our in-house software. I can make the refence and work with the library without a problem, but when I run the program to[详细]
2023-03-10 15:57 分类:问答Load x64 or x86 version of assembly appropriately based on bitness of referencing application
I\'ve got two assemblies that both contain the same namespace and classes. One is 32 bit and named assembly_x86.dll, and the other is 64 bit and named assembly_x64.dll.[详细]
2023-03-09 03:24 分类:问答Is it possible to convert a windows assembly to mono?
I have a closed source assembly (isn\'t obfuscated or anything like that), but I was wondering if there was an application that will take that assembly and convert it to mono (esp开发者_运维知识库ecia[详细]
2023-03-08 19:26 分类:问答Is it possible to Load an assembly from the GAC without the FullName?
I know how to load an assembly from a filename, and also from the GAC. As My .msi file will put a dll project into the GAC, I\'m wondering if it\'s 开发者_运维知识库possible to load it from the GAC un[详细]
2023-03-08 17:01 分类:问答