Hello,
We just noticed the following error message in the Event View > Application Logs:
c:\Inetpub\wwwroot_pub\Store 1\Admin\Admin.master(57): error CS0433: The type 'ASP.admin_usercontrols_adminbreadcrumbs_ascx' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\5aa41915\74a2ec65\App_Web_mliobda_.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\5aa41915\74a2ec65\App_Web_hstilfsb.dll'
The front end of the store is functioning fine, but we are not able to login to the admin section. It gives the following error message:
Oops!
An unexpected error has occurred. The error message has been recorded for the system administrator. We apologize for the inconvenience.
Google search results for 'CS0433' have suggested that clearing out the Temporary ASP.NET Files may solve my problem. Has anyone else experienced anything of this nature? I'm hoping someone from AC can shed some light on the issue.
The store is version 7.0.3 using SQL2005.
Thanks,
Albert
Compiler Error Message CS0433
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Compiler Error Message CS0433
We run into that occasionally and have to clear out the .net temporary files. Sometimes it comes back on a site but we have only about 3 sites where it happens, so we haven't been able to track it down on the sites where the client edits the code- we don't know what all they have done.
I had it happen on one of my local test sites- even the admin bread crumbs message- and I wasn't able to build the site in Visual Studio. I found one file where the name was the same as names of a user control, even though the extensions were different and when I deleted one of them ( a .aspx page I had before I moved the code to a user control), I was able to build OK.
I had it happen on one of my local test sites- even the admin bread crumbs message- and I wasn't able to build the site in Visual Studio. I found one file where the name was the same as names of a user control, even though the extensions were different and when I deleted one of them ( a .aspx page I had before I moved the code to a user control), I was able to build OK.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Compiler Error Message CS0433
This was the first time I've experienced anything of this nature, so I was relieved to hear I wasn't alone. Thanks for the input. I'll try deleting the Temp files and see if that takes care of the problem.
That did the trick. Thanks again for your help.
That did the trick. Thanks again for your help.
