Please can anyone help this is driving me round the bend. I have created a ASPX file with a ASCX file in it. It has been created in Visual Studio.Net
This is the error I get come up
Server Error in '/OlanMillsOnlineStore' 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 type 'olanmillsonlinestore.usermenu'.
Source Error:
Line 1: <%@ Control Language="
vb" CodeBehind="usermenu.ascx.
vb" AutoEventWireup="false" Inherits="olanmillsonlinestore.usermenu" %>
Line 2: <%@ OutputCache Duration="3600" VaryByParam="selection" %>
Source File: D:\web\OlanMillsOnlineStore\Usermenu.ascx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
it is causing me huge problems
Cheers
Matt Shea