Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

[Q]how can i run my c#application in VS7?

I tried to create my C# application in VS7.
At first, in the New Project dialog box, I chose Windows Application
template, located under te C# Projects node, and then I added controls t Win
Forms and wrote some code.
Finally, to build and run the application, I chose Build from Build menu.

until that time, everything was good.
However, when I pressed F5 to run the project, some error message poped out.
What's wrong?

I really want to run my C# application in VS7.
Please help me solve that problem.
[553 byte] By [SJ] at [2007-11-9 18:22:20]
# 1 Re: [Q]how can i run my c#application in VS7?
> However, when I pressed F5 to run the project, some error message poped
out.
> What's wrong?

Would be a good thing to be little more specific about your error message.
What did it say?

Bart.

"SJ" <seungjin@thrunet.com> wrote in message
news:39d1ad0a$1@news.dev-archive.com...
> I tried to create my C# application in VS7.
> At first, in the New Project dialog box, I chose Windows Application
> template, located under te C# Projects node, and then I added controls t
Win
> Forms and wrote some code.
> Finally, to build and run the application, I chose Build from Build menu.
>
> until that time, everything was good.
> However, when I pressed F5 to run the project, some error message poped
out.
> What's wrong?
>
> I really want to run my C# application in VS7.
> Please help me solve that problem.
>
>
>
>
Bart Luyckx at 2007-11-11 22:27:49 >
# 2 Re: [Q]how can i run my c#application in VS7?
The error message is following:

unable to start program 'c:Documents and Settings\Administrator\My
Documents\visual studio
Projects\WindowsApplication2\bin\Debug\WindowsApplication2.exe'. Unable to
start the Machine Debug Manager on the specified machine.

it's too ambiguous, I think.
and...in the Output window ..

--Done--
Build:1 succeeded, 0 failed, 0 skipped
Deploy: 0 succeeded, 0 failed, 0 skipped


"Bart Luyckx" <bart.luyckx@iim.be> wrote in message
news:39d1b983@news.dev-archive.com...
> > However, when I pressed F5 to run the project, some error message poped
> out.
> > What's wrong?
>
> Would be a good thing to be little more specific about your error message.
> What did it say?
>
> Bart.
>
> "SJ" <seungjin@thrunet.com> wrote in message
> news:39d1ad0a$1@news.dev-archive.com...
> > I tried to create my C# application in VS7.
> > At first, in the New Project dialog box, I chose Windows Application
> > template, located under te C# Projects node, and then I added controls t
> Win
> > Forms and wrote some code.
> > Finally, to build and run the application, I chose Build from Build
menu.
> >
> > until that time, everything was good.
> > However, when I pressed F5 to run the project, some error message poped
> out.
> > What's wrong?
> >
> > I really want to run my C# application in VS7.
> > Please help me solve that problem.
> >
> >
> >
> >
>
>
SJ at 2007-11-11 22:28:53 >
# 3 Re: [Q]how can i run my c#application in VS7?
It could be that you don't have admin privs, which I think are required for
debugging. Debugging is somewhat limited in the PDC bits, so you may only be
able to run without the debugger. You can do this with CTRL-F5.

"SJ" <seungjin@thrunet.com> wrote in message
news:39d1c1f1$1@news.dev-archive.com...
> The error message is following:
>
> unable to start program 'c:Documents and Settings\Administrator\My
> Documents\visual studio
> Projects\WindowsApplication2\bin\Debug\WindowsApplication2.exe'. Unable to
> start the Machine Debug Manager on the specified machine.
>
>
> it's too ambiguous, I think.
> and...in the Output window ..
>
> --Done--
> Build:1 succeeded, 0 failed, 0 skipped
> Deploy: 0 succeeded, 0 failed, 0 skipped
>
>
>
>
>
>
> "Bart Luyckx" <bart.luyckx@iim.be> wrote in message
> news:39d1b983@news.dev-archive.com...
> > > However, when I pressed F5 to run the project, some error message
poped
> > out.
> > > What's wrong?
> >
> > Would be a good thing to be little more specific about your error
message.
> > What did it say?
> >
> > Bart.
> >
> > "SJ" <seungjin@thrunet.com> wrote in message
> > news:39d1ad0a$1@news.dev-archive.com...
> > > I tried to create my C# application in VS7.
> > > At first, in the New Project dialog box, I chose Windows Application
> > > template, located under te C# Projects node, and then I added controls
t
> > Win
> > > Forms and wrote some code.
> > > Finally, to build and run the application, I chose Build from Build
> menu.
> > >
> > > until that time, everything was good.
> > > However, when I pressed F5 to run the project, some error message
poped
> > out.
> > > What's wrong?
> > >
> > > I really want to run my C# application in VS7.
> > > Please help me solve that problem.
> > >
> > >
> > >
> > >
> >
> >
>
>
Eric Gunnerson at 2007-11-11 22:29:58 >