you should not have a page call another page without a reference. to catch
this bad habit, turn off batch compile in vs. in msbuild options set single
page assemblies.
-- bruce (sqlwork.com)
"RicercatoreSbadato" <em***********@yahoo.itwrote in message
news:11*********************@m73g2000cwd.googlegro ups.com...
I'm using VS2005 with
- a web site in asp.net
- a class library
I call from the site some methods into the class library.
I use the code behing in some pages of the web site.
When I rebuild the solution, the VS2005 doesn't show the errors in the
code behind of the web site, why? I can't work in this way!
Any ideas ?