File or assembly name DreamweaverCtrls

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default File or assembly name DreamweaverCtrls

    The message "File or assembly name DreamweaverCtrls, or one of its
    dependencies, was not found" is shown when I am trying to run my ASP.NET file
    in my browser. Every thing looks OK when I test the connection to the database
    and the data is shown when testing my query within the dialog for the dataset.
    I can drag the fields on to my page (design time) but it fails when trying to
    run the application.

    Any suggestions

    TIRislaa

    TIRislaa Guest

  2. Similar Questions and Discussions

    1. Execute rights only for web app using CAS in assembly file???
      I have created a web app and now I want to make sure that it only has execute rights to run. Below is what I put in the assembly file. Is this...
    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. Generating WSDL file from the assembly
      Hi all Does anyone know how to generate a WSDL file directly from an assembly. I've looked on the internet, msdn and newsgroups but can't find...
    4. File or assembly name bto6h-pf.dll, or one of its dependencies, was not found
      I get this error when trying to access any web services i registered in my VS project when run on the live web server. The dll name changes and...
    5. File or assembly name System, or one of its dependencies, was notfound.
      Hi I'v been stuck on this problem for ages now. I have found that I'm not the only one with this problem, by looking through the different...
  3. #2

    Default Re: File or assembly name DreamweaverCtrls

    TIRislaa, did you create your .dll file and save it in your bin directory?
    BurritoVictim Guest

  4. #3

    Default Re: File or assembly name DreamweaverCtrls

    No, how do I do that?

    TIRislaa
    TIRislaa Guest

  5. #4

    Default Re: File or assembly name DreamweaverCtrls

    In the server panel there is an option to deploy the assembly. If you can't
    find it then do a search on your machine for dreamweaverctrl.dll and then
    copy the file into the /bin directory of your site. It also pays it to copy
    it into the c:/inetpub/wwwroot/bin folder as well

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "TIRislaa" <webforumsuser@macromedia.com> wrote in message
    news:d4i33g$erv$1@forums.macromedia.com...
    > No, how do I do that?
    >
    > TIRislaa

    Paul Whitham TMM 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