vs doesn't recognized newly added methods in references

D

Dica

i'm working on building a web app that uses several dlls being built by
another member of the team. his dlls are frequently updates as we decide on
the need for new methods, but much of the time, after he's done compiling
his code, i'm unable to access these (visual studio tells me there's no such
method available in the dll). the reference path to the newly compiled dll
is correct, but i still can't see the new methods. about the only thing that
seems to work is setting copyLocal from false to true to false again, doing
a rebuild each time. when we get truly desperate, we have to remove the
reference altogether and then add it again to resolve the problem.



is there something that can be done? we're using VS2003 enterprise.
 
S

Scott M.

When the new .dll's are created, are the version numbers changing? Does the
new .dll get properly registered into the GAC? Does the old .dll get
unregistered from the GAC first?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,533
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top