Re: Problems with codebehind and inherits

From: Hermit Dave (hermitd.REMOVE_at_CAPS.AND.DOTS.hotmail.com)
Date: 09/16/04


Date: Thu, 16 Sep 2004 21:10:22 +0100

firstly the codebehind is for Visual studio to interpret. it will continue
working when you change it to src cause run time understands src attributes
and that causes the file to compile when accessed first time.
Regaring the namespace and Page issues, I feel that for some reason VS.NET
isnt installed / working correctly.

Consider re-installing visual studio. If that doesnt sort the problem out, i
would suggest going a step further and unistalling both vs.net & the
framework.
then install vs.net from start.

if all that doesnt work. just rebuilt the box. its the easiest of the
options.

-- 
Regards,
Hermit Dave
(http://hdave.blogspot.com)
"JeTmAn" <JeTmAn@discussions.microsoft.com> wrote in message
news:1DC26D60-3A3B-4527-9B9B-3CA37FD945C0@microsoft.com...
> Hi all, first time poster here. For some reason, the default codebehind =
> "blahblah.aspx.vb" statement that ASP.NET inserts into a new .aspx file
has
> never worked for me, and I don't know why. I can only get my page to
> recognize the .vb file if I change "codebehind=Blahblah.aspx.vb" to
> "src=Blahblah.aspx.vb".
>
> Also, by default ASP.NET has my pages inherit from Namespace.Class,
> Namespace being my project name, and Class being whichever Class
corresponds
> to that file in the .vb section. This doesn't work either, and gives me
and
> error, saying that that class can't be found. However, if I change it to
just
> reference the class name itself, without the Namespace., it works fine.
>
> After I've done all of this, my pages do load, but next time I load up
> visual studio and try to bring up my pages, it won't load the GUI part, so
I
> can't see what my page should look like. I'm forced to go into the code
part
> of the .aspx file, cut and paste the entire <%@ Page line out of the code,
> reload it, and then put that code back in. Then I get the GUI and the
> functionality. But I have to do this every time I load a different page.
>
> It seems like I have problems in general with referencing class
definitions
> within my own applications and I don't know why. I loaded the application
of
> a co-worker and he didn't have a single one of these problems, so I'm not
> sure what I'm doing wrong. I was deleting the global.asax file and not
using
> it, but I didn't think that made a difference. I'm not using any compiled
> components (dlls) in my bin directory, or at least not any dlls compiled
from
> code I've actually written (I've got dlls for things like Crystal Reports
in
> there).
>
> Anyways, if anyone has heard of things like this happening or perhaps
knows
> a common solution, I'd really appreciate hearing it.
>


Relevant Pages

  • Re: Question on - Automatic compilation of VB.NET files on a Web Server
    ... The Codebehind, Inherits, and Src Attributes ... Forms page in Visual Studio called WebForm1, ... The code-behind model illustrated above is the model used by Visual Studio. ...
    (microsoft.public.dotnet.framework)
  • Re: DataGrid not responding to Update/Cancel click
    ... MSDN Documents something about CodeBehind .. ... Codebehind In Visual Studio, this attribute references the name of a file that contains the class for the page. ... The ASP.NET Framework supports a slightly different code-behind model for Web Forms pages. ... To tie the .aspx file to its corresponding code, the page directive contains a Src attribute, which references the file containing the source code for the file. ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • MVS 2005 ERROR -Cant run Device Emulator Manager
    ... Visual Studio 2005 Professional Edition ... When I try to load a new project I get this error: ... Somebody suggest removing everything and installing again - I did this ... How can I fix it? ...
    (microsoft.public.windowsce.app.development)
  • Corrupted Debug mode? VS IDE crashing when trying to debug WAP with sub-projects
    ... where the IDE will crash/freeze after a recompile. ... Microsoft Visual Studio 2005 Version 8.0.50727.762 ... Dundas Chart Professional 5.0 for ASP .NET Professional Edition ... and the symbols _will_ load on this second attempt. ...
    (microsoft.public.vsnet.debugging)
  • RE: functioning XLL not loading properly on other machines
    ... Based on my testing, it fails to load ... but works perfectly fine on any machine that does have Visual Studio ... I suspect that it's a compiler switch that's set wrong or that the XLL ... for (I'm not a professional programmer; ...
    (microsoft.public.excel.programming)