|
If you are using the ASP.NET Web Application project in VS2010, you'll need to do the following:
1. Copy the Simplovation.Web.Maps.VE.dll from the sample web application to your application's ASP.NET Bin directory, and add an assembly reference to the Visual Studio project.
2. You'll need to register the ASP.NET control in order to use it. For instructions on how to register a custom ASP.NET control on a single page or for the entire application, see:
http://msdn.microsoft.com/en-us/library/cc294876.aspx
3. Add the namespace to your aspx.cs file.
|