Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compiling myprogram.cs
Message
Information générale
Forum:
ASP.NET
Catégorie:
Déploiements
Divers
Thread ID:
01180878
Message ID:
01180899
Vues:
15
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform