473,769 Members | 7,923 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Compiler errors because project is in 2 solutions

I beleive it is because I have some projects in more than one solution that
I develope the following type of errors.

Can anyone tell me how to avoid this or what to do when it happens?

Thanks
A failure occurred while attempting to start the compilation.

Warning: The dependency 'CsLibrary, Version=1.0.165 0.19153, Culture=neutral '
in project 'CAG FileExplorerCon trol' cannot be copied to the run directory
because it would overwrite the reference 'CsLibrary, Version=1.0.165 0.19134,
Culture=neutral '.

Warning: The dependency 'CsLibrary, Version=1.0.165 0.19153, Culture=neutral '
in project 'FileExplorerTe st' cannot be copied to the run directory because
it would overwrite the reference 'CsLibrary, Version=1.0.165 0.19134,
Culture=neutral '.
Nov 20 '05 #1
2 1540
Does your solution contain multiple projects? Is that the actual issue?

Take a look at the following post on 30 June at 18:01, in this newsgroup. It
may solve your problem.

ANS: Erroneous Compiler Errors When Building

HTH

Charles
" Just Me" <ne********@a-znet.com> wrote in message
news:ea******** ******@TK2MSFTN GP11.phx.gbl...
I beleive it is because I have some projects in more than one solution that I develope the following type of errors.

Can anyone tell me how to avoid this or what to do when it happens?

Thanks
A failure occurred while attempting to start the compilation.

Warning: The dependency 'CsLibrary, Version=1.0.165 0.19153, Culture=neutral ' in project 'CAG FileExplorerCon trol' cannot be copied to the run directory
because it would overwrite the reference 'CsLibrary, Version=1.0.165 0.19134, Culture=neutral '.

Warning: The dependency 'CsLibrary, Version=1.0.165 0.19153, Culture=neutral ' in project 'FileExplorerTe st' cannot be copied to the run directory because it would overwrite the reference 'CsLibrary, Version=1.0.165 0.19134,
Culture=neutral '.

Nov 20 '05 #2
Thanks that helped.
"Charles Law" <bl***@nowhere. com> wrote in message
news:uy******** ******@TK2MSFTN GP12.phx.gbl...
Does your solution contain multiple projects? Is that the actual issue?

Take a look at the following post on 30 June at 18:01, in this newsgroup. It may solve your problem.

ANS: Erroneous Compiler Errors When Building

HTH

Charles
" Just Me" <ne********@a-znet.com> wrote in message
news:ea******** ******@TK2MSFTN GP11.phx.gbl...
I beleive it is because I have some projects in more than one solution

that
I develope the following type of errors.

Can anyone tell me how to avoid this or what to do when it happens?

Thanks
A failure occurred while attempting to start the compilation.

Warning: The dependency 'CsLibrary, Version=1.0.165 0.19153,

Culture=neutral '
in project 'CAG FileExplorerCon trol' cannot be copied to the run directory because it would overwrite the reference 'CsLibrary,

Version=1.0.165 0.19134,
Culture=neutral '.

Warning: The dependency 'CsLibrary, Version=1.0.165 0.19153,

Culture=neutral '
in project 'FileExplorerTe st' cannot be copied to the run directory

because
it would overwrite the reference 'CsLibrary, Version=1.0.165 0.19134,
Culture=neutral '.


Nov 20 '05 #3

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

Similar topics

6
8626
by: paul calvert | last post by:
I hope somewhere here has encountered and solved a similar problem in the past. 1) on a new Win2000 PC: installed Visual C++ 6.0 download & install single file Service Pack 5.0 2) try to build my gui and dll projects, whose project, workspace, source files all resided on network drive mapped to H. The H mapping,
8
1902
by: jon morgan | last post by:
OK, I'm going to be brave. There is a bug in VS.Net 1.1 that causes random compiler errors. I have raised this issue in posts at least three time in the past couple of months without attracting much interest. But it's driving me nuts. Here's what happens. I'm working on a multi project VB app. happily writing nice inoffensive code - go to compile and the compiler tells me there's a problem in a project I'm not working on. But really...
0
1101
by: Charles Law | last post by:
I thought I would pass this on, as I have oft' seen this problem reported, with no solution. The problem is that in a solution containing several projects, the compiler will sometimes report a selection of errors that are quite false. For example, on one build the error "... cannot handle event because they do not have the same signature" might be reported. Build again and the problem goes away. Change something unrelated and the problem...
5
1229
by: Rarlfth Nadar | last post by:
Create a new solution, add a class... Public Class Class1 Public Sub New() .New() '<----- This line will blow up the IDE
2
1579
by: Samuel R. Neff | last post by:
Within the past few weeks we've been getting a lot of compiler errors in two classes when no errors actually exist. The error always reports as Name '_stepResizeRelocator' is not declared. Where _stepResizeRelocator is an instance (class level) variable. There is no compiler error on the declaration of the variable, only on use. Tthe name of the variable which causes the error changes.
4
2203
by: billben74 | last post by:
Despite advances in devstudio .NET building large projects can still be difficult. Is there a way, perhaps using EnvDev class or some other class that would allow output of the "command line" that is being used to compile a VB.NET project (c.f. C++ which shows this under project options/Linker). This would be very useful as one could explicitly see which assemblies were being included in each project; it would also be a good starting...
5
1500
by: genc_ymeri | last post by:
Hi over there, We are a team of 6 developping web applications (ASP.Net/C#/VB.Net/SQLServer). What happens is that randomly, each of us get the below error in (PS). We believe that the "acess is denied" error description is a "dummy message" b/c the file name changes the very next time we compile for no reasons. (we think that it didn't have any reason in the first place b/c no changes of any kind were done to it or to the...
1
1917
by: Peter Wilson | last post by:
I am running a VB.Net conversion project and have run into a severe problem compiling the application. The project has a main project with about one hundreds forms. (Did I say badly structured?) The number of compiler errors is limited to 100 approx. These errors from various forms all relate to a missing shared component which references everything else in sight (VB6 rules!). "SharedComponentX is not a member of NamespaceY" I never...
3
3447
by: Rene | last post by:
Hello to all! For a long time I have been "fighting" a problem compiling an OpenGL program which uses GLUT. First I have put a question in a Watcom group (I want to use this compiler) to which I got no reply, in an OpenGL group somebody recommended me to use Visual C++ which I did. That worked OK but I do would like to use Watcom. In the meantime I found solutions to several of the errors I got but one is left which I cannot find a...
0
9589
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
9423
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
8873
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
7413
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
5310
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3965
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
2
3565
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
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.