Is there a way to get the build command line used by Visual Studio?

When you build a project or solution in Visual Studio, the entire command line used to run the compiler (csc.exe, including switches and parameters) is displayed in the Output window. If you don’t see it there, check the Verbosity level by going to: Options > Projects and Solutions > Build and Run > MSBuild project … Read more

Visual Studio 2012 Install Fails: Program Compatibility Mode is on

Previous posts are correct in that compatibility mode appears to be based entirely on file names. There is a simple method for determining precisely which name Windows expects: Right-click the file, select Properties and navigate to the Details tab. There should be an entry labelled “Original filename”. Simply rename the file accordingly and it should … Read more

Using SSIS BIDS with Visual Studio 2012 / 2013

Welcome to Microsoft Marketing Speak hell. With the 2012 release of SQL Server, the BIDS, Business Intelligence Designer Studio, plugin for Visual Studio was renamed to SSDT, SQL Server Data Tools. SSDT is available for 2010 and 2012. The problem is, there are two different products called SSDT. There is SSDT which replaces the database … Read more

How can I change the default credentials used to connect to Visual Studio Online (TFSPreview) when loading Visual Studio up?

I had a very similiar problem as I was not able to connect to TFS with my own credentials. Turned out that the user who had created the image (I was using Hyper-V) stored his account in Credential Manager. There was no way to change this in Visual Studio. To solve the issue, I opened … Read more

The Debugger cannot continue running the process. Unable to start debugger

Maybe you should select start up project which can be started. Solution Explorer -> On your startable project right mouse click -> Set as Start up Project. I had this situation when i unloaded my main lightswitch project and other project which is dll has been selected automatically and when i reloaded my main project … Read more

how to add files in web.config transformation process?

There are two ways for the web.config transform files to be generated within VS: If you have a web application project, Right-click on web.config and choose Add Config Transform. This will add any config transforms that are missing from your project based on build configurations (i.e. if you have Production and Staging build configs, both … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)