473,406 Members | 2,343 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.

wfSpy and VS2005

I download wfspy src from http://www.codeproject.com/dotnet/wfspy.asp
and convert and compile the source in VS 2005

I can generate the .exe and .dll but the compiler return the error :
"Error spawning 'cmd.exe'

Since the error is not stopping the generation of the .exe and .dll I
have modified the code to show .Net 2.0 window also. Cool!! now I
can
have both .net 1.0 and 2.0 window listed in the treeview but it's not
working as expected
Questions
=========
1- What is that Error spawning CMD.EXE ??? How to fix this ???
2- Now I can list 1.0 and 2.0 window in the same treeview (the list
of
window) but i can only get the properties for 2.0 window/
controls ????
Why??? Just because I load the source in VS2005 instead of VS2003
like the author I get an exception for 1.0 controls and 2.0 control
are now working??? This make no sense? The demo .exe/.dll posted in
codeproject do the opposite...it correctly list properties of 1.0
controls??? Is it suppose to be like this????
If I can fix the cmd.exe error maybe I will be able to debug to
understand why it fail.

Thanks

Nov 1 '07 #1
6 1974
You are more than likely going to get a response from the person that
wrote that utility. It's not a standard MS utility, nor, AFAIK, a very
popular one (I haven't heard of it until now), so your best bet is with the
original author.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"SQACSharp" <ls*********@hotmail.comwrote in message
news:11**********************@v3g2000hsg.googlegro ups.com...
>I download wfspy src from http://www.codeproject.com/dotnet/wfspy.asp
and convert and compile the source in VS 2005

I can generate the .exe and .dll but the compiler return the error :
"Error spawning 'cmd.exe'

Since the error is not stopping the generation of the .exe and .dll I
have modified the code to show .Net 2.0 window also. Cool!! now I
can
have both .net 1.0 and 2.0 window listed in the treeview but it's not
working as expected
Questions
=========
1- What is that Error spawning CMD.EXE ??? How to fix this ???
2- Now I can list 1.0 and 2.0 window in the same treeview (the list
of
window) but i can only get the properties for 2.0 window/
controls ????
Why??? Just because I load the source in VS2005 instead of VS2003
like the author I get an exception for 1.0 controls and 2.0 control
are now working??? This make no sense? The demo .exe/.dll posted in
codeproject do the opposite...it correctly list properties of 1.0
controls??? Is it suppose to be like this????
If I can fix the cmd.exe error maybe I will be able to debug to
understand why it fail.

Thanks

Nov 1 '07 #2
On Nov 1, 3:41 pm, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guard.caspershouse.comwrote:
You are more than likely going to get a response from the person that
wrote that utility. It's not a standard MS utility, nor, AFAIK, a very
popular one (I haven't heard of it until now), so your best bet is with the
original author.

--
- Nicholas Paldino [.NET/C# MVP]
- m...@spam.guard.caspershouse.com

"SQACSharp" <lsdiscip...@hotmail.comwrote in message

news:11**********************@v3g2000hsg.googlegro ups.com...
I download wfspy src fromhttp://www.codeproject.com/dotnet/wfspy.asp
and convert and compile the source in VS 2005
I can generate the .exe and .dll but the compiler return the error :
"Error spawning 'cmd.exe'
Since the error is not stopping the generation of the .exe and .dll I
have modified the code to show .Net 2.0 window also. Cool!! now I
can
have both .net 1.0 and 2.0 window listed in the treeview but it's not
working as expected
Questions
=========
1- What is that Error spawning CMD.EXE ??? How to fix this ???
2- Now I can list 1.0 and 2.0 window in the same treeview (the list
of
window) but i can only get the properties for 2.0 window/
controls ????
Why??? Just because I load the source in VS2005 instead of VS2003
like the author I get an exception for 1.0 controls and 2.0 control
are now working??? This make no sense? The demo .exe/.dll posted in
codeproject do the opposite...it correctly list properties of 1.0
controls??? Is it suppose to be like this????
If I can fix the cmd.exe error maybe I will be able to debug to
understand why it fail.
Thanks- Hide quoted text -

- Show quoted text -
I get no answer from the author... but my question is not releated to
the tool :

My question was more about the error "Error spawning CMD.EXE" ....the
compiler give no infos at all... just this error...

Nov 1 '07 #3
On Nov 1, 4:08 pm, SQACSharp <lsdiscip...@hotmail.comwrote:
On Nov 1, 3:41 pm, "Nicholas Paldino [.NET/C# MVP]"

<m...@spam.guard.caspershouse.comwrote:
You are more than likely going to get a response from the person that
wrote that utility. It's not a standard MS utility, nor, AFAIK, a very
popular one (I haven't heard of it until now), so your best bet is with the
original author.
--
- Nicholas Paldino [.NET/C# MVP]
- m...@spam.guard.caspershouse.com
"SQACSharp" <lsdiscip...@hotmail.comwrote in message
news:11**********************@v3g2000hsg.googlegro ups.com...
>I download wfspy src fromhttp://www.codeproject.com/dotnet/wfspy.asp
and convert and compile the source in VS 2005
I can generate the .exe and .dll but the compiler return the error :
"Error spawning 'cmd.exe'
Since the error is not stopping the generation of the .exe and .dll I
have modified the code to show .Net 2.0 window also. Cool!! now I
can
have both .net 1.0 and 2.0 window listed in the treeview but it's not
working as expected
Questions
=========
1- What is that Error spawning CMD.EXE ??? How to fix this ???
2- Now I can list 1.0 and 2.0 window in the same treeview (the list
of
window) but i can only get the properties for 2.0 window/
controls ????
Why??? Just because I load the source in VS2005 instead of VS2003
like the author I get an exception for 1.0 controls and 2.0 control
are now working??? This make no sense? The demo .exe/.dll posted in
codeproject do the opposite...it correctly list properties of 1.0
controls??? Is it suppose to be like this????
If I can fix the cmd.exe error maybe I will be able to debug to
understand why it fail.
Thanks- Hide quoted text -
- Show quoted text -

I get no answer from the author... but my question is not releated to
the tool :

My question was more about the error "Error spawning CMD.EXE" ....the
compiler give no infos at all... just this error...- Hide quoted text -

- Show quoted text -
Did you check the project build events tab? its probably something in
there if you get this whenver you compile

Nov 1 '07 #4
On Nov 1, 4:24 pm, Andy <an...@med-associates.comwrote:
On Nov 1, 4:08 pm, SQACSharp <lsdiscip...@hotmail.comwrote:


On Nov 1, 3:41 pm, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guard.caspershouse.comwrote:
You are more than likely going to get a response from the person that
wrote that utility. It's not a standard MS utility, nor, AFAIK, a very
popular one (I haven't heard of it until now), so your best bet is with the
original author.
--
- Nicholas Paldino [.NET/C# MVP]
- m...@spam.guard.caspershouse.com
"SQACSharp" <lsdiscip...@hotmail.comwrote in message
>news:11**********************@v3g2000hsg.googlegr oups.com...
I download wfspy src fromhttp://www.codeproject.com/dotnet/wfspy.asp
and convert and compile the source in VS 2005
I can generate the .exe and .dll but the compiler return the error :
"Error spawning 'cmd.exe'
Since the error is not stopping the generation of the .exe and .dll I
have modified the code to show .Net 2.0 window also. Cool!! now I
can
have both .net 1.0 and 2.0 window listed in the treeview but it's not
working as expected
Questions
=========
1- What is that Error spawning CMD.EXE ??? How to fix this ???
2- Now I can list 1.0 and 2.0 window in the same treeview (the list
of
window) but i can only get the properties for 2.0 window/
controls ????
Why??? Just because I load the source in VS2005 instead of VS2003
like the author I get an exception for 1.0 controls and 2.0 control
are now working??? This make no sense? The demo .exe/.dll posted in
codeproject do the opposite...it correctly list properties of 1.0
controls??? Is it suppose to be like this????
If I can fix the cmd.exe error maybe I will be able to debug to
understand why it fail.
Thanks- Hide quoted text -
- Show quoted text -
I get no answer from the author... but my question is not releated to
the tool :
My question was more about the error "Error spawning CMD.EXE" ....the
compiler give no infos at all... just this error...- Hide quoted text -
- Show quoted text -

Did you check the project build events tab? its probably something in
there if you get this whenver you compile- Hide quoted text -

- Show quoted text -
There is nothing in that tab...no commandline or specific config...
Nov 1 '07 #5
Is upgrading a .net 1.1 application (done in VS 2003) in VS 2005 is
also upgrading the application to .net 2.0 framework???? Thanks!

Nov 4 '07 #6
On 4 nov, 16:43, SQACSharp <lsdiscip...@hotmail.comwrote:
Is upgrading a .net 1.1 application (done in VS 2003) in VS 2005 is
also upgrading the application to .net 2.0 framework???? Thanks!
After loosing hours on this....

The answer is yes... :(

Now trying to figure out how to create a .net 1.x version of my
2.0 .net application.

Nov 5 '07 #7

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

Similar topics

3
by: Robert | last post by:
I have an application with custom configuration sections in it's app.config file. Here's a shortened excerpt: <monitors> <monitor...
3
by: Darrin | last post by:
Hello, I see that VS2005 and the new framework 2.0 is out to the public now. Wondering about some things. When you install the new framework 2.0 can a person still use visual studio 2003 or...
5
by: GaryDean | last post by:
(my original post was inaccurate but this post accurately describes what I think is a very bad vs2005 bug) short description... Deleting a dataset and recreating it from the dataadapter causes...
10
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. ...
6
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a...
7
by: Frank Rizzo | last post by:
Is it me or is the speed of VS2005 actually slower than VS2003? The startup is pretty bad - even though I changed VS to display an empty environment. When I create a new form and want to change...
9
by: yevvi | last post by:
Hi, We have a product with bunch of dlls which are now built with Visual Studio 2003. We want to switch the build to use VS2005. I have read that in VS2005 runtime libraries come as...
15
by: Joseph Geretz | last post by:
OK, I'll admit it up front - I just don't get it. Here's our previous VS2003 development model. Developers develop the WS solution on their own workstations, using their own IIS web servers...
5
by: Gumby | last post by:
Hi there! A "special" project team in our department has decided to purchase XMLSpy. We standardize on VS2005 as our IDE and up to now everyone has used the XML parser in VS2005. Are there...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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,...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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.