Salve a tutti, premetto che sono un neofita.
Ho generato con dreamweaver mx 2004 una pagina di inserimento record in un database access 2000, ma il browser mi dà questo errore:

Server Error in '/' 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: File or assembly name DreamweaverCtrls, or one of its dependencies, was not found.

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,publicK eyToken=836f606ede05d46a,culture=neutral" %>
Line 3: <MM:Insert
Line 4: runat="server"

Source File: c:\inetpub\wwwroot\progetto1\inserisci.aspx
Line: 2
......................

Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

Grazie a chiunque voglia aiutarmi