I\'m currently in the process of researching the best development and deployment practices for our team.We have a load of similar code that we\'re going to start importing into a library of shared ass
I have recently discovered that I am affected by this bug http://www.mail-archive.com/mono-bugs@lists.ximian.com/msg71515.html
My application consists of three assemblies: a single EXE which references a couple of DLLs. The DLLs are private to my application - they are used only by this executable.
I\'m referencing a signed assembly. In runtime it is ok for me to work with any version of that assembly, not just 开发者_运维技巧the one I compiled to.
I have a project that I am working on that requires the use of the Mysql Connector for NHibernate, (Mysql.Data.dll). I also want to reference another project (Migrator.NET) in the same project. The pr
I\'m using a .net assembly that was digitally signed (using comodo), and I noticed that the f开发者_如何学JAVAirst time my application loads the assembly it connects to \'ocsp.usertrust.com\' and \'cr
i want the assemblies (*.dll) files for silverlight charting controls or give me path that where does it stoer when we install the too开发者_JAVA技巧lkit
For whatever reason, I can\'t seem to get the list of types in a referenced assembly.Not only th开发者_JAVA百科at, I can\'t even seem to be able to get to this referenced assembly.
Perhaps I am missing something obvious here but... I have built a reusable generic C# class library project say (A.dll) which references 3 other assemblies say (B.dll, C.dll and D.dll)
I am using WebSite project in Vis开发者_高级运维ual Studio 2005. I don\'t see any AssemblyInfo.cs created for a WebSite project. Can I manually create AssemblyInfo.cs in a Properties folder there or i