I need to debelop an Azure api app that implements Umbraco Services (Using ApplicationContext) to get data from Umbraco application hosted separately, and pass it to another mobile application.
As soon as I add Nuget package of UmbracoCms.Core into my API project, It starts giving error of Object Reference Not Set to instance of object at GlobalConfiguration.Configure(WebApiConfig.Register);
in Application_Start() of Global.asax.cs.
I have been through different approaches available on online. But no luck. What am i doing wrong?
Can anyone help me to get out of this??
Thanks in advance.
Implement Umbraco ContentService in AzureApiApp
Hi,
I need to debelop an Azure api app that implements Umbraco Services (Using ApplicationContext) to get data from Umbraco application hosted separately, and pass it to another mobile application. As soon as I add Nuget package of UmbracoCms.Core into my API project, It starts giving error of Object Reference Not Set to instance of object at GlobalConfiguration.Configure(WebApiConfig.Register); in Application_Start() of Global.asax.cs.
I have been through different approaches available on online. But no luck. What am i doing wrong?
Can anyone help me to get out of this?? Thanks in advance.
is working on a reply...