.net-assembly
Website alternative to bin folder for assemblies?
In context of an ASP.NET Website project, is it possible to create a second location where DLLs will be picked up from, in addit开发者_JAVA技巧ion to the regular bin/ location and apart from the GAC?I[详细]
2023-02-18 07:20 分类:问答.NET Framework Assemblies in Reflection
I have a collection of assemblies using reflection.I want to loop through them, but I would like to ignore the .NET framework or ASP.NET framework DLL\'s. Is there an attribute on the assembly that ma[详细]
2023-02-18 01:52 分类:问答Windows Phone 7 : build netmodule and dll
In my Windows Phone 7 project, I try to separate my source files开发者_运维百科 in module. Here is what I am doing :[详细]
2023-02-17 10:59 分类:问答Referenced assemblies getting loaded regardless of the actual code (execution) path?
Normally referenced assemblies should not be loaded until a specific type from that assembly is used. But here is a the question:[详细]
2023-02-16 02:07 分类:问答VS2008 generated dll has dependency to two different versions of CRT assembly
My VS2008 projects generates a dll and links against two other static library. Here is the generated manifest :[详细]
2023-02-16 00:56 分类:问答Rename .NET 2.0 Executable
Does anyone know of any gotchas when changing a C# .NET 2.0 executable file name on a post build event, given that the executable is strong named and has an embedded manifest? Additionally, the execut[详细]
2023-02-14 23:31 分类:问答Assembly version mis-match
I 开发者_开发百科am creating an application using NServiceBus version 2.0.0.1219 and I need to reference another assembly created by someone else (old assembly), but that assembly references NServiceB[详细]
2023-02-12 20:54 分类:问答WCF in memory / assembly binding
Are there any options on using WCF to do in memory calls to assemblies? Currently we deploy multiple services over basicHttp binding on different servers, for a single machine installation it would be[详细]
2023-02-12 14:59 分类:问答Does a .NET assembly embed any personally identifiable information?
I was wondering if a .NET assembly contains any traceble information? I refer to any information that might connect an assembly with the computer it was made on, the person who made it, or maybe the V[详细]
2023-02-12 06:32 分类:问答Registered an Assembly for COM, but only works on dev computer
Hey, I was wondering if you guys could see what is wrong/suggest a solution. I have a dll Assembly for COM that I built with C#, and i am trying to get the COM object from Silverlight Out-of-browser.[详细]
2023-02-11 12:44 分类:问答