C# 2010 Building Problem

09/07/2011 00:11 F i n c h i#1
Does anyone know why when I press F5, C# doesn't build anymore, I pressed F6 and Shift + F6 too, its says that the build succeeded, but it doesn't...it doesn't build my latest changes, so I can't update my conquer source...
09/07/2011 00:27 Spirited#2
Right click the solution and say "rebuild".
09/07/2011 00:32 F i n c h i#3
Quote:
Originally Posted by Fаng View Post
Right click the solution and say "rebuild".
Thanks, do you have a clue why it doesn't work anymore with F5? :s
09/07/2011 00:32 _DreadNought_#4
That isnt conquer related.
09/07/2011 00:34 F i n c h i#5
Quote:
Originally Posted by _DreadNought_ View Post
That isnt conquer related.
I know, but I had no idea where to post :s
09/07/2011 00:38 Spirited#6
Nope. My computer's always worked fine with it.
Try installing Visual Studio 2010 if you're not using it already.
09/07/2011 00:41 F i n c h i#7
Quote:
Originally Posted by Fаng View Post
Nope. My computer's always worked fine with it.
Try installing Visual Studio 2010 if you're not using it already.
Thats what I am using, anyways, thanks again.
09/07/2011 01:23 Korvacs#8
In the Ultimate version of Visual Studio 2010 its Ctrl + Shift + B to build, with F5 to debug.
09/07/2011 08:18 F i n c h i#9
Quote:
Originally Posted by Korvacs View Post
In the Ultimate version of Visual Studio 2010 its Ctrl + Shift + B to build, with F5 to debug.
Well, yeah, but I used to hit the F5 button and the building and debugging would succeed, anyways the problem is solved, now it works with F5.