Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Class Library

Status
Not open for further replies.

BBBDaddy

Programmer
Joined
Aug 19, 2008
Messages
6
Location
US
I have a client application that uses class library I created. I want to make changes to the class library, when I do the client application doesn't see the changes. (VS 2008 Express)

Not sure what I am doing wrong? Does the client app need to be built again? I thought there was a way to update the class library without a need to make changes to the client app?
 

How is the class library dll distributed with the application? Is it residing in the same directory as the application?


I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson

Arrrr, mateys! Ye needs ta be preparin' yerselves fer Talk Like a Pirate Day!
 
jebenson

The class library dll is in the system32 folder. It is very simple just putting up a msgbox, trying to get this to work. In the windows app the reference points to the system32 folder but when I change the class dll no effect.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top