Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

DreamweaverControls.DLL

New Here ,
Jan 31, 2007 Jan 31, 2007

I'm having the problem that after finishing creating a dynamic page with dreamweaver, and when everything was suppoused to work ok, my server (localhost, windows xp pro) tellsme that it cannot find the file DreamweaverControls.dll which later on I searched the pc for it, and tried copying it to the wwwroot of the inetpub folder, and nothing!, I cannot make it work, much less deploy it and do anything... does anybody have an Idea of what am I doing wrong?, I'm using Dreamweaver 8.0
TOPICS
Server side applications
306
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 01, 2007 Feb 01, 2007
On Thu, 1 Feb 2007 07:52:26 +0000 (UTC), "AntonioCuautle"
<webforumsuser@macromedia.com> wrote:

>
> I'm having the problem that after finishing creating a dynamic page with
>dreamweaver, and when everything was suppoused to work ok, my server
>(localhost, windows xp pro) tellsme that it cannot find the file
>DreamweaverControls.dll which later on I searched the pc for it, and tried
>copying it to the wwwroot of the inetpub folder, and nothing!, I cannot make it
>work, much less deploy it and do anything... does anybody have an Idea of what
>am I doing wrong?, I'm using Dreamweaver 8.0

Take a look at this, especially towards the bottom of the thread. I
hope it helps.

http://www.programmingtalk.com/archive/index.php/t-20721.html
--
Steve
steve at flyingtigerwebdesign dot com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 01, 2007 Feb 01, 2007
it does help, at least it points me in the right direction, now, but it opens more questions... like for instance...

- dreamveaverControls.dll, is this a file that comes with dreamweaver ? or is this a file that gets automatically created to function with your web application and is unique to it, in other words... if I search for it, find it, and then copy it to the bin folder like you suggest, is that going to make IIS find it? I'm definetely going to try just copying it, and if it works I'm going to have a drink to your health. thank you.

I keep thinking that I did something wrong because according to the books, you are only suppoused to work on your website, your database and then just upload it to your server and that's it... I would also think that if it's going to need something from dreamweaver, it would automatically set it up for me...
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 01, 2007 Feb 01, 2007
LATEST
When Macromedia implimented ASP.Net in DW they choice to do it handle all
the database interaction using a custom class, which they complied in the
dreamveaverControls.dll assembly. IMHO it should have been automatically
created as part of the action rather than the deply message coming up.

The Dot Net framework knows that assemblies can be found in the bin
directory

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"AntonioCuautle" <webforumsuser@macromedia.com> wrote in message
news:eptir5$4gh$1@forums.macromedia.com...
> it does help, at least it points me in the right direction, now, but it
> opens
> more questions... like for instance...
>
> - dreamveaverControls.dll, is this a file that comes with dreamweaver ? or
> is
> this a file that gets automatically created to function with your web
> application and is unique to it, in other words... if I search for it,
> find it,
> and then copy it to the bin folder like you suggest, is that going to make
> IIS
> find it? I'm definetely going to try just copying it, and if it works I'm
> going
> to have a drink to your health. thank you.
>
> I keep thinking that I did something wrong because according to the books,
> you
> are only suppoused to work on your website, your database and then just
> upload
> it to your server and that's it... I would also think that if it's going
> to
> need something from dreamweaver, it would automatically set it up for
> me...
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 01, 2007 Feb 01, 2007
It has to be copied to a folder called /bin off the root. When testing
locally it pays to copy it to both C:\inetpub\wwwroot\bin and
C:\inetpub\wwwroot\SiteName\bin

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"AntonioCuautle" <webforumsuser@macromedia.com> wrote in message
news:eps67q$b4c$1@forums.macromedia.com...
>
> I'm having the problem that after finishing creating a dynamic page with
> dreamweaver, and when everything was suppoused to work ok, my server
> (localhost, windows xp pro) tellsme that it cannot find the file
> DreamweaverControls.dll which later on I searched the pc for it, and tried
> copying it to the wwwroot of the inetpub folder, and nothing!, I cannot
> make it
> work, much less deploy it and do anything... does anybody have an Idea of
> what
> am I doing wrong?, I'm using Dreamweaver 8.0
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines