I have a class library with a app.config file with 4 settings in it. Previously when I tried this (VS2008) as soon as I referenced the library I would not be able to access the config file/application
I wou开发者_如何学Cld like to execute certain code in a class library when it is instantiated from another assembly. Is there an entry point or bootstrap for a class library?
I could do with a little guidance if possible.. I\'m building a class library to contain custom web controls. I\'ve transformed many of the jQuery UI elements into .NET classes for dynamic use in pag
Can we call class Library from a wcf service...sorry if the question is wrong.. the method in the class
Whenever I add dataset in my class library project using the wizard it gives me an option to save the connection string in app.config file and after selecting the option it do save the string in file
how 开发者_开发问答to produce a mix of dll and exe in one C# project in visual studio or other build tools ?
I have been working on implementing ImDisk into my C# project, where I can create RAMDisk on the fly. Unfortunately due to absolutely no examples, I am at a bit lost as to how to resolve this issue.
I have a开发者_高级运维 class library which searches for an XML file in the working directory of whichever application is consuming it.
I have a Windows Forms application with a reference for the class library in my Win-forms project. The win-form has a combo-box and a button.
There is开发者_如何学JAVA a class library used by some application. It contains a class A for external usage with a static field of another private class B inside the library. User application uses in