Letractively / dotnetkicks

Automatically exported from code.google.com/p/dotnetkicks
1 stars 0 forks source link

Can't open project in Visual studio express #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unzipped the souce
2. Try to open it with Visual studio express
3. Visual studio complains that it can't open the project file of 
incremental.kick.web.ui

What is the expected output? What do you see instead?
The project should open and can be built

What version of the product are you using?
0.2

Please provide any additional information below.
Incremental.Kick, Incremental.kick.storypublisher.console and 
incremental.kick.tests all load correctly

Original issue reported on code.google.com by QwaiderB...@gmail.com on 3 Oct 2007 at 4:51

GoogleCodeExporter commented 9 years ago
Its not a bug. The solution file is for Visual Studio. 

You can edit the .sln and csproj files using Notepad to edit the headers to 
revert it
back to compatible with Express. Just make a empty .sln and .csproj file and 
look at
the contents and copy/paste it over the Visual Studio parts of the downloaded 
.sln
and .csproj files.

Original comment by james.e....@gmail.com on 3 Oct 2007 at 5:00

GoogleCodeExporter commented 9 years ago
The contents of the CSproj file for incremental.kick.web.ui are huge, (841 
lines) vs 
74 for a blank one.
I'm affraid that I would ruin something while updating the file.
It would be awesome it would be awesome if you can be a little bit more 
detailed.
Your help is much appreciated
Thanks

Original comment by QwaiderB...@gmail.com on 3 Oct 2007 at 5:13

GoogleCodeExporter commented 9 years ago
I've done this before (a while ago, not with this project), but can't remember 
the
exact steps. There's only a couple items that need to be replaced - mostly the
version number of the product the files are associated with. I think it should 
be in
the top few lines.

If I get time tomorrow, I'll try to write up a post about it. In the meantime, I
think there's some freeware converters that can convert sln and csproj files 
between
VS and VS Express try looking around for one of those.

Original comment by james.e....@gmail.com on 3 Oct 2007 at 5:19

GoogleCodeExporter commented 9 years ago
Should we go NAnt?

Original comment by simone.b...@gmail.com on 3 Oct 2007 at 6:05

GoogleCodeExporter commented 9 years ago
Here's the solution. It just requires you to edit 2 lines of the .sln file and 
break
out the web project so that VS Web Developer Express can be used for that.

http://www.dotnetkicks.com/visualstudio/How_to_convert_a_VS_Pro_2005_solution_to
_VS_2005_Express

Original comment by james.e....@gmail.com on 3 Oct 2007 at 6:17

GoogleCodeExporter commented 9 years ago
I'm closing this, feel free to reopen in case you think so.

Original comment by simone.b...@gmail.com on 3 Oct 2007 at 3:46