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

Visual Studio attempts to build a project when it shouldn't.

$
0
0
I build Visual C++ project. Build successful. The project consists of one exe file and three dlls. When I try to run the built program (Ctrl-F5), the Visual Studio says that the three dll projects are out of date and invites me to rebuild them. I decided to figure out the reason (what exact file causes the build system to rebuild the dlls) and enabled logging as described in the blog: http://blogs.msdn.com/b/andrewarnottms/archive/2012/06/07/enable-c-and-javascript-project-system-tracing.aspx. ...

Status: Active, 4 Up-Votes, 0 Down-Votes, 3 validations, 0 workarounds, 6 comments, feedback id: 762558

Coded ui tests result analysis issue: UITestActionlog.html screenshots from a certain point in the file stop appearing. Next UITestActionlog.html will contain no screenshots until reboot

$
0
0
Config is set in app.config ( ) to show screenshot pictures In the UITestactionlog.html file when a test is ran on a VM (via the test controller) The user running the tests is a test user, does not have internet access. We see that the screenshot pictures are taken fine for a while, in one or more UITestactionlog, for one or more tests that are ran, in one or more test runs. But rather quickly, at some point in the UITestactionlog html file, no screensho...

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

Compilation error when braces are left out of single-line if statement

$
0
0
See steps to reproduce. Also, when if (z1->len==0||z2->len==0) return mpz_zero(); is changed into if (z1->len==0||z2->len==0) { return mpz_zero(); } the problem does not occur, though both are valid C.

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

Only 1 custom build step is executed in a build

$
0
0
If custom build tool steps are configured for multiple files, only one of them is executed per build - I.e. if two files have a custom build tool step, rebuilding the solution runs the custom step only for one file. The solution has to be built a second time to execute the second custom build step. This worked in Visual Studio 2005 and the same problem is when converting the VS 2005 solution with VS 2010. We are using the CxxTest Test Suite, which creates CPP files from special directives in h...

Status: Closed, Resolution: By Design, 4 Up-Votes, 0 Down-Votes, 2 validations, 0 workarounds, 5 comments, feedback id: 572435

Visual Studio 2013 Update 2 RC crashes on exit with Resharper 8.2

$
0
0
When Visual Studio 2013 Update 2 RC is installed as well as Resharper 8.2, Visual Studio will crash on exit (tried with two different computers). Uninstalling Resharper 8.2 fixes the issue - this did not happen with VS2013 Update 1.

Status: Closed, Resolution: Not Reproducible, 5 Up-Votes, 0 Down-Votes, 2 validations, 0 workarounds, 5 comments, feedback id: 860850

Visual studio Xaml designer doesn't shows the latest changes design, Even though many times the file is open and close or rewritten the code in xaml design.

$
0
0
In visual studio xaml designer doesn't show the latest design even the xaml file is open and close for multiple times or code in the xaml rewritten. but it renders the design correctly for the first time when i wrote the code in xaml, but when i rewritten the code in the xaml it wont reflect the changes

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

Bad exception message for improper Semaphore name

$
0
0
Passing an invalid name to the Semaphore(Int32, Int32, String) produces a very confusing IOException. The exception message is "The specified port does not exist". More details in this Stackoverflow question: http://stackoverflow.com/questions/20550304/net-creating-a-semaphore-fails-with-ioexception-on-win-2008

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

Debugging .NET and SQL causes Visual Studio 2013 to hang

$
0
0
When .NET code is paused, executing SQL code with debugger causes Visual Studio 2013 to hang.

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

Visual Studio breaks on unhandled exceptions incorrectly in async f# methods

$
0
0
It appears that Visual Studio will break on every exception thrown in any f# method marked as async as though the exception is User-unhandled even if the exception is being caught and handled. This appears to be the case whether the exception is caught directly in the method, using Async.Catch, or elsewhere. If you run outside the debugger or continue running, you see that the exception handling appears to work correctly.

Status: Active, 12 Up-Votes, 0 Down-Votes, 3 validations, 0 workarounds, 3 comments, feedback id: 812105

ICE while using NSDMI on std::string

$
0
0
#include struct b { std::string Texture { }; }; int main() { return 0; } // Result: // C1001: An internal error has occurred in the compiler.

Status: Active, 1 Up-Vote, 0 Down-Votes, 1 validation, 0 workarounds, 3 comments, feedback id: 800698

Internal C++ compiler error nitializing class member that is a smart pointer.

