Hi i am trying to get this application working to control my robot over the wireless. I keep getting this error when I try to deploy the application to the eBox
Trax_Serv.exe' (Managed): Loaded 'mscorlib.dll', No symbols loaded.
'Trax_Serv.exe' (Managed): Loaded 'c:\documents and settings\xxxxxx\my documents\visual studio 2005\projects\trax_serv\trax_serv\bin\debug\Trax_Serv.exe', Symbols loaded.
'Trax_Serv.exe' (Managed): Loaded 'System.dll', No symbols loaded.
'Trax_Serv.exe' (Managed): Loaded 'c:\program files\roboticsconnection\serializerlib\RoboticsConnection.Serializer.CompactFramework.dll', No symbols loaded.
A first chance exception of type 'System.IO.IOException' occurred in mscorlib.dll
A first chance exception of type 'System.IO.IOException' occurred in System.dll
These messages I got from the clipboard
System.IO.IOException was unhandled
Message="IOException"
StackTrace:
at System.IO.Ports.SerialStream.WinIOError()
at System.IO.Ports.SerialStream.WinIOError()
at System.IO.Ports.SerialStream.CheckResult()
at System.IO.Ports.SerialStream.InitializeDCB()
at System.IO.Ports.SerialStream..ctor()
at System.IO.Ports.SerialPort.Open()
at RoboticsConnection.Serializer.Internal.CommunicationTask.Start()
at RoboticsConnection.Serializer.Serializer.StartCommunication()
at RoboticsConnection.Serializer.Serializer.Run()
at Trax_Serv.MsgProcessor.init()
at Trax_Serv.Program.Main()
I have tried everything I know but I am still unable to fix it. plz help me out. have i missed something?
Trax_Serv.exe' (Managed): Loaded 'mscorlib.dll', No symbols loaded.
'Trax_Serv.exe' (Managed): Loaded 'c:\documents and settings\xxxxxx\my documents\visual studio 2005\projects\trax_serv\trax_serv\bin\debug\Trax_Serv.exe', Symbols loaded.
'Trax_Serv.exe' (Managed): Loaded 'System.dll', No symbols loaded.
'Trax_Serv.exe' (Managed): Loaded 'c:\program files\roboticsconnection\serializerlib\RoboticsConnection.Serializer.CompactFramework.dll', No symbols loaded.
A first chance exception of type 'System.IO.IOException' occurred in mscorlib.dll
A first chance exception of type 'System.IO.IOException' occurred in System.dll
These messages I got from the clipboard
System.IO.IOException was unhandled
Message="IOException"
StackTrace:
at System.IO.Ports.SerialStream.WinIOError()
at System.IO.Ports.SerialStream.WinIOError()
at System.IO.Ports.SerialStream.CheckResult()
at System.IO.Ports.SerialStream.InitializeDCB()
at System.IO.Ports.SerialStream..ctor()
at System.IO.Ports.SerialPort.Open()
at RoboticsConnection.Serializer.Internal.CommunicationTask.Start()
at RoboticsConnection.Serializer.Serializer.StartCommunication()
at RoboticsConnection.Serializer.Serializer.Run()
at Trax_Serv.MsgProcessor.init()
at Trax_Serv.Program.Main()
I have tried everything I know but I am still unable to fix it. plz help me out. have i missed something?