Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiling myprogram.cs
Message
General information
Forum:
ASP.NET
Category:
Deployments
Miscellaneous
Thread ID:
01180878
Message ID:
01180899
Views:
14
>Hi Cetin.
>I pressed F5 and it did "blink" like it was doing something, but no out put.
>I'm trying to connect to a foxpro table and updating a row.
>
>And I even put
>
>
>.
>.
>.
>}
>Console.WriteLine("Hello .NET World");
>{
>
>

If it's a console application, you would need to add a "wait" in the window to be able to see any output set to it, e.g.
Console.WriteLine("Hello .NET World");
Console.ReadKey();
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform