class-library
Mixed mode assembly issue in a class library
I have a common problem with a unique twist.I am running VS2010 and using a cluster 开发者_StackOverflowof 3rd party DLLs that must have been compiled in a previous framework. Of course I get the foll[详细]
2023-03-11 07:58 分类:问答Indentify Needed/Uneeded Classes In JAR
I am distributing a Java application as a JAR but it depends on a few extra Apache libraries. All told the libraries increase the size of the JAR sixfold. I don\'t need the entire library and I want t[详细]
2023-03-10 19:07 分类:问答How to use a C# class library from an IronPython app in Visual Studio?
I am a new user of Visual Studio, and I am trying to figure out how to load a C# class library built as part of a solution from an IronPython project in the same solution.[详细]
2023-03-10 07:40 分类:问答WPF LifeCyle in an Add-in
I\'ve created an add-in, which call via Reflection, a WPF Class Library. Since this is a class library, I had to instanciate manually a new System.Windows.Application().[详细]
2023-03-09 21:39 分类:问答What to do if two classes in same namespace gets included in two different libraries in C#
I have a program (Main application which consists of legacy code ) which consumes a library. Sadly, both main application and the library uses a classes (with same name and same properties) called Sof[详细]
2023-03-09 21:24 分类:问答.Net Class Libraries: Threading responsibility
I am working on a class library and one of the classes is responsible for retrieving an Xml file using XDocument.Load(url) from the internet. Seeing as this operation could take a few seconds to compl[详细]
2023-03-09 21:10 分类:问答How to safe data from another thread to use on controls?
I have a library that serves using events data came in from async tcp operations. When using those data in controls after they received on the UI though I get Cross-T开发者_如何学运维hread Opration ex[详细]
2023-03-06 02:44 分类:问答Updating C++ Class Libraries
I\'ve got a shared object with a 开发者_如何学Pythonselection of classes performing various tasks. I\'m wondering what are some of the best practices in updating these libraries without effecting thos[详细]
2023-03-04 03:12 分类:问答Catching C# errors at the class library level
I am trying to work out an error logging solution for an enterprise-level class library.Some of the requirements:[详细]
2023-03-03 11:57 分类:问答Really Struggling with Class Library, How do I Handle Lazy Loading/ConnectionString in Library?
I\'m really struggling to get my head around the idea of working with a Class Library and I\'m pretty much at the point of just maintaining separate projects with duplicate classes rather than a share[详细]
2023-03-02 13:51 分类:问答
加载中,请稍侯......