Could not load or assembly DreamwearverCtrls?

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Could not load or assembly DreamwearverCtrls?

    Hello,

    I?ve been researching my issue, but haven?t had any luck in getting it
    resolved. So, i?m hoping someone can please help me!

    I?m using DW 8 and am trying to load a simple asp.net application. The
    application works perfectly fine on IIS. The problem is, is that I can?t get
    the application to run when it is on the hosting server. When I try to run the
    application I receive the Parser Error message listed below.

    I don't know exactly what the cause is, but I have a feeling that it has
    something to do with not having certain dreamweaver files installed on the
    hosting server. Does anyone have a solution for this problem? Or any
    information that can help me?

    Thank you,
    Dana

    Server Error in '/' Application.


    --------------------------------------------------------------------------------

    Parser Error
    Description: An error occurred during the parsing of a resource required to
    service this request. Please review the following specific parse error details
    and modify your source file appropriately.

    Parser Error Message: Could not load file or assembly 'DreamweaverCtrls,
    Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a' or one of
    its dependencies. The system cannot find the file specified.

    Source Error:


    Line 1: <%@ Page Language="VB" ContentType="text/html" %>
    Line 2: <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls"
    Assembly="DreamweaverCtrls,version=1.0.0.0,publicK eyToken=836f606ede05d46a,cultu
    re=neutral" %>
    Line 3:
    Line 4: <MM:Insert


    Source File: /Signup Form.aspx Line: 2

    Assembly Load Trace: The following information can be helpful to determine why
    the assembly 'DreamweaverCtrls, Version=1.0.0.0, Culture=neutral,
    PublicKeyToken=836f606ede05d46a' could not be loaded.


    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value
    [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure
    logging.
    To turn this feature off, remove the registry value
    [HKLM\Software\Microsoft\Fusion!EnableLog].


    --------------------------------------------------------------------------------

    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
    Version:2.0.50727.210



    KandSpam Guest

  2. Similar Questions and Discussions

    1. Signed assembly will not load in internet explorer
      I've got an assembly that implements a class that inherits System.Windows.Forms.UserControl. This works wonderfully when I embed it in an ASP.NET...
    2. Reading the public key inside a strongly signed assembly from the assembly itself???
      Hello, is it possible to programmatically read (and how) the public key that is embedded into an assembly that has been strongly signed??? What...
    3. datagrid sorting - Reflection.Assembly.Load - Nested WebControls
      Hi, I am using reflection to load strong name custom webcontrols from the GAC. Control names are fed from a database to dynamically render...
    4. Could not load type VTFixup Table from assembly Invalid token in v-table fix-up table.
      We are getting this error after clearing the web.config of database infomation - even after using the wizard to re-enter the information. I could...
    5. [Assembly].Load
      object o = a.CreateInstance("ZivNameSpace.zivClass", false, System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Instance |...
  3. #2

    Default Re: Could not load or assembly DreamwearverCtrls?

    KandSpam wrote:
    > Hello,
    >
    > I?ve been researching my issue, but haven?t had any luck in getting it
    > resolved. So, i?m hoping someone can please help me!
    >
    > I?m using DW 8 and am trying to load a simple asp.net application. The
    > application works perfectly fine on IIS. The problem is, is that I can?t get
    > the application to run when it is on the hosting server. When I try to run the
    > application I receive the Parser Error message listed below.
    >
    > I don't know exactly what the cause is, but I have a feeling that it has
    > something to do with not having certain dreamweaver files installed on the
    > hosting server. Does anyone have a solution for this problem? Or any
    > information that can help me?
    >
    > Thank you,
    > Dana
    >
    > Server Error in '/' Application.
    >
    >
    > --------------------------------------------------------------------------------
    >
    > Parser Error
    > Description: An error occurred during the parsing of a resource required to
    > service this request. Please review the following specific parse error details
    > and modify your source file appropriately.
    >
    > Parser Error Message: Could not load file or assembly 'DreamweaverCtrls,
    > Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a' or one of
    > its dependencies. The system cannot find the file specified.
    Don't use .NET for development so don't know for sure, but the error message tells me that the DW specific file isn't present on the remote server. *If* the issue is that that file isn't present, then check your local files to see if you have a bin folder in the site root. It should contain a DreamweaverCtrls.dll file. Make sure that there is a copy of that file on the remote server as well.

    Beyond that I have no other suggestions.


    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  4. #3

    Default Re: Could not load or assembly DreamwearverCtrls?

    Danilo's suggestion sounds right. Here's the TechNote on this issue:

    File or assembly name DreamweaverCtrls was not found
    [url]http://www.adobe.com/go/16387[/url]

    For future reference, post core ASP.NET questions on the Dreamweaver
    Application Development, since this isn't related to extensions:

    [url]http://www.adobe.com/cfusion/webforums/forum/index.cfm?forumid=12[/url]

    David Alcala
    Adobe Product Support


    David Alcala - Adobe Guest

  5. #4

    Default Re: Could not load or assembly DreamwearverCtrls?

    search the :: DreamweaverCtrls.dll
    file and give referance to this file from your .net framework it will
    work

    or

    register this DreamweaverCtrls.dll file in your global assembly

    pranayamr@gmail.com Guest

  6. #5

    Default Re: Could not load or assembly DreamwearverCtrls?

    search the :: DreamweaverCtrls.dll
    file and give referance to this file from your .net framework it will
    work

    or

    register this DreamweaverCtrls.dll file in your global assembly

    pranayamr@gmail.com Guest

  7. #6

    Default Re: Could not load or assembly DreamwearverCtrls?

    On Mar 9, 6:19 pm, pranay...@gmail.com wrote:
    > search the ::DreamweaverCtrls.dll fileand give referance to thisfilefrom your .net framework it will
    > work
    >
    > or
    >
    > register thisDreamweaverCtrls.dllfilein your globalassembly

    pranayamr@gmail.com Guest

  8. #7

    Default Re: Could not load or assembly DreamwearverCtrls?

    Hello,

    Did you ever get this resolved - I have been struggling with it for a week - I
    have deployed the DreamweaverCtrls.dll file - but still no success. The moment
    I create a Dataset - boom I get the parse error. Please help me.

    Thanks Jared.

    jmhook Guest

  9. #8

    Default Re: Could not load or assembly DreamwearverCtrls?

    I searched for the same error, after reading Danilo very carefully he nails it:

    Create a folder called ?bin? in the root of your Web Server folder
    (c:\inetpub\wwwroot\bin) not the site folder and in the ?bin? folder
    place the DreamweaverCtrls.dll

    This did resolve the problem.

    _________________________________________________
    Thanks
    Shaun


    ShaunDGibson Guest

  10. #9

    Default Re: Could not load or assembly DreamwearverCtrls?

    Click Site -> Advanced -> Deploy supporting files..
    It will deploy required files. InshaALLAH it will work
    Sadiq Guest

  11. #10

    Default Re: Could not load or assembly DreamwearverCtrls?

    Quote Originally Posted by ShaunDGibson View Post
    I searched for the same error, after reading Danilo very carefully he nails it:

    Create a folder called ?bin? in the root of your Web Server folder
    (c:\inetpub\wwwroot\bin) not the site folder and in the ?bin? folder
    place the DreamweaverCtrls.dll

    This did resolve the problem.

    _________________________________________________
    Thanks
    Shaun
    I had the same problem , this works with me
    thanks alot.
    Unregistered Guest

  12. #11

    Default Could not load or assembly DreamwearverCtrls?

    Click Site -> Advanced -> Deploy supporting files..
    It will deploy required files. InshaALLAH it will work

    Thanks Sadiq, I used your method it works perfect. Thanks again
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139