$
0
0
Initializing a smart pointer member with empty initialization list causes internal compiler error. Compile a class like this: class What { std::shared_ptr pint {}; } to get: 1>d:\my documents\visual studio 2013\projects\sketcher\sketcher\sketcherview.h(55): fatal error C1001: An internal error has occurred in the compiler. 1> (compiler file 'msc1.cpp', line 1325) Using {nullptr} works.

Status: Active, 0 Up-Votes, 0 Down-Votes, 0 validations, 0 workarounds, 5 comments, feedback id: 801951

Opening a file from the Shared project in a Universal App will cause it to be repeatedly closed and then reopened in a loop

$
0
0
Whenever I open a file from the shared project in a universal app, it is almost guaranteed that it will close the tab then reopen it in a loop. Whenever this happens I have to use the task manager to close Visual Studio and reopen it to access it.

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

VS2013 Update 2 RC gets into infinitive loop trying to refresh a xaml designer screen

$
0
0
Not sure if this is a bug of VS or caused by an extention, just to share what I saw - I love the VS2013! I've just installed Update 2 RC and created new Universal App using Hub App template. Then I opened HubPage.xaml from the WindowsPhone project of this solution. After I clicked on Resources.resw in the Shared project, the folder Strings/en-US to open and that's when VS2013 started to switch between the xaml designer and the resource file window, back and force, back and force, becoming irres...

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

Cannot update "Product updates"

$
0
0
When I click "Update" in Tool - > Extensions and Updates -> Product Updates nothing happens.

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

Persistent value for "Look at these file types" in Find and Replace window

$
0
0
Hi, I've been using VS 2013 for a while now and I'm very happy with it! Still, there's an annoying behavior I'm faced with every day. I once made a search in a MVC project, targeting "Index.cshtml" files in the "Look at these file types" combobox. Worked great, but now every time I'm firing the Find and Replace window, it comes with this value set. I erase it, do my search, but the next time the value will be back. What's vicious is that most of the time, the "Find options" panel would be hid...

Status: Closed, Resolution: None, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 3 comments, feedback id: 817148

System.Net.Security.SslStream needs support for ALPN to negotiate SPDY/HTTP2 connections

$
0
0
Microsoft drove into the TLS working group a new standard called ALPN: [IETFDRAFT-ALPN] Internet Engineering Task Force (IETF), "Transport Layer Security (TLS) Application Layer Protocol Negotiation Extension", draft-ietf-tls-applayerprotoneg-00, April 2013, http://tools.ietf.org/html/draft-ietf-tls-applayerprotoneg-00 This standard uses a TLS extension during the handshake to communicate to the server/client what inner protocol will be spoken over the secure stream. For instance, this is how ...

Status: Active, 28 Up-Votes, 0 Down-Votes, 0 validations, 0 workarounds, 2 comments, feedback id: 812003

Find in Files doesn't show its results

$
0
0
When I search for something across the solution or project in VS2013, I get confirmation that VS2013 has indeed found what I'm searching for, but it's not telling me where those instances are. This used to work OK in VS2010. Here's some example output in the Find Results window: Find all "banana", Subfolders, Find Results 1, Entire Solution, "*.c;*.cpp;*.cxx;*.cc;*.tli;*.tlh;*.h;*.hh;*.hpp;*.hxx;*.hh;*.inl;*.rc;*.resx;*.idl;*.asm;*.inc" Matching lines: 5 Matching files: 4 Total files s...

Status: Closed, Resolution: Won't Fix, 1 Up-Vote, 0 Down-Votes, 1 validation, 1 workaround, 12 comments, feedback id: 836028

Replace text in REAL selection

$
0
0
When you select a block of text with ALT + MouseSelection and you want to replace text in selection, than the block selection disappears and select the full rows.

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

Canceling toolbar export in VC++ causes unexpected message.

$
0
0
While in a Visual C++ project with a toolbar resource, if you right click on a toolbar resource and select "Export..." and then click cancel, a message box appears that says "Cannot save file." It doesn't make sense to show that message since I canceled the save.

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

C# Choice Keyword

$
0
0
C# to support a choice construct. Also known as 'union' in C++ and variant record in object pascal. The implementation would be optimal for memory size, access speed and assignment speed. The choice would be named so that the type can be queried. The choice is a struct where only one field can be set. The size of this struct is the size of the largest field. The choice fields would be inlined in the parent struct/class, rather than introducing an artifical level. Unlike C++ and ...

Status: Closed, Resolution: Won't Fix, 2 Up-Votes, 0 Down-Votes, 0 workarounds, 2 comments, feedback id: 411814
Viewing all 38750 articles
Browse latest View live


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