TFS Check-In Over Server Version
How in TFS do you check-in a file over the server version (no matter what). I see the option to Compare, Resolve, and revert local to the latest server version. Where is the copy over server version option? ...
How in TFS do you check-in a file over the server version (no matter what). I see the option to Compare, Resolve, and revert local to the latest server version. Where is the copy over server version option? ...
I have tried to profile several .NET executables in dependency walker and always get something like this: GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsAlloc") called from "MSCOREE.DLL" at address 0x79006079 and returned 0xFFBADD11. I tried making a new windows forms project VS2005 and did nothing but build it. Dependency walker still...
The proxy methods that I am seeing generated for methods that have generics for parameters like List Of <T> are getting converted to arrays in the proxy methods. I am not sure what the problem is, is it that the wsdl.exe that shipped with Visual Studio 2005 can't handle generics, or is it the version of soap on the machine where the web ...
Title says it all... I want to compile some code that targets .NET v3.5 in Visual Studio 2005. I suppose I could download the 2008 Express Editions... do I need both Visual Web Developer AND C#? ...
Anyone has suggestion for something that's better than Visual Studio default Resource string editor? Not looking for standalone Resx editor, just something that has better navigation between strings in Grid, better support for long strings, etc. Thanks. ...
All I want to install is visual web developer (but I've had this issue with other things like visual C# to), so when I choose to install just that from microsoft web platform, it wants to download that, under 3mb, and SQL server (dependency it says,) 100mb. I've seen lots of computers with SQL server installed, does it come with all wind...
Hi all, first question ever on this site. I've been having a real stubborn problem using Visual Studio 2008 and I'm hoping someone has figured this out before. I have 2 libraries and 1 project that use strongly typed datasets (MSSQL backend) that I generated using the "Configure DataSet with Wizard" option on in Data Sources. I've had...
There's too much bytes and too few information in Internet, so I decided to ask if someone have already done such an installation. How to compile/where to download binaries? Where can I find a build rule? Where can I find a bunch of good samples (with associativity resolution, symbol tables etc.)? ...
I'd like to know how "delayed commit" functionality works on CI servers that are not integrated with the source control repositories. Conceptually, the process works like follows: Check in code changes CI server builds the changes If the build passes, the code is committed to source control repository If the build fails, the code is...
What would be a good way to use Boost in a small team (< 10 people) and lower the time between joining the team and building the application as much as possible. I basically want a workflow like this... Set up the TFS with the new person's username + password. Have them log into the TFS from Visual Studio. Check out the team project (w...
I am trying to use Boost Test to add some much needed unit tests to my code. However I can't seem to get it to work. Right now I have the following code #include <Drawing.h> #define BOOST_AUTO_TEST_MAIN #define BOOST_TEST_MODULE DrawingModelTests #include <boost/test/unit_test.hpp> BOOST_AUTO_TEST_SUITE(DrawingModelTests) BOOST_AUTO_T...
OK - this is pretty specific, i'm looking for a cheat sheet for visual studio keyboard shortcuts that I can set as my desktop bg. so, something in a modest 1280 x 1024. Something like this; http://www.microsoft.com/downloads/details.aspx?FamilyID=c15d210d-a926-46a8-a586-31f8a2e576fe&DisplayLang=en but more succinct. Anyone got j...
Hi all: I'm doing a lot of work in Javascript with Visual Studio .Net 2008. It would be nice to have some sort of plugin to do auto completion for Javascript (a bit like ctrl space and a list of options come up in Java/C# etc). Is there such plugin/tool out there? Thanks. ...
Well, what is it? ...
I have a solution comprising of 5 projects. the bulk of the business logic is sitting in a class library project - producing 1 dll. When I build the solution its now failing, because this dll is not effectively being updated in a web site project in the same solution. I ran a test... and changed the file version of the project proper...
I'm trying to debug javacript code in my aspx page, I insert a breakpoint, and press F5 for debugging, but there is no dynamic page created in script documents. Why the asp.net development server not create the dynamic page? any ideas? ...
I'm developping with visual studio 2008 and I use several project library used by several application project. There is also external dependency. When I distribute the program, all the DLL appears in the program files folder which would make very easy to hack my program. Is is possible to bundle all the project library into one exec fil...
I read about Spelling checker for VS 2008. I wonder if there is something similar for VS 2005 (+freeware, -shareware). Thanks. ...
I have attached a screen shot : http://i.imgur.com/tU05T.png I have checked my DPI settings. they are 100%. I cant seem to find out why the test would be a differnt font size in the runtime application vs the designer.. Can anyone assist. I have tried googling, have have not come up with any meaningful links.. ...
Microsoft has an article (http://support.microsoft.com/kb/835460) which explains how to use the Orca database editor to remove the "Everyone" option and the "Just me" option from a Windows Installer package that you created by using Visual Studio .NET, but no where in that article do they explain what the default option is. In other wor...