.net-assembly
How to tell to a C++/Cli assembly to use any version of a reference
I have a C++/CLI assembly that references a C# assembly. I want that the C++/CLI uses any version of that reference. To do this in C# I use the SpecificVersion tag and I remove the version information[详细]
2023-02-10 21:05 分类:问答How to modify an assembly before it is packaged in a XAP?
I have a MSBuild task that modifies an assembly. At the moment I place the Task in the AfterBuild Target of the project file. Unfortunately this does not work for Silverlight because the XAP is packag[详细]
2023-02-09 18:53 分类:问答Why the assembly loader is not checkin the GAC for a C++/CLI mixed mode assembly?
I have a C# project that references a C++/CLI mixed mode assembly. That assembly is stored inside a folder into the PATH and it is also present at the GAC but when it is executed I get a:[详细]
2023-02-08 04:16 分类:问答How do I build a project in Any CPU mode when dealing with 3rd party libraries?
I have a third party library that is available for download in either 32-bit or 64-bit .dlls. My development machine is running 32-bit Windows 7. My target production machine is running 64-bit Windows[详细]
2023-02-07 23:54 分类:问答How to get an assembly version without locking the file? [duplicate]
This question already has answers here: Closed 12 year开发者_高级运维s ago. Possible Duplicate: How to load an assembly without using Assembly.Load?[详细]
2023-02-07 15:29 分类:问答Hiding information of Application in C# from Disassembler
On opening my executable file in MSIL disassemb开发者_开发技巧ler it shows information of my application(like literals, function, properties, resources,...) even after I assigned them private.[详细]
2023-01-27 17:17 分类:问答Is there a tool to compile "selective" assemblies containing only certain types?
Say I have a large project contain开发者_如何学运维ing the types A through Z. What if, for whatever reason, I want to package and distribute just type A to some client(s)?[详细]
2023-01-24 05:53 分类:问答Best practices/guidance for maintaining assembly version numbers
I\'m looking for pointers, suggestions, and even dictation on how to manage the three different assembly version numbers for开发者_高级运维 a .NET assembly.The Product version is the simplest, as this[详细]
2023-01-17 15:52 分类:问答How to tell ASP.NET MVC to look for controllers in a library?
This must be a trivial question to some, but I haven\'t found any actual information about this. I have an ASP.NET MVC web application. As I like to write reusable code, I\'d like to put开发者_运维技[详细]
2023-01-16 03:31 分类:问答Can I inject few line of my code into someone elses .NET dll?
I want to replace one line of code in 3d party API with my own code. I mean this is q开发者_如何学Cuestionable practice but I need to fix their bug.Not condoning disassembling the code of third part[详细]
2023-01-05 00:26 分类:问答