Newbie question/gripe

  • Thread starter Thread starter Randy Hersom
  • Start date Start date
R

Randy Hersom

I'm in my first couple hours with .NET 2003. I created a C++ project and
started working on a Windows Form. Should .NET not be totally inappropriate
to my purposes, I'll gradually start migrating a monolithic/Client Server
app (currently using ADO) to it.

On my first attempt to run my form I got a browser with a message that I
should change the Web Services namespace for my project. My reaction was
"What the h*ll are you doing in my face?". I intentionally chose Windows
Forms over Web Forms because I don't want to run in a browser or over the
web. I sure didn't get the form I had designed.

What should I do to write applications that don't try to invoke HTTP without
my permission and simply work on the machine they are running on?

Thanks
Randy Hersom
 
OK, after lunch this one turned into a duh. I thrashed around the help
files until I found the appropriate walkthrough and that was quite helpful.
 
Hi Randy,
Since you have solved your problem, I'll closed this issue. But if
you meet any problems again,
Please be free to reopen it or post a new message on our NG!
Thanks for using MSDN Newsgroup!

Kind regards,

Ying-Shen Yu [MS]
Microsoft Support Engineer

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. 2001 Microsoft Corporation. All rights
reserved.
--------------------
| From: "Randy Hersom" <[email protected]>
| References: <[email protected]>
| Subject: Re: Newbie question/gripe
| Date: Tue, 9 Sep 2003 14:08:34 -0400
| Lines: 27
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.windowsforms
| NNTP-Posting-Host: adsl-156-203-113.clt.bellsouth.net 66.156.203.113
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.windowsforms:51961
| X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms
|
| OK, after lunch this one turned into a duh. I thrashed around the help
| files until I found the appropriate walkthrough and that was quite
helpful.
|
| | > I'm in my first couple hours with .NET 2003. I created a C++ project
and
| > started working on a Windows Form. Should .NET not be totally
| inappropriate
| > to my purposes, I'll gradually start migrating a monolithic/Client
Server
| > app (currently using ADO) to it.
| >
| > On my first attempt to run my form I got a browser with a message that I
| > should change the Web Services namespace for my project. My reaction
was
| > "What the h*ll are you doing in my face?". I intentionally chose
Windows
| > Forms over Web Forms because I don't want to run in a browser or over
the
| > web. I sure didn't get the form I had designed.
| >
| > What should I do to write applications that don't try to invoke HTTP
| without
| > my permission and simply work on the machine they are running on?
| >
| > Thanks
| > Randy Hersom
| >
| >
|
|
|
 
Back
Top