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