download and install

Last post 5/31/2010 3:10:43 AM by C#Monkey. 3 replies. << Back to Web.Maps.VE v3.0 General
3/7/2010 12:42:24 PM
bingaspnet

download and install

hi,

I have downloaded the free trial v3.0 from your website thinking that I was downloading an asp.net control and I find that what I have actually downloaded is a complete sample website.

Now, I am new to asp.net so, excuse my ignorance if there is something I am missing, but I thought that your product consisted of a drag and drop control that I can easily add to my existing web site from the toolbox panel.

Can you please clarify?

Regards.


3/28/2010 4:49:21 PM
Chris Pietschmann

Re:download and install

The control is contained within the Simplovation.Web.Maps.VE.dll assembly file within the "Free Edition" download. The Full Sample Website is included within the download to provide examples of all the various features of the control to give you many examples to use for reference on how to use the control.
3/31/2010 2:41:21 PM
digsy

Re:download and install

I have the same issue - I got version 3.0 but how do I add the dll to a project ?

I tried adding it to a folder in the VS2008 toolbox but got an error - what am I doing wrong ?

5/31/2010 3:10:43 AM
C#Monkey

Re:download and install

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.