I have a Windows Service written in C#.It includes a standalone console mode as well, for debugging purposes.It works fine on almost every computer it\'s been开发者_StackOverflow run on, but we ran in
I\'m developing a web app using NHibernate, and getting the error Unable to find assembly \'NHibernate, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4\'
I am in the process of creating a .NET assembly that will be registered for COM so that it can be referenced by Microsoft Excel VBA.
I\'m trying to determine if MEF is a the proper direction our application framework should be taking.From my reading of MEF, our framework doesn\'t seem to \'exactly\' fit in, but I\'ll see if any exp
The following scenario happens to me both on windows services and we开发者_如何学编程b working with ASP.NET application using IIS. I have an application that I want to change its behavior after it was
I am try开发者_StackOverflow社区ing to customize the assembly resolution process by wrapping the AppDomain and its AssemblyResolve event inside a class. The simplified version of my ClassLoader is bel
Currently I know of two methods of embedding assemblies into one application file: ILMerge and using the ResolveAssembly event.
To integrate with the current system for continuous integration, we want to use NUnit for testing (non UI) Silverlight code. Doing this means executing Silverlight code using the runtime of the full .
I have written a tool that references Microsoft.TeamFoundation.VersionControl.Client.dll, which is a 32-bit DLL.
I\'m trying to write a plug-in system where assemblies can be dropped in a folder that ASP.NET has no knowledge about. This plug-in system works fine for ASP.NET MVC based assemblies, but for old-scho