Rank: Newbie Groups: Member
Joined: 2/12/2008 Posts: 1
|
Hi,
Can anyone assist please. Having trouble getting the tab menu control to work despite following iinstructions. Have copied dll into Bin folder and pasted code into the aspx page in an application that is already working. Not sure if I am missing something
Thanks in anticipation.
Server Error in '/webfolder' 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: The format of the file 'EO.Web' is invalid.
Source Error:
Line 1: Line 2: <%@ Register TagPrefix="eo" Namespace="EO.Web" Assembly="EO.Web" %> Line 3: Line 4: <!-- Control Definition -->
Source File: C:\Program Files\Microsoft.NET\FrameworkSDK\Samples\QuickStart\aspplus\samples\webfolder\qqmenueo.aspx Line: 2
Assembly Load Trace: The following information can be helpful to determine why the assembly 'EO.Web' could not be loaded.
=== Pre-bind state information === LOG: DisplayName = EO.Web (Partial) LOG: Appbase = file:///C:/Program Files/Microsoft.NET/FrameworkSDK/Samples/QuickStart/aspplus/samples/webfolder LOG: Initial PrivatePath = bin Calling assembly : (Unknown). ===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: EO.Web LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/webfolder/9ccd14a0/c7ea7b22/EO.Web.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/webfolder/9ccd14a0/c7ea7b22/EO.Web/EO.Web.DLL. LOG: Attempting download of new URL file:///C:/Program Files/Microsoft.NET/FrameworkSDK/Samples/QuickStart/aspplus/samples/webfolder/bin/EO.Web.DLL.
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You are running ASP.NET 1.1 and you copied the EO.Web.dll for ASP.NET 2.0 into your bin folder. Please copy the correct DLL over.
Thanks
|