I've been using Visual Studio 2012 RC with trial license with no problems. I purchased Visual Studio 2012 Professional yesterday, installed the latest version, and installed Update 1. I have a solution/project I've been working on for many years. It has many migrations in it. I ran my first add-migration [...] read more
I just update my Nsight from 2.1 to 2.2 and after that i've always got this when new CUDA 4.x project creates: User canceled out of save dialog (Exception from HRESULT: 0x8004000C (OLE_E_PROMPTSAVECANCELLED)) I've got this in VS 10 with CUDA 4.2 Configuration - win7 x64 + GTX 560 + [...] read more
I have an open document in Visual Studio. While my T4 template is running, it writes to the source file of the open document. When the T4 template finishes doing this, I want it to make Visual Studio reload the document in question from its source. The T4 template is [...] read more
Ok, here are the exact steps I followed: 1. Installed postgres 9.3 locally, created database 'testdb', added login role with uname/pass test 2. Installed Setup_Npgsql-2.2.3.0-r2-net45.exe from here 3. Created a new class library (PGTest) in vs 2012, installed "npgsql for entity framework" from nuget package manager 4. Modified app.config to [...] read more
I have a problem. I have created new ASP.NET MVC application 4. It contains JQuery 1.8. But I wanna update it to 2.0 version. I try to use NuGet extension for updating but it isn't working and writing error message: > User canceled out of save dialog Exception from HRESULT: [...] read more
Currently, we have a website that relies on a Microsoft TAPI interface to dial a phone from within a .NET web site. It uses VBScript and tags, and it is bound to a master page. What we are looking for is a server control that would encompass all of this [...] read more
I am doing code-first migration. My command is > Add-migration -Name AddMyVariables There are some error messages displayed as follows. -------------------------------------------------------------------------------- To undo this action, use Remove-Migration. Add-migration : Exception calling "AddFromFile" with "1" argument(s): "User canceled out of save dialog (Exception from HRESULT: 0x8004000C (OLE_E_PROMPTSAVECANCELLED))" At line:1 char:1 + [...] read more