Skip to main content

All Questions

2 votes
1 answer
172 views

Possible to increment DLL version automatically

I have a C#/VB .Net Class Library which is used in multiple projects. One of the issues we face is if a change is made to this Class Library it needs to be deployed to multiple projects. As you can ...
Computer's user avatar
  • 2,199
0 votes
0 answers
97 views

Correct DLL utilization without including it in the output directory for a standalone application (VB.Net)

So I've been using the NAudio.dll in my VB.Net project and so far it was quite easy using it by utilizing Imports NAudio.Wave and just calling the one class and function I need from that class. Now it ...
Vandrey's user avatar
  • 561
2 votes
2 answers
2k views

C# Class Library within VB Solution Does Not Import

I am attempting to create a C# class library for some Yahoo Placefinder work. I did not find VB code examples online, so I thought I would use the C# code they provide and simply add another class ...
Eric K's user avatar
  • 709
-1 votes
1 answer
177 views

Control Assembly add reference

Suppose that i have a ".dll" file genereared from a class library and i want this class library to be referenced by certain projects that i have but if someone else wants to reference that class ...
Ahmad_Hamdan's user avatar
4 votes
1 answer
2k views

Adding a Windows Service Class to a class library

I have a class library in VB.NET that does a NET-envelope for an USB device driver. There is only one function of that driver that I could not envelope in a traditional class, but I had to put it in ...
gingo's user avatar
  • 478
2 votes
2 answers
99 views

How can I use my classes in several projects?

How can I create a namespace and classes in it, then save it, and reuse the namespace in other projects? Do I have to click on Create Class Library in Visual Studio?
Cobold's user avatar
  • 2,593
1 vote
3 answers
1k views

Getting the URL of a web service that calls a class library

I have a web service 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. Is there a simple way of doing this??
zeocrash's user avatar
  • 655