Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET error

Status
Not open for further replies.

toeter

Technical User
Apr 29, 2003
33
DE
I have installed ASP.net sdk, and redist

butI get an error message (when priviewing)

Line 1: <%@ Page Language=&quot;C#&quot; ContentType=&quot;text/html&quot; ResponseEncoding=&quot;iso-8859-1&quot; %>

Line 2: <%@ Register TagPrefix=&quot;MM&quot; Namespace=&quot;DreamweaverCtrls&quot;
Assembly=&quot;DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral&quot; %>

Line 3: <MM:DataSet

Line 4: id=&quot;DataSet1&quot;


===> The error is in line 2

ALSO, In dreamweaver, in the application tab (databases, bindings, components, serverbehaviours) under components

he says that I
1. site => OK
2. documeny type => OK
3. install the appropriate SDK on this system for .net sites, this is the microsoft .net framework sdk => not OK

but hey, I have installed this now, but still he says that I have not

is this strange or 'is' this strange

(do I have to install something extra in DW, or change some preferences or so??)

Sugar


but now I get an error message


Line 1: <%@ Page Language=&quot;C#&quot; ContentType=&quot;text/html&quot; ResponseEncoding=&quot;iso-8859-1&quot; %>

Line 2: <%@ Register TagPrefix=&quot;MM&quot; Namespace=&quot;DreamweaverCtrls&quot;
Assembly=&quot;DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral&quot; %>

Line 3: <MM:DataSet

Line 4: id=&quot;DataSet1&quot;


===> The error is in line 2

ALSO, In dreamweaver, in the application tab (databases, bindings, components, serverbehaviours) under components

he says that I
1. site => OK
2. documeny type => OK
3. install the appropriate SDK on this system for .net sites, this is the microsoft .net framework sdk => not OK

but hey, I have installed this now, but still he says that I have not

is this strange or 'is' this strange

(do I have to install something extra in DW, or change some preferences or so??)

Toet
 
Have you put the dreamweaver controls.dll into your bin folder on your site?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top