class-library
C# Downloadable Excel Files from Class Library
I\'m looking for some advice. I\'m building on an additional feature to a C# project that someone else wrote. The solution of the project consists of an MVC web application, with a few class libraries[详细]
2023-02-28 08:00 分类:问答Keeping namespaces for internal classes from appearing in intellisense
I am writing a class library that contains classes with purely internal members. I have these divided into namespaces. There are no public or protected members in these internal classes.[详细]
2023-02-27 05:23 分类:问答Console application keeps losing it's connection to class library
I have tried this with an existing console application and a brand new console application.I include the class library project in the console a开发者_运维百科pplication.It works fine until I build it,[详细]
2023-02-25 00:27 分类:问答Enterprise library 5.0 in a c# class library project
I have a c# class library project in VS 2010 which outputs a dll. I added a executable project in my solution that I need to start with so I can debug my dll. I don\'t have a host application which ha[详细]
2023-02-20 15:19 分类:问答create class library
I am using visual studio 2010 and tried to create a class library which I then use in an application that will create tasks using the TaskFactory and execute the class functions from the newly created[详细]
2023-02-20 12:34 分类:问答when to use multiple class libraries?
When should I use multiple class libr开发者_开发百科aries in .NET. I have a situation where I need to use the functionalities of Microsoft Office Object Model to check certain attributes of Microsoft[详细]
2023-02-18 15:15 分类:问答Calling Javascript from a Class Library
I开发者_StackOverflow have created a class library DLL to be referenced from any third-party application and it contains only one function that calls a JavaScript to read a local file and returns some[详细]
2023-02-18 03:21 分类:问答How can I make a .NET class library read its own configuration file?
I have a .NET class library that provides a set of helper functions that are used by several Web Services. This class library must store a single setting, specifically, a connection string, which need[详细]
2023-02-17 22:28 分类:问答how to get intance of CI in codeigniter's Exception library
i just want to run $CI=&get_instance in Exception library of codeigniter. but its not running there. while the other Classes in Library folder are able to create such instance, but the Exception i[详细]
2023-02-17 00:49 分类:问答Getting the URL of a web service that calls a class library
I have a web serv开发者_开发技巧ice that calls a class library. In this class library i\'m trying to find out the URL of the web service that calls the class library.[详细]
2023-02-16 03:36 分类:问答