Hi there
I made a small console application with a data access to a SQL Server on my local Windows XP PC.
The build exe-file (quai.exe) I copied to on other Windows XP PC, which acts also as a Telnet server.
When I try to telnet this server a start my .exe from a Windows XP PC everything works fine.
When I do the same thing from a Linux PC, I can login to the Telnet server, but when the console application starts I get the following message:
Exception non gre: System.IO.IOException: Descripteur non valide
System.IO._Error.WinIOError(Int32 errorCode, String maybeFullPath)
System.Console.GetBufferInfo(Boolean trowOnNoConsole, Boolean& succeeded)
System.Console.GetBufferInfo()
System.Console.Clear()
Quai.Program.Main(String[] args)
Does this only work with Microsoft or did I do something wrong
Thanks in advance for any help.
Best regards
Ralf
Visual Studio Express Editions14
|