2

I'm in charge of a DSL/VSVM VSIX extension at work and, since VS2012 just got released, I want to make it compatible with both.

The VSIX is already installable in both environments, but I get load errors. I haven't fully checked, but I assume it's due to different SDK versions.

Is it possible to make my codebase compatible with both Visual Studios, without having to fork it?

hb.
  • 1,705
  • 5
  • 22
  • 43
  • Why are you against forking it? – Security Hound Aug 17 '12 at 16:31
  • I'd rather not mantain two different codebases - if it's the only way, I'll do it, but I'd prefer having different references/build scripts – hb. Aug 17 '12 at 16:38
  • @hb. Did you find a solution? I found only this post about a normal extension not Dsl: http://www.corvalius.com/blog/index.php/corvalius/targeting-an-extension-for-vs2010-and-vs2012-using-a-single-manifest/ – Shrike Sep 24 '12 at 09:05
  • Nope, not yet. I haven't given it much attention as it's not a complete requirement yet, but it will be in the next few months. – hb. Sep 24 '12 at 18:23

0 Answers0