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

Need help, URGENT

New Here ,
Dec 14, 2006 Dec 14, 2006

Copy link to clipboard

Copied

Here's my problem...

I've created a page in dreamweaver that I want to use to view records from an Access database. It's called default.aspx

I can successfully connect to my database through dreamweaver.

However, as soon as I create a new dataset, insert a field name into the page and preview I get this "parser error"

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.

I realize that this happens when you don't deploy the supporting files. However I have done that and made sure that the bin folder is located in my root directory.

In the past doing this fixed the problem immediately. Now for whatever reason it has no effect what so ever.

Underneath of the first message it displays the source code with the 2nd line highlighted in red. Then beneath that in the part where it's supposed to give you a reason for the error it says this...

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].


I've searched for that registry key and can not find it.

Please, please, please help me. I was stupid and put this off for way too long only to run into an unfamiliar error as soon as I get it started. It would be MUCH appreciated


TOPICS
Server side applications

Views

198
Translate

Report

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 ,
Dec 18, 2006 Dec 18, 2006

Copy link to clipboard

Copied

LATEST
If you are getting this error when testing locally make sure that the
DreamweaverCtrls.dll is also located in a folder at c:\inetpub\wwwroot\bin\
as well as one in your website.

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

Valleybiz Internet Design
www.valleybiz.net

"RandomHero019" <webforumsuser@macromedia.com> wrote in message
news:elshcf$6m1$1@forums.macromedia.com...
> Here's my problem...
>
> I've created a page in dreamweaver that I want to use to view records from
> an
> Access database. It's called default.aspx
>
> I can successfully connect to my database through dreamweaver.
>
> However, as soon as I create a new dataset, insert a field name into the
> page
> and preview I get this "parser error"
>
> 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.

>
> I realize that this happens when you don't deploy the supporting files.
> However I have done that and made sure that the bin folder is located in
> my
> root directory.
>
> In the past doing this fixed the problem immediately. Now for whatever
> reason
> it has no effect what so ever.
>
> Underneath of the first message it displays the source code with the 2nd
> line
> highlighted in red. Then beneath that in the part where it's supposed to
> give
> you a reason for the error it says this...
>
> 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].

>
> I've searched for that registry key and can not find it.
>
> Please, please, please help me. I was stupid and put this off for way too
> long
> only to run into an unfamiliar error as soon as I get it started. It would
> be
> MUCH appreciated
>
>
>
>


Votes

Translate

Report

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