Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Keith Petersen 67 posts 111 karma points
    Nov 09, 2011 @ 17:55
    Keith Petersen
    0

    Browse Properties fails on .net Custom Control

    I'm having basically the same problem as described here, with the same error message:

    System.NullReferenceException: Object reference not set to an instance 
    of an
    object.
       at umbraco
    .developer.assemblyBrowser.Page_Load(Object sender,
    EventArgs e)

    I'm even more baffled, because all I've done is add another control to an existing assembly. After I update the assembly, the old controls/macros work fine, but when I try to add a new one, I always get this error. Even when the new control is a duplicate of an existing one that works, and the the assembly and type type names are spelled and set up the same as the old ones. It seems like Umbraco is just flaking out. Any ideas on how I can get this to magically start working like it did for the guy who started the thread I linked to? In the meantime I'll see if I can do what I need through an .ascx .

  • Keith Petersen 67 posts 111 karma points
    Nov 09, 2011 @ 22:31
    Keith Petersen
    0

    I worked around this by making a new assembly and adding the control to it, which isn't ideal because all these controls output calendar event stuff. Oh well.

Please Sign in or register to post replies

Write your reply to:

Draft