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
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.
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,
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
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
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
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
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
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
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.