visual-studio-2015

VS 2015 Community - Not checking errors until build, errors do not go away

蓝咒 提交于 2020-01-06 01:16:10
问题 Intellisense will still give suggestions, but Visual Studio will not highlight any errors until I click "Start". I can write absolute gibberish and no red squiggles will appear. However, when I do click "Start", the Error List will finally populate and the build will fail. (It will also check errors after I click "ReBuild" or "Clean Solution"). However, when I do edit the errors, the red squiggles will remain. Even when I remove the entire line, a two space long red squiggle will remain.

Unable to install EntityFramework 6.1.3 in VS2015 web project

旧城冷巷雨未停 提交于 2020-01-05 17:58:11
问题 In my VS2015 WebApi project, I try to install NuGet package EntityFramework 6.1.3 using the following command from Package Manager. The command runs with success as the message below shows. But the package is still not installed and I get an error when I compile the project: PM> Install-Package EntityFramework Installing NuGet package EntityFramework.6.1.3. Successfully installed 'EntityFramework 6.1.3' to myWebProjectName The compile error : Error NU1001 The dependency EntityFramework >= 6.1

Unable to install EntityFramework 6.1.3 in VS2015 web project

爷,独闯天下 提交于 2020-01-05 17:57:57
问题 In my VS2015 WebApi project, I try to install NuGet package EntityFramework 6.1.3 using the following command from Package Manager. The command runs with success as the message below shows. But the package is still not installed and I get an error when I compile the project: PM> Install-Package EntityFramework Installing NuGet package EntityFramework.6.1.3. Successfully installed 'EntityFramework 6.1.3' to myWebProjectName The compile error : Error NU1001 The dependency EntityFramework >= 6.1

Azure/Node.js Unaught exception: Error: Cannot find module 'ms'

亡梦爱人 提交于 2020-01-05 14:04:53
问题 I’ve deployed a small node.js app that runs fine locally in visual studio 2015 to Azure using the Azure publish option (right click – publish – azure profile etc.). However, when I visit the site all I get on the page is: The page cannot be displayed because an internal server error has occurred. If I connect VS server explorer up to the Azure instance to view the logs, inside logging-errors.txt I can see the following logged lots of times: Wed Jul 29 2015 12:22:36 GMT+0000 (Coordinated

Error: No neutral-language version resource found in the file

╄→гoц情女王★ 提交于 2020-01-05 09:04:47
问题 I am using TFS 2015 CI to publish my application but during Nuget Restore. I am getting error. "Error: No neutral-language version resource found in the file" I have added neutral-language to my project but its not working at all. Have you guys ever faced this error? 回答1: Which Nuget Version do you use? Seems the Nuget version 4.x have issues. The message you are seeing is related to some code in the nuget task where we are trying to detect the nuget version and its associated 'quirks'. Newer

TFS git clone using Visual Studio 2015 gives 401 unauthorized error

こ雲淡風輕ζ 提交于 2020-01-05 08:18:15
问题 Same problem here: Error encountered while cloning the remote repository with VS 2015 Update 3 (TFS 2015 Update 3) But that solution doesn't work for me. Please read the full question. I received the following error when I tried to clone TFS git repository: Error encountered while cloning: An error occurred while sending the request. Inner Exception: The remote server returned an error: (401) Unauthorized. Inner Exception: No credentials are available in the security package I did not find

xamarin Visual Studio 2015 apk fails to install: Error “parsing the package”

耗尽温柔 提交于 2020-01-05 08:03:27
问题 Wrote app for an android device whose installed Android version is Lollipop 5.1 (AZPEN A1040 tablet - latest version available for it). The app installs and works correctly in the emulator (setup to emulate a Lollipop 5.1 device) However, after archiving without any issues, when attempting to install the app's apk file to the actual target device, I get the following error: "There was a problem parsing the package" The project's properties in Visual Studio 2015 are displayed in the graphics

iOS corebluetooth data send issue

被刻印的时光 ゝ 提交于 2020-01-05 07:28:35
问题 I am using corebluetooh api to send data to Bluetooth device . on android its working fine but on ios its not working. I am sending data as follows public override void DiscoveredCharacteristic(CBPeripheral peripheral, CBService service, NSError error) { System.Console.WriteLine("Discovered characteristics of " + peripheral); foreach (var characteristic in service.Characteristics) { Console.WriteLine("Write Value of characteristic " + characteristic.ToString() + " is " + characteristic.Value)

Visual Studio 2015 Load Testing - Where is Webtest.AddCommentToResult exposed?

删除回忆录丶 提交于 2020-01-05 05:43:06
问题 I am trying to add instrumentation to my load test code as well as perform validation of my web responses in a validation rule. I was hoping I could achieve both of these needs using the Webtest.AddCommentToResult method found here: However I cannot seem to find where these comments I add get exposed, both in the load test results when I view them in the analyzer as they run and finish, or in the SQL controller after the fact. How are these comments exposed and can I access them? My custom

“myapp.exe has triggered a breakpoint” while debugging - afterwards slow symbol loading in Visual Studio 2015 Update 3

不打扰是莪最后的温柔 提交于 2020-01-05 05:33:05
问题 We have a C++ project in STA mode which opens an C#/WPF lib that hosts an ESRI ArcEngine MapControl via WindowsFormsIntegration. This worked fine in Visual Studio 2013. Since we switched to VS2015 Update 3 starting the ArcEngine part while debugging (both in Debug and Release) is horribly slow after an mysterious breakpoint is hit in wntdll.pdb: "ArcEngineTestApp.exe has triggered a breakpoint." There is no further explaination in the Output window (see full output). When I hit continue, the