N
nickfranceschina
I'm not sure what I'm doing wrong, so I'll explain best I can. nothing
too exciting, I have a VS2005 solution with a website project and a
class library project (website references library with "project
reference") All was well for the past few weeks... class library
builds, then website builds, and everyone is happy. But lately (within
the last week?) I've having this problem where the website project is
telling me that it doesn't see new properties/methods of the class
library... as if it's still looking at an old one. I have ReSharper
installed, and ReSharper shows no errors... it is compiling the library
in memory and showing me the correct props/methods in intellisense...
but if I switch to VS.NET intellisense it says the props/methods don't
exist. When I run a compile (or launch the page) it says it cant find
some props/methods. The class library .dll in the website /bin folder
is the same version # as the one in the class library /bin/debug
folder... so it APPEARS to be pulling the correct version over. I
can't for the life of me figure out why this is happening.
Anyone have any thoughts? can I give anyone more information to help
clarify?
too exciting, I have a VS2005 solution with a website project and a
class library project (website references library with "project
reference") All was well for the past few weeks... class library
builds, then website builds, and everyone is happy. But lately (within
the last week?) I've having this problem where the website project is
telling me that it doesn't see new properties/methods of the class
library... as if it's still looking at an old one. I have ReSharper
installed, and ReSharper shows no errors... it is compiling the library
in memory and showing me the correct props/methods in intellisense...
but if I switch to VS.NET intellisense it says the props/methods don't
exist. When I run a compile (or launch the page) it says it cant find
some props/methods. The class library .dll in the website /bin folder
is the same version # as the one in the class library /bin/debug
folder... so it APPEARS to be pulling the correct version over. I
can't for the life of me figure out why this is happening.
Anyone have any thoughts? can I give anyone more information to help
clarify?