Quantcast
Channel: Microsoft Connect: Most Recent Feedback - Visual Studio and .NET Framework
Viewing all 21959 articles
Browse latest View live

Incorrect AVX2 code generation with __vectorcall calling convention

$
0
0
AVX2 code generation can be incorrect for some functions with the __vectorcall calling convention. Please find attached a C++ source file "vectorcall_gather.cpp" that reproduces the problem. In an x64 command prompt, compile the source file with the following options: > cl /O2 /MD /W3 /fp:fast /EHsc /Zi /arch:AVX2 vectorcall_gather.cpp This test program calls two simple image convolution functions "apply" and "vapply" that are identical except that the former has the ordinary __cdecl calling ...

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1230845

Cordova會自行進入偵錯

$
0
0
目前使用Cordova的專案,並啟動偵錯的時候, 常常會無故進入中斷 ( 但我沒有設定中斷點,也沒有發生錯誤… ) 使用的是ionic + angularJS.

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1230878

簽入VSO Git時,路徑過長

$
0
0
但這部分,我在使用VSO + Git的時候,會因檔案長度超過256…而出現錯誤 就算我沒把node_module這個目錄加入至專案,使用vs內建的git功能進行簽入的時候 一樣會有此問題的產生… ( 但使用cmd下指令,就不會有此問題… )

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1230884

Return type of ScalarQuery goes from public virtual global::System.Nullable ScalarQuery() to public virtual object ScalarQuery() after configure

$
0
0
In DataSetDesigner mode add a TableAdapter. In the Table adapter right click - Add - Query; Select which returns a single value; select count(*) from table; Finish. The return type of the ScalarQuery is "int?". Here comes the problem: Right click the ScalarQuery - Configure - Next - Next - Finish. Now the return type of the ScalarQuery is object when is should have been int?

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1230914

Control settings are duplicated in markup after modifying via designer

$
0
0
Control Settings / Tags are duplicated in a Markup after modifying via a Designer. Steps to Reproduce: - Use, for example, the below controls and settings. Make sure that certain nested settings are defined as an attribute of the root tag: - Modify these settings via the "Properties" (F4) editor. The...

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1231151

noexcept specifier with empty expression crashes compiler

$
0
0
The following file crashes the compiler: void bad() noexcept() { }

Status: Active, 1 Up-Vote, 0 Down-Votes, 1 validation, 0 workarounds, 1 comment, feedback id: 1231187

Error while publishing project

$
0
0
Connecting to D:\SPG Others\SPG-DEV\Publish... C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.targets(984,5): Error MSB4018: The "ImportParametersFile" task failed unexpectedly. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Web.XmlTransform, Version=1.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.Web.XmlTransform, Versi...

Status: Active, 0 Up-Votes, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1231217

Driver Package Verifier Task crashes MSbuild on malformed INF file

$
0
0
When building a driver package project, Msbuild runs a task named DPVerifier implemented by $(WDKContentRoot)bin\Microsoft.DriverKit.Build.Tasks.PackageVerifier.dll Take a UNICODE .inf file for the driver package, and add a single byte to its end (which can be caused by buggy line-end conversion), making it malformed unicode. build said project package. When reaching the affected .inf, MSBuild will crash with a heap corrutpion error. detailed log: 27>Using "DPVerifierTask" task fr...

Status: Active, 0 Up-Votes, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1231534

Virtual Path property is not visible in Visual Studio 2013

$
0
0
Hi Team, We have gone through that link but didn't find solution and raised a question in Microsoft blog. Explaining the issue again: Recently we have installed Visual Studio 2013(Update 4) to convert our application from VS2012. But the site is not working in VS2013 where as working fine in VS2012. The problem is, we are using "virtual path" property to set up the site navigation in the code internally. And based on this we are building page redirect URLs based on UIP application blocks...

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1231603

VS2013 C++/CLI compiler failure: .net4.0 app with .net2.0 assembly, static constructor of derived class in 2.0-assembly is not called

