473,406 Members | 2,217 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,406 software developers and data experts.

Issues with compile

Ok
Using windows form with about 6 users controls

Windows Form <--
ucMain <----
ucControl1 <--ucToolbar
ucControl2 <--ucToolBar
ucControl3<--ucToolBar
You get the idea there with what I am doing
Now if i have a form open upon opening the IDE i will get an error

Unable to write to output file 'C:\Documents and Settings\ChrisCalzaretta\My
Documents\Visual Studio
Projects\wsProjectTracker\ucScreenProject\obj\Debu g\ucScreenProject.dll':
The process cannot access the file because it is being used by another
process.

Cant write over the .dll because it is in use..

To fix my issue I half to close all windows and reopen project and
recompile.

Now this is fine if I was not using source safe over a VPN.
But having to reopen the project over the VPN takes about 10 mins which is a
big waste of time..

ANybody know any fixes to this problem..

If anybody can even just tell me how to stop the.dll from being in use that
would be great too

Thanks everybody

Chris


Nov 21 '05 #1
1 885
If any of your user controls have design time access then the DLL will
be in use when the Form Designer is open. That's a fact of life.

The only suggestion I can make would be if you are creating the controls
yourself, then add the project that creates the DLL you are referencing
to the solution for your main project. Add a project reference in the
main project to the custom controls project, and it should compile the
code in memory and provide the functionality you require without
actually using the DLL.

Hopefully this helps...

Brian Swanson
"Chris Calzaretta" <cc*********@hotmail.com> wrote in message
news:cc*********@hotmail.com:
Unable to write to output file 'C:\Documents and
Settings\ChrisCalzaretta\My
Documents\Visual Studio
Projects\wsProjectTracker\ucScreenProject\obj\Debu g\ucScreenProject.dll':

The process cannot access the file because it is being used by another
process.

Cant write over the .dll because it is in use..


Nov 21 '05 #2

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

Similar topics

2
by: Tom Loredo | last post by:
Hi folks- I'm about to move from a Solaris 8/SPARC environment to a Dell running RedHat 9. Are there any issues I need to be aware of in bringing my Python code over (mostly scientific...
1
by: rnair20 | last post by:
Hi All, I am running VB.NET 2003 . The solution has several projects. Recently I am facing several issues with compilation. It forces me to rebuild the solution for a single and simple code line...
10
by: Vinny | last post by:
I have a few floating point questions/issues I wish to ask. An answer or discussion would be nice too :) Any links discussion the subject would be nice too.. 1. How do I generate an underflow...
13
by: AFKAFB | last post by:
Hi Sometimes when i edit previously saved VBA code e.g. To update field names etc the revised code does not work. Even if i copy and paste in a previous version it does not work. The only...
17
by: sandeep | last post by:
What error do you get in this? main() { struct emp { char name; float sal; ); struct emp e; int i;
4
by: Dan Diephouse | last post by:
I am attempting to write a DLL which wraps C# code. The issue at hand is a print driver allows you to extend it by writing a DLL. Seeing that VC++ seems to be hopelessly out of my mental reach, I...
2
by: SiJP | last post by:
I've been having a few issues recently in creating a vb.net class library (using vs.net 2003), registering it for com interop and then invoking its functions from an object in VB6. The error I...
5
by: tissyrose | last post by:
Hi All, I am porting a very large application from VC++ 6.0 to VS 2005. There are many issues I am facing. One of them is I am getting an error "cannot access private typedef declared in...
4
by: mrjaxon | last post by:
I have a C# web application which leverages MSXML that I am trying to migrate to a 64 bit environment. Currently the application is built on the .NET 2.0 Framework and using MSXML 6 (though I had...
14
by: Stephany Young | last post by:
Even though I had my roots and highlights redone just a few days ago, I don't understand why I appear to be having an ongoing blond moment. Is it just me or do others among you not 'get' how to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
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,...
0
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...
0
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,...
0
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...

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.