473,569 Members | 2,765 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Weird Compile Error

When I compile my VS2005 website I get this weird compile error. The line it
points to a constructor for a class that is used throughout the website. Even
more bizarre when I click on the underlined method (WebUser) VS2005 opens up
a file called WebUser [from MetaData]. Can you advise?

The type 'ui.WebUser' exists in both 'c:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.
50727\Temporary ASP.NET Files\ecuiunbou nd\5fbfce88\c12 43b83\App_Code. bxnm9i3z.
dll' and 'c:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Temporary ASP.NET
Files\ecuiunbou nd\5fbfce88\c12 43b83\assembly\ dl3\e4f291fd\1e b29840_5bd6c501 \
ecuiunbound.DLL 'c:\inetpub\www root\ecuiunboun d\claim.master. cs 171 17

--
Message posted via DotNetMonster.c om
http://www.dotnetmonster.com/Uwe/For...p-net/200601/1
Jan 27 '06 #1
1 1003
Problem solved. I had a different webpage inheriting the original weppage.

Andy Sutorius wrote:
When I compile my VS2005 website I get this weird compile error. The line it
points to a constructor for a class that is used throughout the website. Even
more bizarre when I click on the underlined method (WebUser) VS2005 opens up
a file called WebUser [from MetaData]. Can you advise?

The type 'ui.WebUser' exists in both 'c:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.
50727\Temporar y ASP.NET Files\ecuiunbou nd\5fbfce88\c12 43b83\App_Code. bxnm9i3z.
dll' and 'c:\WINDOWS\Mic rosoft.NET\Fram ework\v2.0.5072 7\Temporary ASP.NET
Files\ecuiunbo und\5fbfce88\c1 243b83\assembly \dl3\e4f291fd\1 eb29840_5bd6c50 1\
ecuiunbound.DL L'c:\inetpub\ww wroot\ecuiunbou nd\claim.master .cs 171 17


--
Message posted via DotNetMonster.c om
http://www.dotnetmonster.com/Uwe/For...p-net/200601/1
Jan 27 '06 #2

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

Similar topics

7
4748
by: Yamin | last post by:
I found some code that seems a bit weird and is refusing to compile on GCC...it apparently used to compile fine on other comilers. typedef void ASY_TESTPROC_T __((OIDC_T lastmatch, int compc, OIDC_T *compl, ....)); There are several other ASY_XXXX defintion following, but AST_TESTPROC_T is the first one. There is macro: __(x) defined...
1
2772
by: amit | last post by:
I am trying to compile the sample program genwin.sqc, using nsqlprep which is used to precompile embedded sql in C. I am getting weird errors and that is because windows.h is included in the genwin.sqc file. I am using Setting the lib and include path: set INCLUDE=C:\Program Files\Microsoft SQL...
16
488
by: Gernot Frisch | last post by:
hi, i don't even know how to desribe the error... I have a Qt application. Now, there's a .cpp file that I reduced to: // #include <somefile.h> int i=45; /* long source code
6
1812
by: Saki Arkoudopoulos | last post by:
Hi, I keep getting this weird error when trying to compile a program: CMainWindowDer.o(.text+0x3666): In function `CMainWindowDer::OpenProjectOpties()': /home/sakis/3e_trimester/trim-project/gui/CMainWindowDer.cpp:398: undefined reference to `CProjectOpties::CProjectOpties()'...
2
2529
by: Kathy Houtami | last post by:
Hi there I've been encountered with weird compile error using Access 97. The error message is "Member or data member is not found" and it highlighted a line of code that has not be changed and has been compiled with no error for days. The code was Me.CircuitQualifier.Requery
8
1587
by: J.Marsch | last post by:
Ok, I think that what I'm seeing is due to some implicit boxing/unboxing going on, but I'd like to understand this a little better. I have a collection of structs. If I try to iterate the collection of structs with a foreach() loop, and in the loop I try to change the value of one of the fields in the struct, I get a compile time error "The...
2
2730
by: Scott Reynolds | last post by:
I am having a problem exposing a class inherited from the collection base class as a webservice. If I expose the collection on a web page all works well and I am very happy. However when I try and expose this via a web service I get a weird error saying that the dll could not be found. The specific error is: I can't figure it out. I thought...
3
1860
by: Hasani | last post by:
I'm creating a .net db provider and I came across a weird problem w/ my data reader. The .net provider was created in managed c++ becuase the db api is also c++. I'm calling the code from a c# project. It shouldn't make a difference but I did have to do http://support.microsoft.com/default.aspx?scid=kb;;814472&product=vcNET to get my c++...
14
3784
by: vittorio | last post by:
While I can compile the program below under freebsd via a simple: gcc prog1.c -o prog1 and it runs smoothly, I'm experiencing annoying problems with lcc-win32 under windows xp pro. In fact, under wedit, I can smoothly compile the program but when I try to execute it it ends with an "abnormal termination" and a popup complains that: lcc...
13
2673
by: Sam Steingold | last post by:
the following program does not compile with g++ 4.1.1: ==================================================== // $Id$ // $Source$ #include <stdint.h> #include <stdio.h> typedef struct { uint32_t one_c; } chart; #define as_chart(c) ((chart){one_c:(c)})
0
7697
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8120
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
7672
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
7968
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...
0
6283
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
5512
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
5219
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
2113
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
1212
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.