![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2008
Location: teh interwebz
Posts: 22
Rep Power: 0
![]() |
Help with error please...
I'm getting the error: "Error 1 The type or namespace name 'Process' does not exist in the namespace 'System.Diagnostics' (are you missing an assembly reference?) C:\Documents and Settings\<name>\My Documents\Visual Studio 2005\Projects\coLinuxLauncher\coLinuxLauncher\coLinuxLauncher.cs 11 32 coLinuxLauncher"
Yet I'm pretty sure I didn't make a mistake... i have the .NET Framework 2.0 and the SDK for the same.. any ideas? C# Syntax (Toggle Plain Text)
EDIT: I know that the Process class does in fact exist in System.Diagnostics because it's in the MSDN here
__________________
iEngage |
|
|
|
|
|
#2 |
|
Newbie
Join Date: Apr 2008
Location: flagstaff az
Posts: 18
Rep Power: 0
![]() |
Re: Help with error please...
You may need to manually add the reference to the project...also file path's in c# need two backslashes instead of one (for your working directory and arguments.)
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: May 2008
Location: teh interwebz
Posts: 22
Rep Power: 0
![]() |
Re: Help with error please...
ah yes now it works... ty... I have never had to manually add the reference to my project before but now I know for in the future..
and I put the '@' in front of my strings so i didn't have to do the double backslash Thanks for the help!
__________________
iEngage |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Apr 2008
Location: flagstaff az
Posts: 18
Rep Power: 0
![]() |
Re: Help with error please...
oh yeah
I apologize, Its been a long day and I am spacing out a bit. |
|
|
|
|
|
#5 | |
|
Newbie
Join Date: May 2008
Location: teh interwebz
Posts: 22
Rep Power: 0
![]() |
Re: Help with error please...
Quote:
![]()
__________________
iEngage |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|