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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

More DLL Hell

Status
Not open for further replies.

dk2006

MIS
Jan 19, 2006
53
US
I am programming in VB.NET using VS2005. In my solution I have three projects. First one is to compile into DLL file. I worked fine until when I made some changes in project one (as DLL file). It appeared that changes didn't go into affect. I deleted any known copy off dll files and re-compiled the application. Still, it seems taht it still using the old dll component file. Why?

ab
 
When you set your reference to your DLL in the other projects, what type of reference did you set? Because if you set it as a "project" reference, it should work seamlessly.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Chip,
I did reference as project. Look at my original post. I have included DLL project in my solution. I did a test where my app will call different function in DLL. It did't recognize it. That tells me DLL never get updated.

Anyone?

Thanks,
ab
 
I solved the problem. It's far more complex.
 
Can you share with us what the problem was? Questions and answers are what keeps this board alive.
 
I did reference as project. Look at my original post.
Your original post does not say that.
;-)

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top