Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Developing with Sitefinity > Upload control as DLL failed

Upload control as DLL failed

  • FIMS Computing Services FIMS - UWO avatar

    Posted on Mar 11, 2010 (permalink)

    I am trying to upload a control implemented as a dll following the instructions in
    http://www.sitefinity.com/help/developer-manual/controls-adding-controls-to-sitefinity.html

    And I am getting the following error:

    Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

    The dll is actually being uploaded to the bin directory of the site but the control never appears in the list of controls that I can add to a page.

    Has anyone seen this before?

    Thanks
    Charles

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Mar 11, 2010 (permalink)

    Hi FIMS Computing Services FIMS - UWO,

    Could you send us the stack error ( if it is not shown on the screen check App_Data/sitefinity.log) or a screenshot of error.

    Kind regards,
    Ivan Dimitrov
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

  • FIMS Computing Services FIMS - UWO avatar

    Posted on Mar 11, 2010 (permalink)

    I have enclosed a screen shot of the error. Nothing appears to be added to the SiteFinity.log file in the AppData folder (I renamed the old log and a new one was not created).

    I recently upgraded from 3.6 to 3.7 if that makes any difference.

    Thanks
    Charles
    Attached files

    Reply

  • FIMS Computing Services FIMS - UWO avatar

    Posted on Mar 12, 2010 (permalink)

    I got the control to work by copying the dll to the bin directly and modifying the web.config manually.  The reason it may have failed is that my control dll had a reference to another dll. When I added both dll's to the bin directory everyting worked.

    Thanks
    Charles

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Mar 14, 2010 (permalink)

    Hello FIMS Computing Services FIMS - UWO,

    Thanks for getting back to me. I am glad to hear that everything is working fine now. I am closing the request for now. Let me know if there are any further issues/questions.

    Best wishes,
    Ivan Dimitrov
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Developing with Sitefinity > Upload control as DLL failed