deployed website is referencing code-behinds...not the assemblies

  • Thread starter Thread starter petejk
  • Start date Start date
P

petejk

When I deploy my website (built with VS2005), it keeps on bombing out
because it is referencing the code-behind files and the the DLLs in the
\bin folder (yes...the correct DLLs do exist).

Any ideas? This is driving me loco.

Thanks,

Pete
 
When I deploy my website (built with VS2005), it keeps on bombing out
because it is referencing the code-behind files and the the DLLs in the
\bin folder (yes...the correct DLLs do exist).

What is correct?
Subject: "Not the assemblies"
Message: "the DLLs in the bin folder"

btw, if there's a code-beside file it will connect to it first before going
into the assemblies in bin folder.
ASP.Net 2.0 has a very different page-compilation architecture as compared
to ASP.Net 1.1

Remove all code-beside files.


--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujinionline.com
http://eduzine.edujinionline.com
-----------------------------------------
 
Back
Top