I am trying to integrate Virtual earth for routing from owner to contact. I have the hardcoded addresses functional, but am missing something on getting the CrmService to work. I can get VS 2005 to find the service and create the files (discomap & wsdl), but they give the error below.
Error:
Compiler Error Message: CS0246: The type or namespace name 'CrmService'
could not be found (are you missing a using directive or an assembly
reference?)
Source Error:
|
Line 9: using System.Web.UI.WebControls; Line 10: using System.Web.UI.WebControls.WebParts; Line 11: using CrmService; Line 12: Line 13: public partial class Routes : System.Web.UI.Page |
*This post is locked for comments
I have the same question (0)