Click here to Skip to main content
15,665,875 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I need to create a utility for create a VS solution file and project file.

Regards,
Pavithra K.

What I have tried:

I refer the below MSDN link,
How to: Programmatically Create Projects[^]

But i cannot understand in that. Can anyone know about this?
Posted
Updated 9-Jan-17 5:10am
Comments
Suvendu Shekhar Giri 9-Jan-17 6:52am    
Sorry, what is the exact problem?
Where are you stuck?
Member 12941004 9-Jan-17 7:20am    
I dono about the below part,

public void OnConnection(object application, ext_ConnectMode
connectMode, object addInInst, ref Array custom)
{
_applicationObject = (DTE2)application;
_addInInstance = (AddIn)addInInst;
createProjectsFromTemplates(_applicationObject);
}
[no name] 9-Jan-17 8:16am    
The problem that you are currently experiencing is that you are expecting that we have the ability to read your mind. I can assure you that no one on the face of the planet can read your mind (currently). We have no idea what it is that you do not understand or what it is that you "dono".
ZurdoDev 9-Jan-17 7:17am    
1. Reply to comment so that the user is notified.
2. Did you do step #1 in the article?
Member 12941004 9-Jan-17 7:19am    
what is add-in project?

1 solution

How do you want us to explain it differently from the way it's already explained? We have no frame of reference regarding your skillset, or what parts you do understand, thus preventing us from establishing how we could help you in any tangible way.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900