<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">hi,<br>
<br>
i'm running mgos v1.0.2 on win2003 and dotnet 2.0. <br>
from the previous post, i've already do all the necessay steps to run
dotnet sample<br>
-load "Sheboygan.mgp"<br>
-extract "dotnetviewersample", make it run as aplication<br>
-copy all the "bin" folder from "mapviewernet" to "dotnetviewersample"<br>
-copy the "webconfig".ini file on the "www" root to "dotnetviwersample"<br>
<br>
but, there seems an error occured, the message error like this, and it
happens bot on win2003+iis6 and win2000+iis5<br>
<br>
</font><font
 face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><b>
Compiler Error Message: </b>CS0117: 'MapGuideApi' does not contain a
definition for 'InitializeSockets'<br>
<br>
<b>Source Error:<br>
</b></font><font
 face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<pre>Line 31:     try
Line 32:     {
<font color="red">Line 33:         MapGuideApi.InitializeSockets();
</font>Line 34:         InitializeWebTier();
Line 35: </pre>
</font><font
 face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><b>Source
File:</b> c:\Program
Files\MapGuideOpenSource\WebServerExtensions\www\dotnetviewersample\ajaxviewersample.aspx
&nbsp;&nbsp; <b>Line:</b> 33 </font><br>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><br>
<br>
<br>
how can i fix it?<br>
thankyou<br>
</font>
</body>
</html>