I have 2 installation of Visual Studio on my computer: VS2012 and VS2013. I'm using NAV2013R2. Currently it is using VS2012 for reports. But I would like to use VS2013. How can I achieve that? Do I need to uninstall VS2012 so that NAV can understand which VS to use or is there a setting?
0
Comments
But what happens is, when I start the (new) client, it still links to VS2012. How can I change it to link it to VS2013?
http://blogs.msdn.com/b/nav/archive/201 ... esign.aspx
It check first 2013 and then for 2012.
VisualStudioKey2013 = "CLSID\\{3C0D7ACB-790B-4437-8DD2-815CA17C474D}\\LocalServer32"
VisualStudioKey2012 = "CLSID\\{059618E6-4639-4D1A-A248-1384E368D5C3}\\LocalServer32"
Both in HKEY_CLASSES_ROOT
BR
Torben
Thanks!