473,545 Members | 1,994 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Compiler Error Message: CS0433 Duplicate Temp Files.

Get this wierd compiler error on my production machine after publishing the
site in VS 2005, have no idea what it is..removed the temp files and it just
remakes them.

Compiler Error Message: CS0433: The type '_Default' exists in both
'c:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5021 5\Temporary ASP.NET
Files\testpopof f\90b00d8e\4772 ca2f\assembly\d l3\a9d383b3\5a6 f804f_a7ebc501\ App_Web_5n48zyr m.DLL'
and 'c:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5021 5\Temporary ASP.NET
Files\testpopof f\90b00d8e\4772 ca2f\assembly\d l3\80314b0c\b1d 1824f_a7ebc501\ App_Web_mb4c_l8 p.DLL'
Nov 20 '05 #1
2 11455
You have 2 assemblies (ddl files) within the same web application bin folder
named _Default. This could happen if another ddl had a web page named
default.aspx whose codebehind was compiled in that ddl but you (or someone
else) replaced the default.aspx whose codebehind was in another assembly.

--
[note: if this post answers your question, you can mark it as an answer
using the web-based newsreader functions]
-----
HTH,
Phillip Williams
http://www.societopia.net
http://www.webswapp.com
"Matt" wrote:
Get this wierd compiler error on my production machine after publishing the
site in VS 2005, have no idea what it is..removed the temp files and it just
remakes them.

Compiler Error Message: CS0433: The type '_Default' exists in both
'c:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5021 5\Temporary ASP.NET
Files\testpopof f\90b00d8e\4772 ca2f\assembly\d l3\a9d383b3\5a6 f804f_a7ebc501\ App_Web_5n48zyr m.DLL'
and 'c:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5021 5\Temporary ASP.NET
Files\testpopof f\90b00d8e\4772 ca2f\assembly\d l3\80314b0c\b1d 1824f_a7ebc501\ App_Web_mb4c_l8 p.DLL'

Nov 20 '05 #2
"Phillip Williams" wrote:
You have 2 assemblies (ddl files) within the same web application bin folder
(Correction) ... containing 2 class definitions ...
named _Default. This could happen if another ddl had a web page named
default.aspx whose codebehind was compiled in that ddl but you (or someone
else) replaced the default.aspx whose codebehind was in another assembly.

--
[note: if this post answers your question, you can mark it as an answer
using the web-based newsreader functions]
-----
HTH,
Phillip Williams
http://www.societopia.net
http://www.webswapp.com
"Matt" wrote:
Get this wierd compiler error on my production machine after publishing the
site in VS 2005, have no idea what it is..removed the temp files and it just
remakes them.

Compiler Error Message: CS0433: The type '_Default' exists in both
'c:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5021 5\Temporary ASP.NET
Files\testpopof f\90b00d8e\4772 ca2f\assembly\d l3\a9d383b3\5a6 f804f_a7ebc501\ App_Web_5n48zyr m.DLL'
and 'c:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5021 5\Temporary ASP.NET
Files\testpopof f\90b00d8e\4772 ca2f\assembly\d l3\80314b0c\b1d 1824f_a7ebc501\ App_Web_mb4c_l8 p.DLL'

Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2091
by: Kim Nørby Andersen | last post by:
Hello there I am lost. i receive the output in the bottom, from a site that runs excellently on our development server, but dies on the customer. We have had a first version running at the customer, did some changes, recompiled, zipped and sent it back to them, but then it screwed up. As a part of the debugging process, the ASP.NET has...
9
2280
by: JTrigger | last post by:
When I compile my project using the IDE on a development machine it works just fine. When I compile it on the server using csc.exe, I get the following error when I try to bring it up in the web browser. What is the issue? Thanks, Jim Server Error in '/psnRequest' Application....
4
5405
by: james margey | last post by:
Hi to all, I have spent 3 days at this error and i have two days to go for a deadline, and i am about to go off my nut, the reason being: Microsoft dont seem to be able to provide a solution, I have trawled the web and the few that have the same error have not being provided a fix. This error occurs if i make the slightest change in my...
1
3354
by: abh1508 | last post by:
Following a release of code the following problem occurs on certain asp ..net pages. This is not a problem on other testing/demo environments. IIS seems to be creating certain files twice in the temporary internet files directory. Any advice or suggestions appreciated. Server Error in '/ContactCentre/Global' Application....
1
5230
by: paps | last post by:
I've published my website into IIS and i receive this error when i call the default page Compiler Error Message: CS0433: The type 'ProfileCommon' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\710cd38c\3f7cccae\assembly\dl3\6f3dd963\8a8c5aef_2e00c601\App_Code.DLL' and...
8
4059
by: Jon Paal | last post by:
Compiler Error Message: BC30002: Type 'System.Management.ManagementObjectCollection' is not defined. Source Error: Imports System.Management .... Line 40: Dim moColl As System.Management.ManagementObjectCollection
1
2480
by: mlcy | last post by:
hi there, i got this Compiler Error Message when i tried to access my site. all files were built in vs2005 without error. Compiler Error Message: CS0433: The type 'FrontEnd.AppConfig' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET...
1
4127
by: Bruce | last post by:
We suddenly got a mysterious error message on our Windows Server 2003 (SP1) after rolling out a bug fix on a web services application this morning. The application compiles and runs fine on the development workstation (from vs 2005 on Windows XP Pro), but when I run "Copy Web Site..." to move the app out from VS to the server, then all...
1
5300
by: kmsandeep17 | last post by:
when i host my site on go daddy it give error 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: The compiler failed with error code -1073741502. Detailed...
0
7409
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7921
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7437
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5982
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5343
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3465
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3446
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1900
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1023
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.