473,670 Members | 2,646 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 11459
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
2102
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 been set to run as SYSTEM, and all folders described in...
9
2290
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
5407
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 project. If i REBUILD my project no error occurs. So i keep having to rebuild my project - this is not...
1
3362
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. -------------------------------------------------------------------------------- Compilation Error
1
5239
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 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\710cd38c\3f7cccae\App_Code.kjsrfjio.dll' Every...
8
4064
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
2488
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 Files\newsearch\0d2e701c\83b0a639\assembly\dl3\167b1fd7\e5dc9ac8_ea6ec601\FrontEnd.DLL' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET...
1
4134
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 accesses to the web service via a browser show this error message: "Compiler Error Message: CS0006:...
1
5304
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 Compiler Output: C:\Windows\SysWOW64\inetsrv> "C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe"...
0
8386
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8903
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8815
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8592
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
8661
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7421
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6216
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4393
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2044
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.