I\'ve a repository containing snapshot artifacts with timestamps. I want to create an assembly, that contains the dependencies. This works fine. But the artifact names contains the timestamp. So i wo
I\'d like to build an MSI installer that installs a managed DLL and makes it accessible to users from Visual Studio\'s \"Add References\" menu in Solution Explorer. I believe I am supposed to add a ke
Do you know of an effective way to detect circular references between .Net assemblies? The situation I would like to detect/prevent is such as:
I have a .NET 3.5 assembly, a DAL, that connects to a database through Linq2SQL. I deploy this assembly in the GAC as it can be used by multiple business layers.
For various reasons i would rather not use strong named (signed) assemblies in my project. however, one of the projects is referenced by a sharepoint web part which means it must be signed.
I have this weird problem that I cannot handle myself. A class in the model of my mvp-project designed as singleton causes an InvalidCastException.
I have defined a personalized jar-with-dependencies assembly descriptor. However, when I execute it with mvn assembly:assembly, I get :
We had a very interesting problem with a Win Forms project. It\'s been resolved. We know what happened, but we want to understand why it happened. This may help other people out in the future who have
Just wanted to know if there is any difference between the tw开发者_开发百科o, in the context of a fully trust asp.net mvc 2 application.The .NET Framework defers loading assemblies into the current A
I\'m working on an ASP.NET MVC 2 / .NET 3.5 project which includes SSRS 2008 reports. After migrating to VS 2010 RC, the new web forms report viewer has been giving so much trouble that I\'d like to u