Forum admin sorry if this is in the wrong forum this is the
closest forum to my issue if it is wrong please move it to the
correct forum.
This is my first time creating a website and connecting a
database to it and this has had be stumped for three days now on to
correct it.
This is the error message I get from the web server where my
site is hosted till it goes live:
Server Error in '/lightboy245' 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"
ResponseEncoding="iso-8859-1" %>
Line 2: <%@ Register TagPrefix="MM"
Namespace="DreamweaverCtrls"
Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral"
%><MM:Insert
Line 3: runat="server"
Line 4: CommandText='<%# "INSERT INTO create (""Email
Address"", ""First Name"", ""Last Name"", Password, Username)
VALUES (?, ?, ?, ?, ?)" %>'
Source File: /lightboy245/turcich/reg.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.42
The page is located here
http://aspspider.net/lightboy245/turcich/reg.aspx
and the database is in Database\Turcich\xx\XXXX.mdb .
I upload all the files that DW created on my local machine
and did not correct the problem. In fact this page does not work on
my local machine unless I take out this part: “<%@
Register TagPrefix="MM" Namespace="DreamweaverCtrls"
Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral"
%><MM:Insert
runat="server"
CommandText='<%# "INSERT INTO create (""Email Address"",
""First Name"", ""Last Name"", Password, Username) VALUES (?, ?, ?,
?, ?)" %>'
ConnectionString='<%#
System.Configuration.ConfigurationSettings.AppSettings("MM_CONNECTION_STRING_Turcich")
%>'
DatabaseType='<%#
System.Configuration.ConfigurationSettings.AppSettings("MM_CONNECTION_DATABASETYPE_Turcich")
%>'
Expression='<%# Request.Form("MM_insert") = "reg" %>'
CreateDataSet="false"
SuccessURL='<%# "thankyou.aspx" %>'
FailureURL='<%# "fail.aspx" %>'
Debug="true"
><Parameters>
<Parameter Name="@Email Address" Value='<%#
IIf((Request.Form("Email") <> Nothing),
Request.Form("Email"), "") %>' Type="WChar" />
<Parameter Name="@First Name" Value='<%#
IIf((Request.Form("Fn") <> Nothing), Request.Form("Fn"), "")
%>' Type="WChar" />
<Parameter Name="@Last Name" Value='<%#
IIf((Request.Form("Ln") <> Nothing), Request.Form("Ln"), "")
%>' Type="WChar" />
<Parameter Name="@Password" Value='<%#
IIf((Request.Form("Pw") <> Nothing), Request.Form("Pw"), "")
%>' Type="WChar" />
<Parameter Name="@Username" Value='<%#
IIf((Request.Form("Un") <> Nothing), Request.Form("Un"), "")
%>' Type="WChar" />
</Parameters>
</MM:Insert>
<MM:PageBind runat="server" PostBackBind="true" />
“ once that part is out the page works fine.
I like I said I am at a total lose and any help would be
great. Also my version of DW does not have “In the Server
Behaviors panel (Window > Server Behaviors), click the Plus (+)
button and select User Authentication > Log In User from the
pop-up menu. That is from this article
http://livedocs.macromedia.com/dreamweaver/8/using/42_rad65.htm
.“ Any where in the list and that is after installing the
update to 8.0.2 and after a clean install and update it does not
show up.
Any help would be great as I said this is a new area for me
to enter to try out.