views:

29

answers:

1

The Class Libary is an Microsoft Studio extension that generates a file from saving running a custom tool on a template file, following the module from this example I found from Microsoft: http://code.msdn.microsoft.com/SingleFileGenerator/Release/ProjectReleases.aspx?ReleaseId=4138.

I can not figure out how I'm gonna debug, build, or deploy this object so I can test it in Microsoft Studio 2010. If you can help me get my class libary debugging inside the VSX instance let me know. I will also need to compile and have a delivery method for this extension.

Thank you!

+2  A: 

The simplest solution would be to create a new project using the template under Visual Basic -> Extensibility -> Visual Studio Package and then move your existing code into that. The project produced from the template will be automatically set up for debugging in the Experimental Instance.

Aaron Marten
Thanks I'll Let you know.
Justin
Didn't quiet work this way, but very similar. Thanks.
Justin