Hi,
I am having major issues with a .NET site. Someone gave me a .NET
site. I run it on local machine. All seems fine. I copied a folder
'RISK' and called it 'LEAN' and every occurence of 'RISK' within that
folder was replaced with 'LEAN'
When I try and build the site, I get:
"Could not load type 'name1.name2.na me3.name4.Lean. ListPage'. X:\Lean
\List.aspx"
The line giving the error is:
"<%@ Page Language="vb" validaterequest ="false"
CodeBehind="Lis t.aspx.vb" AutoEventWireup ="false"
Inherits="name1 .name2.name3.na me4.Lean.ListPa ge" %>"
There are currently 2 DLL files in the BIN directory. When I open them
up, they have the relevant references to
"name1.name2.na me3.name4.Risk. ListPage" but not
"name1.name2.na me3.name4.Lean. ListPage"
How do I get about adding these into the DLL? I believe that's what is
needed. Any advice?
Thanks,
JJ
I am having major issues with a .NET site. Someone gave me a .NET
site. I run it on local machine. All seems fine. I copied a folder
'RISK' and called it 'LEAN' and every occurence of 'RISK' within that
folder was replaced with 'LEAN'
When I try and build the site, I get:
"Could not load type 'name1.name2.na me3.name4.Lean. ListPage'. X:\Lean
\List.aspx"
The line giving the error is:
"<%@ Page Language="vb" validaterequest ="false"
CodeBehind="Lis t.aspx.vb" AutoEventWireup ="false"
Inherits="name1 .name2.name3.na me4.Lean.ListPa ge" %>"
There are currently 2 DLL files in the BIN directory. When I open them
up, they have the relevant references to
"name1.name2.na me3.name4.Risk. ListPage" but not
"name1.name2.na me3.name4.Lean. ListPage"
How do I get about adding these into the DLL? I believe that's what is
needed. Any advice?
Thanks,
JJ