Top "Class-library" questions

A collection of classes combined into a unit maybe distributed by a third party.

How to debug a class library in Visual Studio

I am working on a class library (DLL) project in Visual Studio 2008; programming in C#. In order to test my …

c# visual-studio debugging dll class-library
How do I install a C# class library in Visual Studio?

I am trying to use a class library which I found on a different question here. I am quite new …

c# visual-studio-2010 class-library
Console unavailable in class library c#

This question here seems contrary to what I have experienced. I cannot access the console from within a new class …

c# console class-library
How to convert a Class Library project to a Web Application project?

Long story short, because of some issues with architecture and the fact that someone already put a few .aspx files …

.net visual-studio visual-studio-2010 web-applications class-library
Why am I getting the "LoaderLock was detected" warning when debugging?

I'm developing an add-on for AutoCAD 2009. The project output is a class library. When I attempt to debug and load …

visual-studio-2005 class-library autocad
Cannot find ConfigurationManager in class library

So, I have a class library that I know will be used by websites and I need to access the …

c# .net web-config class-library configurationmanager
Cannot find Bitmap Class in Class Library (.NET Standard)

I want to make a Class Library (.NET Standard) and I'm using System.Drawing, but I get the error: CS0246 …

c# bitmap system.drawing class-library
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. …

.net configuration configuration-files class-library
Where shall I put my utilities classes in a ASP.NET MVC3 application?

I am developing a web application in ASP.NET MVC3 with C# and Razor. I need to create an utility …

asp.net-mvc-3 class-library code-reuse utility-method
path to file in class library

I have a class libary project (NotificationTemplate) which return content of file: public static class Template { public static string NotificatioEmail { …

c# asp.net-mvc class-library