Ask a Question related to ASP.NET General, Design and Development.
-
Kathy Burke #1
Rename a web form, error - missing some other reference?
Hello. In asp.net, when I rename a web form, it changes only the @page
name and the class name (as expected). It does not, of course, change
the Inherited reference in the @page. When I change it manually (because
my page only inherits itself) I get runtime error that it can't find the
orginal form. The form of course no longer exists in the active
project...and I don't want it to...
Any clues as to what reference change I must be missing?
Kathy
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Kathy Burke Guest
-
Problem with missing reference to AFormAut 1.0 Library
Hello, I have an Access 2000 application which saves some reports as a PDF file, inserts a signature field and inserts a user's signature in the... -
cast reference missing during projector
It may be confused because the .dir and .cst have the same name. Andrew -
System.DirectoryServices missing reference
Hi there, here a typical "bloody newbie" question: I am programming a simple Webservice who should add a user to AD. My programming... -
Missing CODEGEN values from DataSet Web Reference and Properties are not updated
I've created a web service that has a project reference to a library that contains a strongly typed dataset. The web service has a function that... -
? About odd missing reference
Hi all - Access 2002 XP, Windows ME In the process of resolving a default fonts issue, I had to reinstall the Access program from the Office... -
Ron Vecchi #2
Re: Rename a web form, error - missing some other reference?
Open up the .cs or .vb file for the page and Manually change the class name.
This should also change the inherits directive. You stated that it changes
the class when renameing the page.aspx. But are you sure it did not just
chage the name of the class file. Usually this is the case. It doesn't
actually change the class name within the .cs/.vb file.
"Kathy Burke" <kathyburke40@attbi.com> wrote in message
news:Os6Hue4UDHA.2112@TK2MSFTNGP10.phx.gbl...> Hello. In asp.net, when I rename a web form, it changes only the @page
> name and the class name (as expected). It does not, of course, change
> the Inherited reference in the @page. When I change it manually (because
> my page only inherits itself) I get runtime error that it can't find the
> orginal form. The form of course no longer exists in the active
> project...and I don't want it to...
>
> Any clues as to what reference change I must be missing?
>
> Kathy
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Ron Vecchi Guest
-
Kathy Burke #3
Re: Rename a web form, error - missing some other reference?
Ahhh, I was NOT recompiling...just opening in design! Thanks, Ken.
Kathy
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Kathy Burke Guest



Reply With Quote

