Using Mappoint in Asp.Net

I

Ivo Luyckx

I've been trying to build a .NET application that references the
MapPoint Type Library.
I've succeeded to implement and run a .NET Windows application

MapPoint.Application app = new MapPoint.ApplicationClass();

This works just fine, but when I try the same in a ASP.NET web application
or service

I get a runtime exception:

System.Runtime.InteropServices.COMException (0x80080005): Server
execution failed

Does anyone have any idea why this is the case?

thanks in advance,

Ivo
 
D

degrem_m

Ivo said:
*I've been trying to build a .NET application that references the
MapPoint Type Library.
I've succeeded to implement and run a .NET Windows application

MapPoint.Application app = new MapPoint.ApplicationClass();

This works just fine, but when I try the same in a ASP.NET web
application
or service

I get a runtime exception:

System.Runtime.InteropServices.COMException (0x80080005): Server
execution failed

Does anyone have any idea why this is the case?

thanks in advance,

Ivo *


Hi Ivo,

Did you find it ?

thanks for you time,
Michel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top