assembly-resolution
Windows service locks up on assembly load
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[详细]
2023-01-08 07:25 分类:问答Unable to find assembly Nhibernate
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\'[详细]
2023-01-07 06:07 分类:问答Multiple search paths for assemblies not in the GAC when using REGASM & COM
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.[详细]
2023-01-06 13:19 分类:问答Is MEF For Me? (one core application allowing client applications to plug into it)
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[详细]
2023-01-06 03:37 分类:问答Dll replacement issue (riddle in the dark)
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[详细]
2023-01-05 20:32 分类:问答Problems with AssemblyResolve event on created AppDomain
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[详细]
2023-01-05 18:02 分类:问答Drawbacks, advantages, etc. between ILMerge or ResolveAssembly for embedding assemblies?
Currently I know of two methods of embedding assemblies into one application file: ILMerge and using the ResolveAssembly event.[详细]
2023-01-05 02:38 分类:问答Is it possible to run Silverlight code using the runtime of the full .NET framework?
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 .[详细]
2023-01-03 15:28 分类:问答How to correctly load 32-bit DLL dependencies when running a program from a batch file
I have written a tool that references Microsoft.TeamFoundation.VersionControl.Client.dll, which is a 32-bit DLL.[详细]
2022-12-29 18:49 分类:问答Help System.Web.Compilation.BuildManager find a type in a non-referenced assembly
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[详细]
2022-12-27 07:16 分类:问答