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
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
In my Windows Phone 7 project, I try to separate my source files开发者_运维百科 in module. Here is what I am doing :
Normally referenced assemblies should not be loaded until a specific type from that assembly is used. But here is a the question:
My VS2008 projects generates a dll and links against two other static library. Here is the generated manifest :
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
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
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
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
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.