assemblies
Add reference adds wrong reference
I\'m working on a SL app that needs to reference System.Xml.dll.So I \"Add Reference...\" in the project and browse to a common dll folder into which I\'ve copied the silverlight 4.0 version of th Sys[详细]
2023-04-02 05:47 分类:问答Problem getting version number from assembly file with msbuild
I\'m working on msbuild to get version info from assembly file. But i got a problem that the value $(MaxAssemblyVersion) is always empty. The only difference here is that i got a .Net solution includi[详细]
2023-04-02 04:56 分类:问答Dynamically replace the contents of a C# method?
What I want to do is change how a C# method executes when it is called, so that I can write something like this:[详细]
2023-04-02 02:30 分类:问答What is a mixed mode assembly?
I am looking at the System.Data.SQLite download page, and it lists mixed mode assembly for .NET 4 and a regular (I assume).My project that is going to use this library is all .NET 4 which will be comp[详细]
2023-04-01 21:22 分类:问答Impact of identical GUID across applications
Whenever I have a new C# project, I often copy/rename an existing one in order to re-use most of the code. This means going into Assembly Info and renaming the project in there as well. In the past, I[详细]
2023-04-01 13:27 分类:问答How can I include a .zip file in a .net (C++-CLI) assembly?
Is it possible to include a .zip file as a resource inside a .net assembly? and if so, how is it done and how do I access it?[详细]
2023-04-01 10:53 分类:问答how to move the code-behind Assemblies/DLLs to a different folder than /BIN with ASP.NET
How can I move the code-behind Assemblies/DLLs to a different folder than /BIN with ASP.NET or group/merge those DLLs in /Bin to one DLLs开发者_开发百科 file? I want to separate DLLs files as its purp[详细]
2023-04-01 04:15 分类:问答How to debug VS 2010 complaining about an unreferenced assembly that, well, isn't referenced?
I converted a solution from VS2008/.NET 3.5 to VS 2010/.NET 4. I\'m getting this: error CS0012: The type \'xxx.yyy\' is defined in an assembly that is not referenced. You must add a reference to a[详细]
2023-03-31 22:18 分类:问答TargetInvocationException when Loading Exe from memory
I want to load another C# windows form application that I created with my current windows form application. I want to load it from memory. However, I am running into:[详细]
2023-03-31 19:59 分类:问答retrieving resource from dotnet assembly
I created a very simple application a long time ago, in dot net. Now I need to rewrite the application with some additions, but I lost the code of previous version but I have the binary file. There is[详细]
2023-03-31 17:12 分类:问答