473,320 Members | 2,097 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Build problem

Hello,

I don't know why I'm the only one in my development team get this build
error when I build the entire solution. CommonLib.dll is a binary file
resulted of building another project included in the solution. Has anyone
had similar problem? Thanks!

------ Rebuild All started: Project: CommonLib, Configuration: Debug
..NET ------

Preparing resources...
Updating references...
Performing main compilation...
c:\MySoln\CommonLib\file.cs(704,18): warning CS0168: The variable 's' is
declared but never used

Build complete -- 0 errors, 1 warnings
Building satellite assemblies...

------ Rebuild All started: Project: MyApp, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Cannot copy assembly 'CommonLib' to file
'C:\MySys\MySoln\MyApp\bin\CommonLib.dll'. The process cannot access the
file because it is being used by another process.
Performing main compilation...
Nov 17 '05 #1
1 1384
>The process cannot access the file because it is being used by another
process.
It appears you have an application/process accessing this file and it cannot
overwrite the file to the /Bin directory.
"Zeng" <zz*@nonospam.com> wrote in message
news:eI**************@tk2msftngp13.phx.gbl...
Hello,

I don't know why I'm the only one in my development team get this build
error when I build the entire solution. CommonLib.dll is a binary file
resulted of building another project included in the solution. Has anyone
had similar problem? Thanks!

------ Rebuild All started: Project: CommonLib, Configuration: Debug
.NET ------

Preparing resources...
Updating references...
Performing main compilation...
c:\MySoln\CommonLib\file.cs(704,18): warning CS0168: The variable 's' is
declared but never used

Build complete -- 0 errors, 1 warnings
Building satellite assemblies...

------ Rebuild All started: Project: MyApp, Configuration: Debug ..NET ------
Preparing resources...
Updating references...
Cannot copy assembly 'CommonLib' to file
'C:\MySys\MySoln\MyApp\bin\CommonLib.dll'. The process cannot access the
file because it is being used by another process.
Performing main compilation...

Nov 17 '05 #2

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

Similar topics

1
by: Bren | last post by:
Hi, Pardon my stupid, but I'm having a problem building Boost.Python as per the instructions at http://www.boost.org/libs/python/doc/building.html I got boost-build-2.0-m6.zip from...
2
by: AIM | last post by:
Error in msvc in building inheritance.obj to build hello.pyd Hello, I am trying to build the boost 1.31.0 sample extension hello.cpp. I can not compile the file inheritance.cpp because the two...
15
by: cody | last post by:
We have a huge project, the solutuion spans 50 projects growing. Everytime I want to start the project I have to wait nearly over 1 minute for the compiler to complete building. This is...
10
by: Douglas Buchanan | last post by:
I am using the following code instead of a very lengthly select case statement. (I have a lot of lookup tables in a settings form that are selected from a ListBox. The data adapters are given a...
5
by: Al | last post by:
Hi all We have created a xml file that imports a single project using the Import element. This project compiles to a class library, but has references to two other projects that are also class...
1
by: | last post by:
I'm having a problem finding the cause for this problem. I have a solution in Visual Studio 2005 that contains two projects -- a Web Site and a Class Library. The web site references the class...
1
by: AlexZh | last post by:
Hi, I'd like to stop command line build by one project build failed. To do that I've created simple AddIn (see code below), that works fine for IDE and does not work for command line. In the AddIn...
0
by: Yannick | last post by:
Hi, I'm Julien from France, We have recently install a new Web Server for my company The server is composed : - Linux RedHat RHEL4 U4 - Httpd-2.0.52-27.ent - Oracle Database 10.2.0.1
13
by: 7stud | last post by:
test1.py: -------------------- import shelve s = shelve.open("/Users/me/2testing/dir1/aaa.txt") s = "red" s.close() --------output:------ $ python test1.py
0
by: Akira Kitada | last post by:
Hi list, I was trying to build Python 2.6 on FreeBSD 4.11 and found it failed to build some of the modules. """ Failed to find the necessary bits to build these modules: _bsddb ...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.