W
Wayne Wengert
I am trying to work through an ASP.NET book and in one example you build a
Class and then call a method from that class in an ASPX page. I put the
class file ("quote.dll") in the bin directory and then added the aspx page
that uses it to the project. When I re-open the project and right click on
the aspx file and select the "Add to Project" option I get an error stating:
"There is no class file associated with the WebForm 'ShowQuote.aspx'. Create
a new class file now?" I can see the class file in the bin directory and
I've verified that the namespaces match?
How can I debug/correct this condition? Is there some place I "associate" a
class file to an aspx page?
TIA
Wayne.
Class and then call a method from that class in an ASPX page. I put the
class file ("quote.dll") in the bin directory and then added the aspx page
that uses it to the project. When I re-open the project and right click on
the aspx file and select the "Add to Project" option I get an error stating:
"There is no class file associated with the WebForm 'ShowQuote.aspx'. Create
a new class file now?" I can see the class file in the bin directory and
I've verified that the namespaces match?
How can I debug/correct this condition? Is there some place I "associate" a
class file to an aspx page?
TIA
Wayne.