And i get the following error: Object reference not set to an instance of an object.
Stack Trace
[NullReferenceException: Object reference not set to an instance of an object.] umbraco.presentation.umbracobase.restExtension..ctor(String extensionAlias, String methodName) +730 umbraco.presentation.umbracobase.requestModule.OnBeginRequest(Object sender, EventArgs e) +381 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Could someone give me some pointers on where I am going wrong.
/Base Beginner Question
Hello all,
I have tired following the beginner Hello World /Base tutorial on the WIKI and I am not having much luck.
Here are the details:
Config/restExtensions.config
Class - Base.cs
I am calling the Base URL as so: (I noticed this URL is case sensitive)
http://cws.blog.dev/base/Comments/AddComment.aspx
And i get the following error:
Object reference not set to an instance of an object.
Stack Trace
Could someone give me some pointers on where I am going wrong.
Thanks,
Warren
Hiya Warren,
Type in <ext ../> is case sensitive should be
Cheers,
/Dirk
is working on a reply...