473,811 Members | 3,241 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cannot compile program written by another user on my PC

I'm wondering why I cannot compile a co-workers project from my PC?
Here's the situation:
We both have WinXP.
We both have VS .NET 2003 installed.
I can open her project and make changes to the code...she can open my
project and make changes to my project...but if either of us try to compile
and run the app (through .NET) we get the "Could not copy temporary files to
the output directory." errors.
Our projects are stored on a shared unix server...hers is at
\\xserv1\custom er\a\ and mine is located at \\xserv1\custom er\b\
Here's a kicker...if she logs into my machine she can 'build' the project
but she cannot run it.
I've been trying to figure out how we can work on each other's projects and
run them from our PCs.
I'm searching the web for more info...can anyone provide any additional
info?

TIA
-bruce duncan
Nov 21 '05 #1
5 1397
a tip...
when we have some problems like that is because of the file attributes (read
only) from VCS.
"Bruce D" wrote:
I'm wondering why I cannot compile a co-workers project from my PC?
Here's the situation:
We both have WinXP.
We both have VS .NET 2003 installed.
I can open her project and make changes to the code...she can open my
project and make changes to my project...but if either of us try to compile
and run the app (through .NET) we get the "Could not copy temporary files to
the output directory." errors.
Our projects are stored on a shared unix server...hers is at
\\xserv1\custom er\a\ and mine is located at \\xserv1\custom er\b\
Here's a kicker...if she logs into my machine she can 'build' the project
but she cannot run it.
I've been trying to figure out how we can work on each other's projects and
run them from our PCs.
I'm searching the web for more info...can anyone provide any additional
info?

TIA
-bruce duncan

Nov 21 '05 #2
Bruce,

Do you have this both in Debug and Release mode?

Cor
Nov 21 '05 #3
Maybe this is the problem...I'm not sure what you mean by Debug and Release
mode? I load the other programmers solution file in VS.NET just as I do
mine. I've never actually changed to "release" mode...I've always worked in
debug. Should I be doing something in "release" mode?

Your insight is much appreciated!

-bruce

"Cor Ligthert" <no************ @planet.nl> wrote in message
news:e5******** ******@tk2msftn gp13.phx.gbl...
Bruce,

Do you have this both in Debug and Release mode?

Cor

Nov 21 '05 #4
It turns out to be a UNIX rights problem. We are saving our dev projects on
a UNIX server but as soon as we copied them to a Windows server both users
could edit, save, compile and run the applications without any problems.
Glad to find out it wasn't anything to do with .NET.
-bruce
Nov 21 '05 #5
In "release" mode, all the extra code that is automatically inserted into
the final code to assist with debugging is removed... This should if nothing
else make your final solution slightly smaller and run faster!

Regards
Simon
"Bruce D" <br************ *@hotmail.com> wrote in message
news:11******** *****@corp.supe rnews.com...
Maybe this is the problem...I'm not sure what you mean by Debug and
Release
mode? I load the other programmers solution file in VS.NET just as I do
mine. I've never actually changed to "release" mode...I've always worked
in
debug. Should I be doing something in "release" mode?

Your insight is much appreciated!

-bruce

"Cor Ligthert" <no************ @planet.nl> wrote in message
news:e5******** ******@tk2msftn gp13.phx.gbl...
Bruce,

Do you have this both in Debug and Release mode?

Cor


Nov 21 '05 #6

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

Similar topics

8
50594
by: Alex Ang | last post by:
I have written the following VBScript program. It is stored into a file "map_drive.vbs". It successfully mapped to a network drive \\server1\data. Dim WshNetwork Set WshNetwork = WScript.CreateObject("WScript.Network") sPwd = inputbox("Enter password") WshNetwork.MapNetworkDrive "J:", "\\server1\data", false, "xyz_net\John", sPwd Msgbox "Drives has been map successful"
39
2073
by: Chetan Raj | last post by:
Hi All, One of my friend asked this question on C++ >>> Hi, Can u give an answer to this : We have the .h files for standard library. Consider any class (such as
8
5484
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- Hello, I have a very simple problem but cannot seem to figure it out. I have a very simple php script that sends a test email to myself. When I debug it in PHP designer, it works with no problems, I get the test email. If
10
4479
by: Jean-David Beyer | last post by:
I have some programs running on Red Hat Linux 7.3 working with IBM DB2 V6.1 (with all the FixPacks) on my old machine. I have just installed IBM DB2 V8.1 on this (new) machine running Red Hat Enterplise Linux 3 ES, and applied FixPack fp5_mi00069.tar to it. After creating an instance, starting the database, creating a database, and entering the table definitions, all of which seems to work OK, I entered a tiny 8-row table and can do...
26
2893
by: Martin Jørgensen | last post by:
Hi, I don't understand these errors I get: g++ Persort.cpp Persort.cpp: In function 'int main()': Persort.cpp:43: error: name lookup of 'j' changed for new ISO 'for' scoping Persort.cpp:37: error: using obsolete binding at 'j'
109
25903
by: zaidalin79 | last post by:
I have a java class that goes for another week or so, and I am going to fail if I can't figure out this simple program. I can't get anything to compile to at least get a few points... Here are the assignments... 4. CheckPoint: Inventory Program Part 1 • Resource: Java: How to Program • Due Date: Day 5 forum • Choose a product that lends itself to an inventory (for example, products at your workplace, office supplies, music CDs, DVD...
5
5049
by: wong_powah | last post by:
#include <vector> #include <iostream> using std::cout; using std::vector; enum {DATASIZE = 20}; typedef unsigned char data_t;
2
2424
mikejfe
by: mikejfe | last post by:
Hi all. I've written a program that dynamically allocates memory for a 3dim array, reads a file into that array, does some stuff to the data in the array and then outputs the array to a file. I can compile my program with Dev-C++ and run it all day long on my laptop (Windows XP). The problem with this is my laptop is slow. So, I tried to compile the code with gcc on my Linux box. gcc, however, doesn't seem to like my code. The error I...
2
19357
Banfa
by: Banfa | last post by:
Posted by Banfa The previous tutorial discussed what programming is, what we are trying to achieve, the answer being a list of instructions constituting a valid program. Now we will discuss how we set about doing that. Every program starts with a specification, this may be a several hundred page document from your latest client or one small paragraph from your professor and pretty much anything in-between. The specification is very...
0
9724
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
9604
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
10644
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
10379
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
9201
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
7665
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
5690
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4336
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
3
3015
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.