Cisco Unified Application Environment Developer Forums

« Back to Developers

Can't execute errors

Combination View Flat View Tree View
Threads [ Previous | Next ]
I am using visual studio 2008 and have build my code, which is successful. Then I use CUAE package, and CUAE install, but when i try to run the exe I get the following error.
 
System.Net.Sockets.SocketException: An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call
   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue, Boolean silent)
   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue)
   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Boolean optionValue)
   at Etch.Util.TcpTransport.SetUpSocket() in c:\BambooAgent\xml-data\build-dir\ETCH-RELEASE\binding-csharp\runtime\src\main\csharp\Etch\Util\TcpTransport.cs:li
ne 335
   at Etch.Util.TlsConnection.SetUpSocket() in c:\BambooAgent\xml-data\build-dir\ETCH-RELEASE\binding-csharp\runtime\src\main\csharp\Etch\Util\TlsConnection.cs:
line 119
   at Etch.Util.Connection`1.Run0(Boolean first) in c:\BambooAgent\xml-data\build-dir\ETCH-RELEASE\binding-csharp\runtime\src\main\csharp\Etch\Util\Connection.c
s:line 116
 
Please help!
Thanks
Tim

Is your application is running on Windows 7 or Windows 2008? If yes then there is small issue with etch running on this two platforms. We are right now working to fix this in our next release.
 
Thanks
Nabhonil.
 
 
I am using visual studio 2008 and have build my code, which is successful. Then I use CUAE package, and CUAE install, but when i try to run the exe I get the following error.
 
System.Net.Sockets.SocketException: An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call
   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue, Boolean silent)
   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue)
   at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Boolean optionValue)
   at Etch.Util.TcpTransport.SetUpSocket() in c:\BambooAgent\xml-data\build-dir\ETCH-RELEASE\binding-csharp\runtime\src\main\csharp\Etch\Util\TcpTransport.cs:li
ne 335
   at Etch.Util.TlsConnection.SetUpSocket() in c:\BambooAgent\xml-data\build-dir\ETCH-RELEASE\binding-csharp\runtime\src\main\csharp\Etch\Util\TlsConnection.cs:
line 119
   at Etch.Util.Connection`1.Run0(Boolean first) in c:\BambooAgent\xml-data\build-dir\ETCH-RELEASE\binding-csharp\runtime\src\main\csharp\Etch\Util\Connection.c
s:line 116
 
Please help!
Thanks
Tim

Is your application is running on Windows 7 or Windows 2008? If yes then there is small issue with etch running on this two platforms. We are right now working to fix this in our next release.
 
Thanks
Nabhonil.


Yes we are, moved the exe over to a win xp machine and it works fine! Thanks! When is the next release coming out?
Thanks
Tim