Hi, Thanks for the reply.
I have now made quite a lot of progress. The application is almost working, *i think*
I have a line of code as so:
myFindResultsPointA = ParcelRoute.FindServiceClass.FindAddress(findAddressSpecA)
But, when running the project it pukes with the error:
Public Member 'FindServiceClass' on type 'global_asax not found.
In my standalone project there is a whole load of code in a global.asax.vb file under the App_Code directory. There seems to be a lot of code relating to findservice in there...
For example:
' An instance of the find service class
Public ReadOnly Property FindServiceClass() As MapPointService.FindServiceSoapGet
FindServiceClass = findService
End Get
End Property
Where do i migrate this code to in the dnn module please?
Thanks
Trev