Quantcast
Channel: Microsoft Connect: Recently Modified Feedback - Visual Studio and .NET Framework
Viewing all 38750 articles
Browse latest View live

IIS Express x64: Changes to 64-bit applications are not allowed.

$
0
0
Using IIS Express x64 Edit & Continue does not work

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 6 comments, feedback id: 853473

PSExec hangs inside of MSBuild (with MSBuild 4)

$
0
0
This is the same bug as #327099, (https://connect.microsoft.com/VisualStudio/feedback/details/327099/psexec-hangs-inside-of-msbuild). We're still experiencing the bug with MSBuild 4 (though it was closed as Solved). ""-ing PSExec from within an MSBuild file will cause the build to hang. It appears that the amount of text output by the remote program executed influences whether PSExec is going to hang. No output -> works. Some output -> hangs. In the comments, "Dan" asked for feedback on w...

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 5 comments, feedback id: 810440

VS2013: C++ include and lib directories not set correctly in new project

$
0
0
I have installed VS2013.1 along a previous install of VS2010SP1. Project Include directories are (in Project/Properties/VC++ directories): $(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;C:\Program Files (x86)\BCGSoft\BCGControlBar Professional Evaluation\BCGCBPro;C:\Program Files (x86)\BCGSoft\BCGControlBar Professional Evaluation\BCGCBPro Project Lib: $(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\li...

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 2 comments, feedback id: 856307

Cannot set UserAgent of a HttpWebRequest in Portable Class and WinRT Libraries

$
0
0
The UserAgent in PCL and WinRT Library WebRequest is null and cannot be set. I tried to set request.Headers[HttpRequestHeader.UserAgent] but it fails with an exception "The 'User-Agent' header must be modified using the appropriate property or method.\r\nParameter name: name". The HttpWebRequest does not contain a UserAgent property. The HttpClient Class is an alernative for WinRT projects but not for Portable Class Libraries

Status: Active, 19 Up-Votes, 0 Down-Votes, 5 validations, 0 workarounds, 7 comments, feedback id: 770104

Forcing rebuild of all source files due to a change in the command line since the last build.

$
0
0
We seem to get unexpected rebuilding of precompiled headers caused by casing changes in the command line to cl.exe I found this whilst trying to investigate why we randomly keep getting LNK2011 errors. It seems like stdafx.cpp files are being rebuilt more often than they should be, and I am suspicious that this problem is somehow causing LNK2011, but I haven't pinned it down exactly. Anyway, it would be nice if this problem was fixed to rule it out.

Status: Closed, Resolution: Fixed, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 4 comments, feedback id: 833943

QTAgent32_35.exe & QTAgent32.exe System.ExecutionEngineException running unittest in VS2012.2

$
0
0
Since the VS2012 update 2 our unit tests will no long work. We did narrow the issue down to the following pre-requisites: - VS 2012 Update 2 (prior versions worked fine) - Unittest project targetted at 3.5 (targeted to .net 4 is OK) - Use a .testsettings file (without such a file, it works fine) I validated this with a new solution, with just a new c# unittest project, with a single unittest and a newly created test.testsettings file. If I run or debug the test the qtagent just crashe...

Status: Closed, Resolution: Fixed, 16 Up-Votes, 0 Down-Votes, 13 validations, 6 workarounds, 20 comments, feedback id: 783668

Linking is taking forever under Visual Studio 2013, when targetting x64 (Release) for v100 Platform Toolset.

$
0
0
Linking is taking forever under Visual Studio 2013, when targetting x64 (Release). I'm trying to build a MSVC 2010 project using the v100 Platform Toolset. It links with no problem when I am using MSVC 2010 Express or MSVC 2012 Express, but under MSVC 2013, the link.exe process never ends. The linker executable is the same in all cases: "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\link.exe" (version 10.0.40219.1). The difference is that MSVC 2013 is using "C:\Program F...

Status: Closed, Resolution: External, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 9 comments, feedback id: 817087

wcf service set to ConcurrencyMode = ConcurrencyMode.Multiple executing sequentially

$
0
0
a wcf service decorated as [ServiceBehavior(InstanceContextMode = InstanceContextMode.PerSession, ConcurrencyMode = ConcurrencyMode.Multiple)] is supposed to process multiple incoming messages concurrently. Although, if multiple calls are made to a wcf proxy client instance (through various Tasks), they are processed in a series of consecutive executions, unless the client instance is opened beforehand with a call to Open() method.

Status: Closed, Resolution: Duplicate, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 2 comments, feedback id: 816488

Bug with Git

$
0
0
When Roslyn is installed Git provider sometimes cannot work. IDE locks files in ($SolutionDir).sln.ide/ directory and libgit2 return errors. Workaround - add rule: *.sln.ide/ to .gitignore

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 comments, feedback id: 870449

Cannot add reference to portable F# library from portable C# library

$
0
0
Visual Studio 2012 RTM does not allow to add references to portable F# libary projects from portable C# library projects via the Add Reference dialog. Even when target profiles match. It compiles perfect when project reference added manually into the csproj file (via ProjectReference element) but displays the "Unable to add a reference to project 'Projectname'" warning and marks the reference with yellow exclamation mark.

Status: Active, 8 Up-Votes, 0 Down-Votes, 6 validations, 2 workarounds, 9 comments, feedback id: 761306

Invariant Culture String Case-Insensitive Issue

$
0
0
I had test cases that were not working as expecting. After digging my code by hours I created simple test case which shows that issue was not mine but it is an issue of Unicode methods implementation in .NET Framework. Here is the code. string s = "Ʀϋ"; // U+0x01A6 U+0x03CB string sl = s.ToLowerInvariant(); string su = s.ToUpperInvariant(); Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsTrue(string.Compare(sl, su, System.StringComparison....

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 0 comments, feedback id: 870479

bgit testing the sync

$
0
0
test

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 0 comments, feedback id: 870480

Can't create a class in the Shared area of a Universal Project (C++)

$
0
0
When I try to create a class in the Shared area of a Universal Project (C++), it only creates the header file with no text inside it, and it doesn't show up in the Shared area.

Status: Closed, Resolution: Not Reproducible, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 4 comments, feedback id: 846928

Modifying one source file causes forcing rebuild or LNK2011 error

$
0
0
This issue was originally posted here: http://social.msdn.microsoft.com/Forums/en-US/61f7ff75-1ef1-494c-9618-cd7a9e267e2e/modifying-one-source-file-causes-forcing-rebuild-of-all-source-files-due-to-a-change-in-the-command?forum=msbuild We had a VS2012 solution with 106 projects (C/C++). Recently, when a cpp or c file is changed, hitting Build will cause the whole project rebuild. Sometime when I modify a file and hit Compile (active file only), I can even see that StdAfx.cpp being compiled in ...

Status: Closed, Resolution: Duplicate, 3 Up-Votes, 0 Down-Votes, 1 validation, 0 workarounds, 7 comments, feedback id: 813115

Opening a Visual Studio Profiling report (.vsp) crashes Visual Studio 2013

$
0
0
The VS2013 IDE (Version 12.0.30110.00 Update 1) crashes when attempting to open a profiling report file of my application.

Status: Closed, Resolution: Fixed, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 11 comments, feedback id: 820209

MSBuild ignores linker option "Register Output: Yes" for x64 Platform

$
0
0
Visual Studio refuses to register 64 bit COM objects.

Status: Closed, Resolution: Fixed, 7 Up-Votes, 0 Down-Votes, 4 validations, 1 workaround, 8 comments, feedback id: 801327

Where I can find /DFIX2 in GUI

$
0
0
Hi, I already find the problem same as http://connect.microsoft.com/VisualStudio/feedback/details/691756/std. But I can not find /DFIX2 in GUI, where can I found it? Best regards, Flighta

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 comments, feedback id: 797711

Undescribed Red exclamation mark under Project References

$
0
0
I'm using VS2013 Pro and I'm working on a project that originated as a VS2010 Express project. I didn't upgrade the project because some dependency I rely on require VS2010. When I wanted to add another project and add references I got this red exclamation mark appearing when I set the Project Toolkit to VS2010. The exclamation mark doesn't appear when the toolkit is set to VS2013. Yet, the solution builds and the product runs. But I'm wondering why that exclamation mark appear. I could not fi...

Status: Closed, Resolution: Won't Fix, 3 Up-Votes, 0 Down-Votes, 2 validations, 0 workarounds, 4 comments, feedback id: 810200

bgit testing sync

$
0
0
test

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 0 comments, feedback id: 870505

VS not applying spacing rules in Javascript document

$
0
0
I have enabled some spacing rules via the settings menu, such as add spaces before/after arguments in function declaration. I'm thrilled to see that option exists, but when I format a javascript document (Edit->Advanced->Format Document), the rules I've enabled are not applied. I care about whitespace and others do too!! Please address this!

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 5 comments, feedback id: 851310
Viewing all 38750 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>