Visual Studio 2010, using VB.NET. Intellisense does not recognize new property until I recompile
Posted
by Velika
on Stack Overflow
See other posts from Stack Overflow
or by Velika
Published on 2010-03-20T21:11:46Z
Indexed on
2010/03/20
21:21 UTC
Read the original article
Hit count: 351
vb.net
|visual-studio-2010
I have an ASP.NET VB.NET web project that references a VB.NET class library.
I add a new property to a class in the class library, then, from the web app, I expect to be able to use it immediately w/o errors and with full intellisense.
It used to work in 2008.
When I compile the class library, it becomes available but not until.
Was this nice feature taken away, perhaps in the interest of speed?
© Stack Overflow or respective owner