Author Topic: Unable to open visual studio solution 2013 file  (Read 3775 times)

Johnco3

  • Community Member
  • Posts: 53
  • Hero Points: 1
Unable to open visual studio solution 2013 file
« on: November 06, 2014, 05:18:46 AM »
Visual Studio 2013 solution still cannot be opened in rc4 - I reported this in rc2, see attached - just solution file only.

 Procedure -visualStudioVersionToYear not found
wkspace.ex 27935 wkspace:GetCompilerPackage(microsoft visual studio,12.0,..\cmdline\cmdline.vcxproj)   p_window_id: 3   p_object: OI_MDI_FORM   p_name:
wkspace.ex 29957 _WorkspaceAssociate(/Users/jcoffey/main/dlmu/dlf-0339.1/win32/dlf/dlf.sln,0)   p_window_id: 146   p_object: OI_IMAGE   p_name:
wkspace.ex 4760 workspace_open(/Users/jcoffey/main/dlmu/dlf-0339.1/win32/dlf/dlf.sln,,,1,1)   p_window_id: 146   p_object: OI_IMAGE   p_name:
wkspace.ex 5630 wkspace:workspace_open_other(/Users/jcoffey/main/dlmu/dlf-0339.1/win32/dlf/dlf.sln,Open Visual C++ Workspace,Visual C++ Workspace Files(*.dsw),All Files(*),)
   p_window_id: 146
   p_object: OI_IMAGE
   p_name:
wkspace.ex 5731 workspace_open_visualcpp()   p_window_id: 146   p_object: OI_IMAGE   p_name:

Rodney

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 798
  • Hero Points: 54
Re: Unable to open visual studio solution 2013 file
« Reply #1 on: November 06, 2014, 03:29:37 PM »
Edit: I was told that this reproduces on non-Windows platforms (didn't catch that in the stack). In that case, we are looking into it.

Not sure why you get this as it works for me opening a solution file. I even put debug in to make sure that function (_visualStudioVersionToYear) is being called successfully.

I can only suggest you try reproducing with a clean config. You could also try simply reloading the macros/wkspace.e module (Macros>Load Module).

++rodney
« Last Edit: November 06, 2014, 03:58:51 PM by Rodney »

Johnco3

  • Community Member
  • Posts: 53
  • Hero Points: 1
Re: Unable to open visual studio solution 2013 file
« Reply #2 on: November 07, 2014, 05:00:28 AM »
Thanks Rodney, my bad for not mentioning that the problem was on my iMac.  I updated to RC5 and things are better but still not correct.  I can open the project structure on the left, however when I click on the individual files, they do not open - I bet it has to do with the \ file separators on windows vs the / on mac.   Visual Studio solutions have the windows native / file path separator and it is most likely confusing the mac while I try to open individual files.

John

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6884
  • Hero Points: 530
Re: Unable to open visual studio solution 2013 file
« Reply #3 on: November 07, 2014, 01:44:05 PM »
Try this new wkspace.e with RC5.