Can you post a sample of your code?
Is your progam a server or a client?
User Profile
Collapse
-
-
---- class object variables
//your data buffer is created here
byte[] m_byteReadData = new byte[0];
----Read data callback
// data is returned in l_byteReceivedD ata array
byte[] l_byteTemp = new byte[m_byteReadData. Length];
m_byteReadData. CopyTo(l_byteTe mp,0);
m_byteReadData = new byte[l_byteTemp.Leng th + l_byteReceivedD ata.Length];
l_byteTemp.Copy To(m_byteReadDa ta,0);...Leave a comment:
-
check the Allow data transfer between service and desctop option.
Service properties, second tab
I use the same structure(servi ce that runs a TCP server), but I never had
such problems. If it runs as an exe application you´ll have to check the service
presets.Leave a comment:
-
You can not show the user control in stand-alone mode with form options because it is a control. In order to add a form behaviour you need a from object
that will "host" your control.Leave a comment:
No activity results to display
Show More
Leave a comment: