The class-library tag has no wiki summary.
0
votes
0answers
6 views
Linking configs in multiple .Net projects
I´m trying to link config files in a solution with no success,
I have multiple projects, an MVC and a lot of Class Libraries. Each Class Library has a app.config with key/value settings.
I want to ...
0
votes
0answers
35 views
Could not find any CSHTML or VBHTML views
I'm using the ActionMailer.Net.Standalone package in a class library. In the root of the project I have a folder called "Templates" where I have my file OrderConfirmation.html.cshtml.
Like this:
...
1
vote
1answer
52 views
Coordinating messagebox or dialog location on multi-screen
I have App1 with main form Form1(Winform). Form1 launches a non-modal form Form2. Form2 uses a class library CL1 that displays a modal dialog DL1.
Once Form2 is displayed and then DL1 is displayed, ...
0
votes
0answers
35 views
So now MVC is missing
I recently asked a question about ripping models out of the core ASP.net MVC 3 application and putting them into a class library. See question.
Which was then answered by stating I have to ...
0
votes
1answer
24 views
System.Web.Optimization cannot be used in a razor view file in a Class Library project
I am working in a modularized asp.net mvc4 project. Some views are located in a Class Library project. I already set the web.config to enable the intelligence in razor views. The @model, @Html.* and ...
1
vote
1answer
24 views
Class Library restrict access
I am using VS2012, Visual Basic and wish to create a Class Library.
Is it possible to restrict access to a Class Library? I am wanting to create a Class Library for the serializing of objects. This ...
1
vote
2answers
37 views
Serialization between two applications
I have developed a Visual Basic.net application that uses serialization to save an object. I am wanting to open and save this object in two different Visual Basic.net applications.
What is the best ...
-6
votes
1answer
35 views
steps on how to build a library of classes c++ [closed]
please i would like very easy steps to be able to successfully build a class in c++. I want to build a library of 3 classes which will be shapes and then make the program use the shapes to make ...
0
votes
3answers
57 views
Encapsulating multiple WCF services into a class library
I have one WCF service with multiple endpoints. Each endpoint has it's own configuration.
My problem is that I'm trying to figure out what will be the best.
1 - Add to my MVC application a service ...
0
votes
1answer
88 views
C# Class Library Exception Handling
Can I do this in a c# class library to handle exceptions that may occur during the execution of a class library code itself? I'm new in writing class libraries and exception handling within it. Please ...
0
votes
1answer
39 views
Difference between linking files and adding another project as a reference?
I have a situation where I have functionality that I want to use across more than 1 application. In particular, I have a Repository taking the form of a C# class library containing things like a EF ...
0
votes
2answers
41 views
What causes Error 1309 after editing and saving a class library?
I have a class library in Visual FoxPro (.vcx file). After I edit the code contained within it, and then run my application, I get an Error 1309 '[class library name] is not an object file'.
This is ...
0
votes
0answers
165 views
System.Runtime.Remoting.RemotingException: Requested Service not found
I have the following code in my Web.Config in a remoting project which is having a reference to a dll of another class library. The class library has the following class inside it:
public class ...
0
votes
2answers
41 views
Should I use a class library project or a new web application?
I'm pretty new to the whole coding thing (hence the name). I've recently written my first website asp.net 4/Visual Studio etc.
I now want to write some code that can be shared amongst websites (my ...
0
votes
0answers
68 views
How to display an animated image from a class library (.dll)
I am working on the user display portion of a larger project. We have planned for each of the main sections of the project to be incorporated into the trunk as class libraries. This is working well ...
1
vote
1answer
53 views
Reference to parent form from Class Library
I've been trying to compile all my classes into a class library which is a really nice feature. My goal is to have all my code in there that doesn't include the code for a specific application. When ...
0
votes
2answers
119 views
Accessing windows applications controls from class library c# windows application
i wanted to disable form control from class library, means i added one class named as clsInit method & i called this method when i'm loading the form in main project,so i need find the control ...
2
votes
2answers
198 views
Asp.Net MVC Consuming a web api from a Class Library
I am wondering if there is a way to create a class library that contains web API, so I can use the dll as a plug-in, to inject into the MVC application.
Thank you in advance for your help.
0
votes
1answer
81 views
Generating connection string in web.config while loading dll in application
I have written a class library file and use the dll of this file in web application
i write some code in this dll like generating connection string as well as appSettings in web.config file
but ...
1
vote
1answer
87 views
Can't implement interface
I'm trying to create a plugin only for admin in nopCommerce users and want to create a custom menu item for it, I searched around and found out that I have to implement the Interface IAdminMenuPlugin ...
0
votes
0answers
38 views
Extension methods and class library's for importing HttpResponseException
I've got this extension method that check for some info in the request cookie and if this info I'm looking for is not in the cookie I go to the database.
All this is OK but when I built this ...
0
votes
1answer
185 views
Calling C++ method from C# to calculate CRC
I have a C# server which needs to calculate a CRC (CRC16 – CCITT (xModem)) from a byte array. The thing is that I would like to make a call for a C++ code from C#, for performance gain. But I'm ...
0
votes
1answer
69 views
Changing c# class library settings breaks reference.cs tool generated code
OK, somewhat of a newbie on this--I have a class library project. I added a web service call to the project, which later i decided I did not need. So, i went to the Project name in Solution Explorer, ...
0
votes
0answers
82 views
Expose or Add DataContracts to a class library for WCF Service
I have a Class Library that I use for client side but now I am creating a webservice that will be using methods/objects/properties from the Class Library. Now when I go into the Class Library and I ...
0
votes
1answer
145 views
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
{
get { return ...
-1
votes
2answers
141 views
Forcing WCF to pay attention to app.config settings in a class library
Let me start out by saying that I'm aware that the way a class library is supposed to get its configuration is from the referencing project's configuration. In my case, the referencing project is an ...
0
votes
2answers
167 views
Reading a connection string from a class library
I am currently struggling to read a connection string from the App.config inside my WinForms application from my Class Library (and Unit Testing).
I added a 'test' entry to the App.config;
...
7
votes
3answers
111 views
Storing SQL credentials correctly
First off, this is an educational question - not something I am implementing in a productional application since I am learning the basics of C#.
Currently I have a solution containing 2 (actually 3, ...
0
votes
1answer
64 views
Converting class library dll file to executable file
I'm having a InstallerDLL class library. When i build the file I'll get a InstallerDLL.dll in /bin folder. But now I need to get an InstallerDLL.exe file for the same class library file while ...
0
votes
0answers
84 views
C# Custom TypeConverter in class library project
I have created my TypeConverter for enum localization, registered it to MyEnum type using [TypeConverter(typeof(MyEnum))] and it works well in my Windows Forms Application project.
But now I need to ...
0
votes
1answer
274 views
Placeholder URL for SharePoint web services
tl;dr
Below is the app.config from my class library which simplifies file manipulation in SharePoint. The endpoint addresses point at an arbitrary site but are set dynamically to the correct site ...
0
votes
1answer
77 views
Relativ paths in class library for asp.net application
I'm having some trouble with reading and writing files on the server with my Web-Application.
I have a c#-class library for my business logic and a ASP.net Web Application as front-end.
The whole ...
0
votes
0answers
107 views
WPF user control gets data from web service or dll
I have a WPF user control which displays a piece of data on the screen.
I would like to use the same WPF front end but have the data come from two possible alternate sources:
A linked class ...
0
votes
2answers
61 views
Where to store component DLLs?
I'm currently migrating a VB.NET website to a VB.NET Web Application. Previously I would store all the component DLLs (3rd party class libraries) in the bin folder and they would get compiled at run ...
0
votes
0answers
97 views
Entity Framework - class library - localization
I have a entity framework database model in a class library. This class library is referenced in my silverlight application.
The table news, stores informations in body_german and in body_english. I ...
0
votes
1answer
77 views
Custom control library file resources
I am developing custom control which includes WebBrowser control inside its control template. creating custom control and accessing WebBrowser inside control template works without any problem but I ...
3
votes
1answer
70 views
Is there a way to make a native cocoa class library in MonoTouch?
I know that MonoTouch compiles code down to native machine code. Is there anyway to make a native (.a) class library using MonoTouch? Just to be clear, I'm not looking to share code between the two ...
0
votes
0answers
58 views
Accessing a Label of one project in a Class library
I am using C# Remoting in which one project named P1 and contains a Label ,the Text of this label needs to be changed in a Class library.
The problem is that the Label in P1 is not getting accessed ...
4
votes
1answer
105 views
Scheduled task for Windows Phone 7.0 class library
Hi allI want to add scheduled task facility to my class library. User should be able to get the location periodically and he should be able to determine time interval, using classes in my class ...
0
votes
2answers
143 views
.NET Modifying Class Library Application Settings from Host Application
Let's say I have the following scenario in .NET 4.0:
- Solution containing: a) a Class Library b) a Console Application
The Console Application references the Class Library.
What I want is to setup ...
2
votes
0answers
130 views
Excel add-in with service reference in class library fails to connect
I have created an Excel 2010 VSTO Add-in in visual studio (c#). The add-in uses a class library that has a service reference to a wcf service. The same wcf-service is also referenced in the add-in ...
0
votes
1answer
99 views
Asp.NET Basic User Control DLL
I am developing a basic usercontrol(Textbox). I added a class library and added a class. Here is my code;
public class MyTextBox : TextBox
{
bool isUpper;
public bool IsUpper
{
...
0
votes
0answers
124 views
C# Classlibary with service reference
I read alot here to see if I could find any solution to my problem. But didn't so now I'm asking.
I'm building a class libary, the dll file I get from it, I have to add to dynamics ax so I can use ...
0
votes
0answers
310 views
Check user input, Valid cell/mobile phone number?
Before sending the user a text message,
What are the conditions required for a cell/mobile phone number to be valid?
Different countries have different conditions, are there any class library ...
0
votes
1answer
62 views
How to transform this into a DLL
I want to compile a DLL control, is a Extended Panel but I only have the class, I don't like to use classes for add a custom control, i prefer to add the DLL into the toolbox.
Someone can help me to ...
1
vote
1answer
71 views
How to reference Windows SDK from Windows Store class library?
How can I add a reference to the Windows SDK to my Windows Store class library so I can store common controls, etc. in there and reference those classes from other Windows Store apps?
When I try to ...
1
vote
1answer
388 views
Visual Studio 2012 won't debug a library if it is also in the GAC
This is not related to the "just my code" debug setting, or marked Optimize Code, or not marked Debug code... all these situations had been ruled out.
I have a .net project that uses a library.
In ...
0
votes
1answer
145 views
Dynamic Compilation, ReferencedAssemblies.Add another Project
will appreciate any pointers here.
I am creating a Solution that have multiple Projects.
The solution have various class libraries that I create (libCore, libApplication, libUser).
One project in ...
2
votes
1answer
139 views
Error calling a class library from a wcf service
I have an MVC project where I am using a WCF service as a pass through to methods in a class library. I put a query in the service and called the service from my project and the query worked fine and ...
2
votes
1answer
161 views
how to access resource dictionary in a WPF class Library?
Here is the scenario.
I have a WPF project A which is the startup project. And a class library B containing Views and Images.
Both A and B have images. I have set them as resource.
In a i have ...



