472,142 Members | 1,035 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,142 software developers and data experts.

Bizare error in published site

I am working on a portal web application that is largely modular. I have
been working on it on a "development" website. Some sections have been
tested and are complete. I decided to set up a Live website on the same
server so i could work on the development web site without affecting people
using the completed sections. I set up the website and then used VS 2005 to
"publish" the site. This seemed to work OK, it precompiled the whole site
and then published it to the new website. However when i access one
particular page on the live site i get the following very consuing error that
seems to be complaining about problems compiling temporary asp.net files that
seemingly have been created by the .net framework/compiler itself.

This error only occurs on one aspx page, the rest work fine and said page
works fine on the development website. The live website was utterly blank
when i "published" to it and i havn't done anything else to it since.

The werror is below and i am very puzzled, could anyone shed any light on
this, am i doing something wrong?

Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.

Compiler Error Message: CS0433: The type 'VanSalesRoutes' exists in both
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tem porary ASP.NET
Files\portal\ed2536d9\fef1a00a\assembly\dl3\805353 91\3410a283_58b1c601\App_Code.DLL'
and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tem porary ASP.NET
Files\portal\ed2536d9\fef1a00a\assembly\dl3\b5ff86 97\3cbfd183_58b1c601\App_Web_g_ksc0ps.DLL'

Source Error:

Line 110:
Line 111: [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
Line 112: public class vansalesroutes_aspx : global::VanSalesRoutes,
System.Web.SessionState.IRequiresSessionState, System.Web.IHttpHandler {
Line 113:
Line 114: private static bool @__initialized;
Jul 31 '06 #1
0 1040

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

9 posts views Thread by GTi | last post: by
14 posts views Thread by brett | last post: by
3 posts views Thread by Timbo | last post: by
5 posts views Thread by John | last post: by
4 posts views Thread by Rick | last post: by
reply views Thread by Jonathan Crawford | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.