class-library
What happens to the app.config file once I reference the class library
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[详细]
2023-04-12 06:51 分类:问答Is there an equivalent of Application_Start for a class library in c#
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?[详细]
2023-04-11 07:04 分类:问答How to deal with Web Controls in a class library which have file dependancies
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[详细]
2023-04-01 15:39 分类:问答Can we call class Library from a wcf service
Can we call class Library from a wcf service...sorry if the question is wrong.. the method in the class[详细]
2023-04-01 10:53 分类:问答How to refer to app.config for connection string when adding dataset using dataset wizard?
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[详细]
2023-03-30 07:08 分类:问答how to produce a mix of dll and exe in one C# project in visual studio or other build tools?
how 开发者_开发问答to produce a mix of dll and exe in one C# project in visual studio or other build tools ?[详细]
2023-03-28 12:10 分类:问答ImDisk API issue in .NET
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.[详细]
2023-03-27 18:31 分类:问答Visual Studio/Class library wrong working directory
I have a开发者_高级运维 class library which searches for an XML file in the working directory of whichever application is consuming it.[详细]
2023-03-26 01:13 分类:问答How to access variables of a referenced class library in a Winforms application
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.[详细]
2023-03-25 04:16 分类:问答How to subscribe to application shutdown event in class library
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[详细]
2023-03-25 02:08 分类:问答