
debugging vb.net upgraded component in asp.net
Hello,
I am a newbie, so pardon my ignorance. I have upgraded a
pre-existing vb6 component into vb.net and made some
necessary changes. This component was meant to be used by
an asp page, so in the debugging properties of the vb.net
project I set the project start up as a uri.
In the prior version of Visual Studio, when I had a
component in the IDE and started the de{*filter*} which
launched IE and ran my asp script and I could debug my VB
component from there as long as I created the object
(server.createobject...).
In Visual Studio.net this isn't the case. If I try to do
a dim MyComponent as new... I get this error:
===
Compiler Error Message: BC30002: Type 'componentname' is
not defined.
===
How is the asp or aspx supposed to know what component
should be called? I'm sorry if this has already been
covered, but I can't seem to find an answer!