jaykimjinseo / progressive-scroll

Automatically exported from code.google.com/p/progressive-scroll
0 stars 0 forks source link

VS 2012 can't open project #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to open the project in VS 2012.
It doesn't succeed, all I see is this:

Error   ProgressiveScroll_vs2012.csproj: The application which this project type 
is based on was not found. Please try this link for further information: 
http://go.microsoft.com/fwlink/?prd=12395&pver=11&sbp=ProjectTypeDeprecated&plci
d=0x409&clcid=0x409&ar=MSDN&sar=ProjectCompatibility&o1=82b43b9b-a64c-4715-b499-
d71e9ca2bd60

I already have installed VS 2012 SDK and VS 2012 Professional, C# too.
What am I missing ? Did you build it in 2012 ?
Can you add some line on how to compile on project home ?

Original issue reported on code.google.com by Cry...@gmail.com on 25 May 2013 at 4:03

GoogleCodeExporter commented 8 years ago
Thanks for your interest in the project.

I started development in VS2010 using the VS2010 SP1 SDK and later made the 
VS2012 solution to ease testing in VS2012. Nowadays, I build the project in 
VS2012 for release. But in essence it's still a VS2010 vsix project. The 
manifest file for instance is not compatible with the manifest editor in VS2012 
and just displays as a regular xml file.

Sorry for the inconvenience, but you may need to get the VS2010 SP1 SDK as well:
http://www.microsoft.com/en-us/download/details.aspx?id=21835

Hope that helps. Let me know if you run into any more issues.

Original comment by freaksken on 25 May 2013 at 9:39

GoogleCodeExporter commented 8 years ago
So basically you need to have:
- VS 2010
- VS 2010 SP1
- VS 2010 SP1 SDK
to build. I did build with that on other pc. Though 2012 would work too since 
it's included.
Would be cool to put this info on homepage IMO.

Original comment by Cry...@gmail.com on 26 May 2013 at 4:59

GoogleCodeExporter commented 8 years ago
Fair point. I added a readme with the build requirements instead as the home 
page is more aimed at regular users.

Original comment by freaksken on 26 May 2013 at 11:00