Re: Cannot load default.aspx
- From: "Alvin Bruney [ASP.NET MVP]" <vapor dan using hot male spam filter>
- Date: Wed, 9 Jul 2008 22:55:19 -0400
try repairing asp.net using aspregiis -I don’t quote me on the exact syntax
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?
http://msmvps.com/blogs/alvin/Default.aspx
-------------------------------------------------------
"Lubomir" <Lubomir@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:AAF8E29E-630F-464C-8524-C39B10CCE843@xxxxxxxxxxxxxxxx
Hi,
I am using VS 2008.
I am working on a web site, with the code behind. Everything worked fine,
but from some reason, I started to get error message in a browser while
debugging the application: "Could not load type "MyPartialClassName"
"MyPartialClassName" is the class in the codebehind file in default.aspx.cs
file.
Page directive is :
<%@ Page Language="C#" AutoEventWireup="true CodeBehind="Default.asapx.cs"
Inherits="MyNamespace.MyPartialClassName" %>
When I changed CodeBehind to CodeFile, page was loaded but when conencted to
database I get error that IIS is not configured to communicate on port XX.
Before it all works fine with CodeBehind attribute. All stopped to work when
we changed compiler directive from Any CPU to X86. I think something has
changed in website VS project settings, but I am not sure what.
Do you have any ideas?
Thanks,
Lubomir
.
- Follow-Ups:
- Re: Cannot load default.aspx
- From: Juan T. Llibre
- Re: Cannot load default.aspx
- References:
- Cannot load default.aspx
- From: Lubomir
- Cannot load default.aspx
- Prev by Date: Re: can .net activex communicate with database using ASP.net/ADO
- Next by Date: Re: web.config includes several wrong assembies
- Previous by thread: Cannot load default.aspx
- Next by thread: Re: Cannot load default.aspx
- Index(es):
Relevant Pages
|