Skip to main content

All Questions

0 votes
1 answer
41 views

Can't reference betwen Class Libary and WCF Class Libary

I'm currently trying to learn ASP.NET MVC.. But I'm strugling about to use my Interface(Class Lib) in WCF Lib... I tried to use diffrent Nuget's but none of them helped me.. Can anyone help me ?
Metehan Şakoğlu's user avatar
-1 votes
1 answer
585 views

How to include a VB project in a C# Solution

I am very new to C# and visual studio and I am currently playing around with the idea that multiple languages can be mixed in a solution (C# project and VB project in the same solution). I found what ...
XCELLGUY's user avatar
  • 179
-1 votes
2 answers
634 views

Resharper mark red using statement to use class library in asp.net core

I created class library, created Web Application project, then add reference to the class library in the Web Application project as explained here, but can't add "using" for it. (the namespace of ...
arielorvits's user avatar
  • 5,435
0 votes
1 answer
41 views

Cannot add reference to program

I added a program to my solution and this happens from time to time but not as bad as this time. It show a yellow triangle as if I do not have a reference; however, I have added a reference about 20 ...
Filling The Stack is What I DO's user avatar
2 votes
1 answer
2k views

Class library loses references (dlls) when being used

Sorry for the title. I don't know how to describe this problem shortly. My problem is that I have a class-library which has references to other (third party) DLLs. I need to use this class-library in ...
kaliba's user avatar
  • 230
2 votes
1 answer
487 views

ASP.Net 5 project referencing old class library

I was trying repository pattern with ASP.Net 5 project and service project. I referenced my ".Service" class library project into my ".Web" project but something went wrong with the reference. I ...
Ahmed Helmy's user avatar
2 votes
0 answers
883 views

Automatically update references visual studio

I have a solution with a class library. And then I have another solution with a web application which uses the dll above. Everytime i make some changes on the class library I have to go to web ...
Joao Pinto's user avatar
0 votes
2 answers
178 views

When you reference library how to copy to TargetDir not only .dll but also .config

I have an additional config file for my library. I use it to config log4net. So library can configure log4net. I add reference to the library to another project in my solution and i need to make VS ...
Yola's user avatar
  • 18.9k
0 votes
1 answer
527 views

Common used class library release method

I have a class library project, it releases Common.dll file. I use this dll in my another projects. I wonder that which release method is the best? Compile class library project in release mode and ...
Furkan Ekinci's user avatar
1 vote
2 answers
3k views

Add a reference to a class library from another solution (Visual Studio) - best practises?

In Solution A there is a project that outputs as a Class Library. In Solution B I need a reference to that library. Currently, I added a reference in Solution B by browsing to a path of Solution A. I ...
ilija veselica's user avatar
0 votes
1 answer
2k views

Why aren't my class library methods appearing in my referenced console application?

I have written a class library. To execute methods that I wrote in my class library, I created a console application. In my console application, I added the class library that I wrote as a reference. ...
Conor's user avatar
  • 553
0 votes
1 answer
201 views

Referenced Library Not Recognized when compiled

I have created a simple Console application. I moved all my class files into a separate project because it is shared between this and a Asp.Net MVC application. I add the library fine. I add a ...
Jhorra's user avatar
  • 6,313
0 votes
4 answers
2k views

Circular referencing with three .NET class libraries - possible or stupid?

I have read other questions about circular references on here but I can't find the answer to my question. I have three class libraries: Authentication, EmailService and ExceptionService. ...
tekiegirl's user avatar
  • 1,265
1 vote
2 answers
1k 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 ...
bassplayer142's user avatar
1 vote
1 answer
1k 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 ...
jlee88my's user avatar
  • 3,003

15 30 50 per page