I've never seen this error before. I'm fairly new to Umbraco, but if you can send details of how to reproduce the issue, I'd be happy to look into the problem more.
Also, what browser and version are you using for testing, and what version of the Studio for iPhone controls are you using?
I was able to reproduce the issue on my end and I will talk with the developers at C1 to resolve the problem. I will let you know when I have any updates.
Component one Iphone controls
I'm trying to use the ComponentOne iPhone controls in a usercontrol, that ends up in an Umbraco macro.
What i want is to have an alternate template for iPhone users that looks like a native iPhone app.
I can create the macro and everything looks normal but when i try to open the page created on the template with the macro i get this YSOD:
[NullReferenceException: Objektreferencen er ikke indstillet til en forekomst af et objekt.]
C1.Web.iPhone.
C1.Web.iPhone.C1ThemeableControl.OnPreRender(EventArgs e) +92
C1.Web.iPhone.C1ViewPort.C1ViewPort.OnPreRender(EventArgs e) +14
System.Web.UI.Control.PreRenderRecursiveInternal() +103
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Control.PreRenderRecursiveInternal() +175
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496
Hi Mikael,
I've never seen this error before. I'm fairly new to Umbraco, but if you can send details of how to reproduce the issue, I'd be happy to look into the problem more.
Also, what browser and version are you using for testing, and what version of the Studio for iPhone controls are you using?
Thanks,
-Raleigh
I have tested with both Firefox and Safari in the newest versions.
Umbraco is version 4.7, also newest version
Hi Mikael,
I was able to reproduce the issue on my end and I will talk with the developers at C1 to resolve the problem. I will let you know when I have any updates.
Thanks,
-Raleigh
Hi Mikael,
The issue on my end was that the head section needed a runtat="server" attribute. Can you check and see if that is the case for you as well?
Thanks,
-Raleigh
Thanks for checking.
I will check it. Unfortunately i can't do so until monday morning.
Mikael
Yep.
Just confirmed that i works with both a form and head with runat="server"
Thanks
Mikael
is working on a reply...