the networking subsystem has not been initialized

Discussion about the SocketTools .NET Edition and Secure .NET Edition components.

Moderator: Catalyst

the networking subsystem has not been initialized

Postby Winanjaya » Wed Jan 27, 2010 7:28 am

Dear All,
when my app deployed and run, I got run-time error: the networking subsystem has not been initialized

Code: Select all
private SocketTools.InternetServer echoServer = new SocketTools.InternetServer();
int iadapterctr = echoServer.AdapterCount;
for (int i = 0; i < iadapterctr; i++)
{
    this.comboBox5.Items.Add(echoServer.AdapterAddress[i].ToString());
}


what I missed?

please help

thanks & regards
Winanjaya
Winanjaya
Member
 
Posts: 17
Joined: Tue Jul 21, 2009 11:13 pm

Re: the networking subsystem has not been initialized

Postby Technical Support » Wed Jan 27, 2010 11:09 am

This is because you're not initializing the instance of the class with your runtime license key, which is required to deploy (otherwise the class thinks that it's running on your development system, and is checking for the existance of a development license). We don't provide licensing support via the forums, however submit a technical support request on our website at http://go.catalyst.com/support and you'll get the information that you need.
Technical Support
Knowledge Base | FAQs | Online Help
Technical Support
Catalyst
 
Posts: 2288
Joined: Mon Dec 27, 2004 3:38 am
Location: California

Re: the networking subsystem has not been initialized

Postby Winanjaya » Thu Jan 28, 2010 2:42 am

but what property should I use to define the license key?
Winanjaya
Member
 
Posts: 17
Joined: Tue Jul 21, 2009 11:13 pm

Re: the networking subsystem has not been initialized

Postby Technical Support » Thu Jan 28, 2010 10:42 am

The runtime license key isn't set using a property, it's passed as an argument to the Initialize method. As I suggested previously, you should a support request because I can't give you licensing information here on the forums, it's something that we handle through our support queue.
Technical Support
Knowledge Base | FAQs | Online Help
Technical Support
Catalyst
 
Posts: 2288
Joined: Mon Dec 27, 2004 3:38 am
Location: California


Return to SocketTools .NET Edition

Who is online

Users browsing this forum: No registered users and 1 guest

cron