Hi all,
Under vs2015 ctp6, if I use _Solution.create to create one solution file, then use _Solution.AddFromFile to add one existing project file, but one exception is thrown.
The exception is as below:
System.Runtime.InteropServices.COMException:
System.Runtime.InteropServices.COMException:The template specified cannot be found.Please check that the full path is correct..
I have done a check, I found when call _Solution.create, the solution file was not created in the directory which I wanted.
So is it the issue which exists in ctp6? Any work around for this?
Thanks in advance.