473,320 Members | 1,993 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.

Command line error D2022 : cannot open ''

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for
80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
cl : Command line error D2022 : cannot open ''

Have any body an idea?

OS: Win2000 Pro
Tool: Visual Studio .Net 2003

Apr 21 '06 #1
4 2903
What is the command line that caused the output?
<al***************@bucher-suter.ch> wrote in message
news:11*********************@i39g2000cwa.googlegro ups.com...
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for
80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
cl : Command line error D2022 : cannot open ''

Have any body an idea?

OS: Win2000 Pro
Tool: Visual Studio .Net 2003

Apr 21 '06 #2
that's the problem, or one of the problems ^^

you see here the hole errormessage. i made only a rebuild from the
solution.

Apr 24 '06 #3
To see the command line looke at a file BuildLog.htm in the output directoy.

<al***************@bucher-suter.ch> wrote in message
news:11**********************@v46g2000cwv.googlegr oups.com...
that's the problem, or one of the problems ^^

you see here the hole errormessage. i made only a rebuild from the
solution.

Apr 24 '06 #4
kd4nts
1
here is a cool and sneaky work around to this problem. I don't know if
it is a .Net security problem or a WMI default setting on the target machine, but
nonetheless, this doesn't FIX the problem, just allows you to continue working on a remote machine.
In the project's property page, under the "General" section of the tree, set your "Intermediate Directory" to something like "C:\Intermediate\$(SolutionName)\$(ConfigurationNa me)"

This will create a folder called "Intermediate" on your C drive and then create a folder in it with the name of your project... also will create a Debug or Release directory depending on your Configuration Name. This will be the location of your .rsp files and all of your .obj files while the actual output (.dll or .exe) will continue to be on the remote machine.

Some other tweaking MIGHT be required but it is possible to work AND debug (with tracing ability) with this idea.

See if it works! :) :cool:
Jul 25 '06 #5

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

Similar topics

5
by: Bruno Alexandre | last post by:
Hi guys, withou using SP, I want to be able to add a Parameter to the SQL Query and retrive the Recordset so I can use the Paging property under the recorset object.... how can I do this? I'm...
2
by: Jack | last post by:
Hi, I am getting the above error in an asp page. Not sure why? The error details is given below. I appreciate any insight to the problem. Thanks. The code is attached here. Line 24 is the...
1
by: Matt | last post by:
I used to execute a command line script in IIS 4 using Dynuexec. This is a third part server object I installed on the server (http://www.dynu.com/dynuexec.asp). I installed this object onto my...
7
by: Steve M | last post by:
I'm trying to invoke a Java command-line program from my Python program on Windows XP. I cannot get the paths in one of the arguments to work right. The instructions for the program describe the...
6
by: Edd Dawson | last post by:
Hi. I have a strange problem involving the passing of command line arguments to a C program I'm writing. I tried posting this in comp.programming yesterday but someone kindly suggested that I'd...
2
by: SunRise | last post by:
Hi I am creating a C Program , to extract only-Printable-characters from a file ( any type of file) and display them. OS: Windows-XP Ple help me to fix the Errors & Warnings and explain...
4
by: Jon Asher | last post by:
Hi, I'm trying to do a simple import of a comma delimited text file with COPY but it's returning an error. The file has been granted all permissions in Linux, so it's not clear to me what the...
3
by: jlw16 | last post by:
Hello, I’m trying to use my vbs script to get a command line argument for a file which will need to be opened through QuickTestPro. Below are the commands I’m using: Dim qt_file 'As String ->...
1
by: bradwest1217 | last post by:
I am having a problem running a server command line executable from my web application. What is happening is I cannot make a database connection using the command line application (written in...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
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: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
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: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
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: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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.