473,609 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Please Help,

Hi all

I've been getting the following compilation error. I
should explain the
background of the project that i am taking over. This is a
project that has
been developed by someone else a while ago using
dreamweaver, I am basically
trying to migrate the project into a Visual Studio .NET
environment before I
start enhancing it.

The following compilation error seems to suggest multiple
definitions within the same namespace.

1. I have checked absolutely every class definition and
have not found duplicates of the same class.

2. Further more I have renamed the class that seem to have
initiated the error and It came back with the same error.
I really can't figure out what is wrong with the problem.
Please help.
Thanx

James
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:
CS1595: 'Wiliam.Request .LoginPage' is defined in
multiple places; using definition from
'C:\WINNT\Micr osoft.NET\Frame work\v1.0.3705\ Temporary ASP.NET
Files\ticketing \51e97ea9\cbdc4 eb9\assembly\dl \b46c1607
\c1f6bd86_7f68c 301\Tic
keting.DLL'

More details here
http://www.oceanware.com.au/~anna/bo.../documentation /Compilation%20E rror.htm

.

Nov 17 '05 #1
2 1569
hi all :)

I found the problem. Woohoo.
Visual Studio like to automatically add things in aspx
pages. What happens is the code behind pages written by
the original author were stored in a seperate folder "cs",
when i copied these files to same directory as the aspx
files, VS added an extra "src" attribute in the <%page
directive %> defining the same codebehind file as
the "codebehind " attribute. Simpling removing the "src"
attribute fixed the problem.

Special thanx to Kevin who tried to point me in the right
direction. Thanx all for reading my post.

Cheers

James
-----Original Message-----
Hi all

I've been getting the following compilation error. I
should explain the
background of the project that i am taking over. This is aproject that has
been developed by someone else a while ago using
dreamweaver, I am basically
trying to migrate the project into a Visual Studio .NET
environment before I
start enhancing it.

The following compilation error seems to suggest multiple
definitions within the same namespace.

1. I have checked absolutely every class definition and
have not found duplicates of the same class.

2. Further more I have renamed the class that seem to haveinitiated the error and It came back with the same error.
I really can't figure out what is wrong with the problem.
Please help.
Thanx

James
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:
CS1595: 'Wiliam.Request .LoginPage' is defined in
multiple places; using definition from
'C:\WINNT\Mic rosoft.NET\Fram ework\v1.0.3705 \Temporary

ASP.NET
Files\ticketin g\51e97ea9\cbdc 4eb9\assembly\d l\b46c1607
\c1f6bd86_7f68 c301\Tic
keting.DLL'

More details here
http://www.oceanware.com.au/~anna/bo...m/documentatio

n/Compilation%20E rror.htm

.

.

Nov 17 '05 #2
hi all :)

I found the problem. Woohoo.
Visual Studio like to automatically add things in aspx
pages. What happens is the code behind pages written by
the original author were stored in a seperate folder "cs",
when i copied these files to same directory as the aspx
files, VS added an extra "src" attribute in the <%page
directive %> defining the same codebehind file as
the "codebehind " attribute. Simpling removing the "src"
attribute fixed the problem.

Special thanx to Kevin who tried to point me in the right
direction. Thanx all for reading my post.

Cheers

James
-----Original Message-----
Hi all

I've been getting the following compilation error. I
should explain the
background of the project that i am taking over. This is aproject that has
been developed by someone else a while ago using
dreamweaver, I am basically
trying to migrate the project into a Visual Studio .NET
environment before I
start enhancing it.

The following compilation error seems to suggest multiple
definitions within the same namespace.

1. I have checked absolutely every class definition and
have not found duplicates of the same class.

2. Further more I have renamed the class that seem to haveinitiated the error and It came back with the same error.
I really can't figure out what is wrong with the problem.
Please help.
Thanx

James
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:
CS1595: 'Wiliam.Request .LoginPage' is defined in
multiple places; using definition from
'C:\WINNT\Mic rosoft.NET\Fram ework\v1.0.3705 \Temporary

ASP.NET
Files\ticketin g\51e97ea9\cbdc 4eb9\assembly\d l\b46c1607
\c1f6bd86_7f68 c301\Tic
keting.DLL'

More details here
http://www.oceanware.com.au/~anna/bo...m/documentatio

n/Compilation%20E rror.htm

.

.

Nov 17 '05 #3

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

Similar topics

0
1692
by: Kurt Watson | last post by:
I’m having a different kind of problem with Hotmail when I sign in it says, "Web Browser Software Limitations Your Current Software Will Limit Your Ability to Use Hotmail You are using a web browser that Hotmail does not support. If you continue to use your current browser software we cannot guarantee that Hotmail will work correctly for you". Please help, this is very annoying. I have been searching for help on
7
3592
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title> </head> <style type="text/css">
7
3276
by: tyler_durden | last post by:
thanks a lot for all your help..I'm really appreciated... with all the help I've been getting in forums I've been able to continue my program and it's almost done, but I'm having a big problem that I believe if it's solved, the remaining stuff is easy... my full program until now is here: http://www.geocities.com/tom4_h4wk/progmail.zip the problem is the segmentation fault when main trys to run leficheiro.c.... the *.c2 files are the...
23
3258
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application to create certain textboxes, labels, and combo boxes? Any ideas would be appreciated. Thanks
13
4316
by: Joner | last post by:
Hello, I'm having trouble with a little programme of mine where I connect to an access database. It seems to connect fine, and disconnect fine, but then after it won't reconnect, I get the error "operation is not allowed when object is open" so I take out the line of code: BookDetails.Connection1.Open and it comes up with the error "operation is not allowed when object
1
9620
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
1
54491
PEB
by: PEB | last post by:
POSTING GUIDELINES Please follow these guidelines when posting questions Post your question in a relevant forum Do NOT PM questions to individual experts - This is not fair on them and we instruct our experts to ignore any such PMs completely Be sure to give the version of Access that you are working with and the Platform and OS if applicable.
0
3042
by: 2Barter.net | last post by:
newsmail@reuters.uk.ed10.net Fwd: Money for New Orleans, AL & GA Inbox Reply Reply to all Forward Print Add 2Barter.net to Contacts list Delete this message Report phishing Show original
6
3308
by: jenipriya | last post by:
Hi all... its very urgent.. please........i m a beginner in oracle.... Anyone please help me wit dese codes i hv tried... and correct the errors... The table structures i hav Employee (EmpID, EmpName,DeptID,DateOfJoin, Sal, Addr) Finance (EmpID, Sal) Club (Clubname, EmpID, Fee, DateOfJoin) Leave (EmpID, Date) Department (DeptID, DeptName, NoOfEmployees)...
5
2301
by: tabani | last post by:
I wrote the program and its not giving me correct answer can any one help me with that please and specify my mistake please it will be highly appreciable... The error arrives from option 'a' it asks for user name, check in the system but does not return the correct answer please help me with it. or if you have better way of doing it would you please mind to tell me.. thanks.. #!/usr/bin/perl -w #use Getopt::Std;
0
8115
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8053
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
8557
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
8513
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...
0
6983
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
6047
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
5504
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
1638
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1374
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.