Search The Blog
About this site

Subscribe!

This site aims to connect all the dots of my online activities - from tools, books blogs and twitter accounts, to upcoming conferences, engagements and user group talks.

from 5whys.com
Twitter: @RoyOsherove
My Books

New:

 

The Art of Unit Testing

Buy PDF or Print book at Manning

Buy on Amazon

Latest Posts
« NUnit vs. MsTest: NUnit wins for Unit Testing. | Main | Vienna done! »
Wednesday
Feb242010

Solution: Visual Studio 2010 beta 2 extension does not load in vs 2010 RC

like (I think) many others, the extension I am writing for visual studio 2010 beta did not even load on the new visual studio 2010 RC. After searching and asking around, it looks like the main breaking change for me was that I was importing an IServiceProvider type, which in the RC needs to be imported as SvsServiceProvider.

all I needed to do was change form this:

[Import(typeof(IServiceProvider)]

public IServiceProvider provider;

 

To this:

[Import(typeof(SvsServiceProvider)]

public IServiceProvider provider;

you can see some other changes here.

PrintView Printer Friendly Version

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
Web Analytics