$
0
0
//compile and run in VS 2013: int main () { testAssembly_40::Class40derived^ oC40D = gcnew testAssembly_40::Class40derived; oC40D->func40 (); testAssembly_20::Class20derived^ oC20D = gcnew testAssembly_20::Class20derived; oC20D->func20 (); } // compile in VS2013: testAssembly_40 namespace testAssembly_40 { public ref class Class40 { public: Class40 () { Console::WriteLine (__FUNCTION__"()"); } static Class40 () { Console::WriteLine (__FUNCTION__"()"...

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1231715

Windows 10 Build 10041 breaks Visual Studio 2015 CTP 6

$
0
0
Is there any solution for this? It started with System.Access.Violation error messages. Now Visual Studio just crashes as soon as I open it.

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1231724

There is no comboboxes with control name and events

$
0
0
Older version of Visual Basic had two combo boxes on the top of editor. Right combo box listed names of controls on the form, and left combo box listed names of events for selected control. Those combo boxes disappeared.

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1231809

Floating code windows show on windows taskbar

$
0
0
If I "tear off" document tabs, and place on another monitor, a new icon shows on the windows taskbar. It is not distinguishable from the main window, and generally clutters the taskbar. I use "never combine" mode for my taskbar, so the extra icons take up a lot of space, but even worse is the default mode where you end up with many icons smuched into one that you must hover over, then try to pick from small thumbnails? It seems like we are expected to only have one session of VS open at a time b...

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1231830

Compile error when using data member pointer as template parameter

$
0
0
Attempting to use a data member pointer as a template argument results in error C2327, C2065 and C2975.

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1231858

Git Tools auto-commit my files

$
0
0
It only occurred so far in one repo, re-cloning and the same issue occur again. see the attached gif

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1232095

Variadict macro extension doesn't work for 2nd level

$
0
0
#define A(x, ...) printf(x, __VA_ARGS__, 1) #define B(x, ...) A(x, __VA_ARGS__, 1) void a() { A("Hi\n"); B("Hi\n"); // <== error C2059: syntax error : ',' A("Hi\n", 1); B("Hi\n", 1); } A

Status: Active, 1 Up-Vote, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1232378

Latest VS C++ redistributables are deleting other versions

$
0
0
I had the x86 and x64 v12.0.21005.1 versions of the 2013 VCRedists installed on my computer. I downloaded the latest x86 version (v12.0.30501.0) and it wiped out my x64 version. I've reproduced this issue on 3 different computers. Installing the x86 version has caused issues with any program that requires the x64 msvcp/r120.dlls as dependancies. To reproduce: 1. Ensure there are x86 and x64 installs of VCRedist version v12.0.21005.1. 2. Download and install the latest x86 version v12.0.30501.0...

Status: Active, 2 Up-Votes, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1232513

[8616] Designer process terminated unexpectedly!

$
0
0
I'm currently running Windows 10 Preview with Visual Studio 2015 CTP6 and Windows 10 Technical Preview Tools. I create a new Windows 10 UAP project and open the xaml designer. Without modifying anything, the Designer would fail to load with error saying "Object reference not set to an instance of an object". I'm attaching the XAML below.

VS2013 crash while loading nodejs project

$
0
0
I have been working in a solution that contains a nodejs project and a web site project. I closed this solution and when I tried to re-open it later VS 2013 cashed and presented the error message 'an item with the same key has already been added'. Subsequent attempts to open this solution result in VS2013 crashing and restarting. The last things I did before closing the solution were: - install Grunt using the NPM globally - build the project and resolve some JSLint formatting errors - open the...

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

Visual studio crashes

$
0
0
Visual studio crashes when I try to add tableadapter to DataSet (Design Mode)

Status: Active, 0 Up-Votes, 0 Down-Votes, 0 validations, 0 workarounds, 1 comment, feedback id: 1232960
Viewing all 21959 articles
Browse latest View live


Latest Images