[OT] Creating a VS.NET Addin

  • Thread starter Thread starter C# Learner
  • Start date Start date
C

C# Learner

I know this is off-topic, but the chance of getting a reply in the IDE
group is probably similar to that of finding a gold mine.

Anyway, I have VS.NET 2003 and was looking at making an addin. I've
tried searching the web, and all tutorials involve using File -> New
-> Addin or whatever.

The problem is -- I don't have this option in my version of VS.NET.
Does this mean it's not possible for me to create an addin?
 
C# Learner said:
I know this is off-topic, but the chance of getting a reply in the IDE
group is probably similar to that of finding a gold mine.

Anyway, I have VS.NET 2003 and was looking at making an addin. I've
tried searching the web, and all tutorials involve using File -> New
-> Addin or whatever.

The problem is -- I don't have this option in my version of VS.NET.
Does this mean it's not possible for me to create an addin?

Look in

File -> New -> Project .. Other Projects/Extensibility Projects
 
Frank X said:
Look in

File -> New -> Project .. Other Projects/Extensibility Projects

Hi,

In the dialog box brought up by File -> New -> Project... I don't have
"Extensibility Projects". I only have "Database Projects".

I guess this isn't possible in Standard Edition? :(
 
Theoretically (not tested) it only sets up the initial code and should work
in your version if you get the initial project.
I can create a blank solution of this type and email it to you if you wish.
JB
 
John Baro said:
Theoretically (not tested) it only sets up the initial code and should work
in your version if you get the initial project.
I can create a blank solution of this type and email it to you if you wish.
JB

I'd appreciate that :-)

My e-mail address is {tom _at_ tommyboytjb.fsnet.co.uk}
 
Back
Top