PDA

View Full Version : Dreamweaver - Asp.Net, error...


ninoju
01-11-2003, 22:00
Obicno radim sa PHP/MySql...
Prvi pokusaj da se priblizim Asp.Net - u zavrsio je ovako, a jos uvjek se nisam maknuo:

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,publicKeyToken=83 6f606ede05d46a,culture=neutral" %>
Line 3: <MM:DataSet
Line 4: id="probaaaa"


Source File: D:\MyWebs\aspnet\index.aspx Line: 2

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DreamweaverCtrls' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = DreamweaverCtrls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a
(Fully-specified)
LOG: Appbase = file:///D:/MyWebs/aspnet
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config.
LOG: Post-policy reference: DreamweaverCtrls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspnet/fa96b829/23c8466b/DreamweaverCtrls.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspnet/fa96b829/23c8466b/DreamweaverCtrls/DreamweaverCtrls.DLL.
LOG: Attempting download of new URL file:///D:/MyWebs/aspnet/bin/DreamweaverCtrls.DLL.
LOG: Attempting download of new URL file:///D:/MyWebs/aspnet/bin/DreamweaverCtrls/DreamweaverCtrls.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspnet/fa96b829/23c8466b/DreamweaverCtrls.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspnet/fa96b829/23c8466b/DreamweaverCtrls/DreamweaverCtrls.EXE.
LOG: Attempting download of new URL file:///D:/MyWebs/aspnet/bin/DreamweaverCtrls.EXE.
LOG: Attempting download of new URL file:///D:/MyWebs/aspnet/bin/DreamweaverCtrls/DreamweaverCtrls.EXE.

Moze li netko pomoci??? Hvala

kezo
01-11-2003, 23:09
nisam ni znao da dreamweaver podržava .NET, no error koji ti je vratio označava da nisi uključio assembly u projekt. U VS.NETu je to lako, a u DW nemam pojma a možeš probati preko web.config fajla
<assemblies>

<add assembly="DreamweaverCtrls.dll,version=1.0.0.0, publicKeyToken=836f606ede05d46a"/>
<add assembly="*"/>
</assemblies>


pogledaj je li taj fajl na svom mjestu

ninoju
10-11-2003, 22:41
Rijesio sam, pocetnicka greska...
Ako netko ima isti problem neka mi se javi.

kruhek
11-11-2003, 12:49
napisi rijesenje tu za sve

ninoju
11-11-2003, 22:49
napravi se direktorij "/bin" u rootu sajta i u njega smjesti file: DreamweaverCtrls.ddl pomocu komande u "Components" panelu " ^ Deploy supporting files..."