Component Class

  • Thread starter Thread starter ineedyourluvin1
  • Start date Start date
I

ineedyourluvin1

Alright I've searched all over but to no avail... I have Visual
Studio 2005
installed on my computer and I went to add the Component Class to a
project.
Guess what ? It's not there in this version of Visual Studio.NET !!!
So does anybody know what to do about this problem ? Also
you should see how much memory VS2005 is taking up right now (1.01GB)
WOW!
Good thing there is 1.25GB of physical memory in this comp.......
Micro$oft never seems to do it right.

Thanks and have a nice day

--Regards
ME
 
Alright I've searched all over but to no avail... I have Visual
Studio 2005
installed on my computer and I went to add the Component Class to a
project.
Guess what ? It's not there in this version of Visual Studio.NET !!!

Which version of VS.NET are you using? Professional, Enterprise, ...?

In the August CTP of the Professional edition it's available in "Project" ->
"Add Component...".
 
OK. So now that you know I have the Professional Edition how do I go
about
adding the Component Class to my website project ? I'm really at
a loss without that Component Class item .There is the regular class
but that is not what I'm looking for. The Component Class alows you
to bring components together. In my situation I'm trying to create a
new component to encapsulate the functionality for logging into
my website and any other security mechanisms. To the Component
Class called security.vb , I will add my stored SQL stored procedure
and
the SQL connection ,etc. etc.

Thanks VERY much ! :-)

--Regards
ME
 
I have Visual Studio 2005 Professional EditionI see it clear in that in the middle when I do add items.

I hope this helps,

Cor
 
I see it clear in that in the middle when I do add items.

I don't understand what this sentence means

thanks
 
I see it clear in that in the middle when I do add items.
I don't understand what this sentence means
If I go to solution explorer
Choose for Add New Items
than I see exactly in the middle of all those items the component
(windowforms project)

Cor
 
OK. So now that you know I have the Professional Edition how do I go
about
adding the Component Class to my website project ?

The template is not available for website projects.
 
Back
Top