Anyone else seeing this now?
Anyone else seeing this now?
I've tried several times to install Visual Studio Community 2017 RC several times without success. I also uninstalled and re-installed, as well as the "repair" option a few times. After uninstalling, I used a tool called TotalUninstaller to completely remove any remnants of Visual Studio before trying to install it again. Even after doing that, the installer quits with message "Setup Operation Failed".
Here is the log file:
[2f68:001f][2017-01-01T01:57:32] Package 'Win10SDK_10.0.14393.33,version=10.0.14393.3306' failed to install. Command executed: "c:\windows\syswow64\\windowspowershell\v1.0\powershell.exe" -NoLogo -NoProfile -ExecutionPolicy Unrestricted -InputFormat None -Command "& """C:\ProgramData\Microsoft\VisualStudio\Packages\Win10SDK_10.0.14393.33,version=10.0.14393.3306\WinSdkInstall.ps1""" -SetupExe sdksetup.exe -PackageId Win10SDK_10.0.14393.33 -LogFile """C:\Users\iRobStudent\AppData\Local\Temp\dd_setup_20161231235240_222_Win10SDK_10.0.14393.33.log""" -SetupParameters """/features OptionId.WindowsSoftwareDevelopmentKit OptionId.WindowsSoftwareLogoToolkit OptionId.NetFxSoftwareDevelopmentKit /quiet /norestart"""; exit $LastExitCode", Return code: 1, Details: Incorrect function. [2f68:001f][2017-01-01T01:59:07] Package 'Microsoft.Net.Core.SDK,version=15.0.26009.0,chip=x64' failed to install. Command executed: "C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.Net.Core.SDK,version=15.0.26009.0,chip=x64\dotnet-dev-win-x64.1.0.0-preview4-004233.exe" C:\Program Files (x86)\Microsoft Visual Studio\2017\Community /log C:\Users\iRobStudent\AppData\Local\Temp\dd_setup_20161231235240_251_Microsoft.Net.Core.SDK.log /quiet /norestart, Return code: 1638, Details: Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. [2f68:001f][2017-01-01T02:10:39] Package 'Microsoft.Ancm.IISExpress.Msi,version=1.0.1967,chip=x64' failed to repair. MSI: C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.Ancm.IISExpress.Msi,version=1.0.1967,chip=x64\ancm_iis_express_x64_en.msi, Properties: REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1 ALLUSERS="1" MSIFASTINSTALL="7" REINSTALL=ALL REINSTALLMODE="cmuse" IGNOREDEPENDENCIES=ALL , Return code: 1316, Details: The specified account already exists.
Any suggestions on what to try next?
Hi everybody !
I'm studying in highschool in France (be indulgent for my english). And I need for a project to measure depth. I can use single or twice webcam. But I need to detect a face and measure the distance between this cam and my object or my face.
I thought to use OpenCv for detect the face and I found on GitHub, a projet who seems to be similar to the mine. So I install OpenCV 2.4.13, with the free licence of Visual Studio 2015. I follow advice that I found on this video :
https://www.youtube.com/watch?v=POpMQPM9YlY&t=919s
However, when I want to debug a programm who is using OpenCv Library. I get some error. The debugger can't find some dll or pdb files. In the console, I can read : impossible to load kernel32 and other files ...
I don't know if the problem come from here. After i get another problem when I debug :
Application can't lauch ( 0x000007b). Click on OK to close the application.
(i didn't write all of error message...)
What can I try to resolve my problem ?
Thanks in advance.
Neileruaa
I am a big believer and heavy user of static code analysis to ensure quality code without having to manually review everyone's work.
It looks like starting with ASP.NET Core Web Application projects in Visual Studio 2015 and now continuing into other project types in Visual Studio 2017 RC, there is no longer a static code analysis option.
Where I would once right-click on a project and select Properties and be able to select the Code Analysis page to set and configure my code analysis options, the Code Analysis page no longer exists for ASP.NET Core Web Application projects nor does it exist for what would appear to be additional project types in VS 2017 RC. I've tried a .NET Framework Class Library project and an ASP.NET Core Web Application and neither have any option for code analysis.
Is the Microsoft team no longer building in support for static code analysis in Visual Studio? This would be very disappointing if true.
If code analysis is only supported on certain project types in VS 2017 RC, is there a reason why and is there a listing of the supported project types somewhere?
As I have been slowly finding myself migrating from Linux/Mac OS -> Windows 10 for my development/professional work. The tools that share my screen have also been changing. Most recently I switched to Visual Studio Code (https://code.visualstudio.com/), which has excellent go language support thru (https://marketplace.visualstudio.com/items?itemName=lukehoban.Go).
This got me thinking that I should check out its big brother; Visual Studio. While it is pretty amazing, the lack of first class or even a high quality extension for go leaves me going back to VSC. Any chance this situation will change?
When I navigate to Tools > Options > Extensions and Updates, Visual Studio 2015 Update 3 crashes with a NullReferenceException. I can see the following callstack both in Event Viewer and when debugging the exception in another instance of VS2015:
Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException at Microsoft.VisualStudio.ExtensionManager.VSPackage.ToolsOptionsPage.OnActivate(System.ComponentModel.CancelEventArgs) at Microsoft.VisualStudio.Shell.DialogPage+DialogSubclass.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr) at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(System.String, System.Object, System.Object ByRef) at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(System.String, System.Object, System.Object ByRef) at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(System.Object) at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(System.Windows.Input.ICommandSource, Boolean) at System.Windows.Controls.MenuItem.InvokeClickAfterRender(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
I assume it's something local to my environment but I can't figure out what's causing it or how to revert to a state that undoes the issue. I've rundevenv.exe /ResetUserData and devenv.exe /ResetSettings to no avail. I've also uninstalled and reinstalled Visual Studio 2015. After doing that I can get to the "Extensions and Updates" once or twice but it doesn't let me add a new gallery. Eventually it starts throwing the NullReferenceException again.
I'm open to any additional troubleshooting suggestions.
Started VS ultimate 2013:
1. Pointed to specific Application in Set As Start Project in Debug mode.
2. Located to code base and tried to update something.
3. Closed the running application
4. Display popup message "Changes are not allowed while code is running", not able to close that popup message as It is not allowing to close VS 2013 and also OK button not working.
So Visual Studio hanged and not able to close it manually (Not allowed to use Close button as popup windows enabled).
This is my second time to reproduce the same issue. Please help me to short out that problem. There is one way to start VS by forcefully need to close using Task Manager.
Hi,
First of all, I hope this is the right place to ask this question. If it is not, please kindly tell me and I will post it where you recommend.
I am a Java Dev but also an MCP on several Microsoft solutions (Strange mix I know). I do dev as a side job.
I developed an MVC Java Desktop App that uses MySQL (with Java Persistence API) and some sort of my own developed authentication module among other things like a Excel and PDF exporter.
I want to "port" this app to ASP.NET Core, I saw the basic and intermediate MVA courses and I read on docs.microsoft.com, and I was wondering:
I see there are 3 MySQL EF Core database providers, as I am porting an existing app, I need to know: are these providers mature enough? What is the roadmap for the MySQL Official DB Provider?
The examples are not very detailed and I fail to find examples connecting to an existing database, I think that the documentation on this topic is not enough. I hope someone can lead me to the right place to read on more advanced info about this.
Many thanks
First time posting! Really stuck, need experienced help. I am a mechanical engineering student with a small amount of c programming experience, about to tackle a personal project using Python, which I will learn to use as-I-go.
Trying to add an interpreter to the Python Environment in MS Visual Studio 2015 (VS).
Downloaded Python 3.6, at the time I did not realize 3.5 was recommended by MS for use with VS. VS did not find Python 3.6 automatically, so I tried to add the path manually using "+ Custom...". 3.6 wasn't an option in the edition dropdown, so tried to type it in. When I "Applied", the program stopped working. After restarting VS, Python is still not added, and the "+ Custom" button is greyed out, not allowing me to add the proper Python 3.5 or any other interpreter not automatically recognized.
The only interpreter I have successfully added since is IronPython, which is automatically recognized. Python 3.6, 3.5, 3.4.4 were installed but not automatically recognized.
Web searching I found one person who had the same problem but only recovered use of the "+ custom" button by reinstalling his operating system and VS. I would like to avoid this extreme repair strategy. Google search "can`t press +custom in python environments #1760"
I have restarted my computer and VS many times throughout troubleshooting. I am confident that once the "+ Custom..." button becomes active, the rest of the interpreter install will go fine.
Alternatively, If there is a lower-level way to add interpreters to the Python Environment, I would attempt that strategy if some guidance were provided.
Thank you for considering
Context:
I downloaded the code metrics powertool (https://www.microsoft.com/en-us/download/details.aspx?id=48213&wa=wsignin1.0).
On 84% of cases (out of about 10,000), I receive the following error (where exampleFileName is a path to a file that does exist at that location):
.\metrics : error : CA0055 : Could not load file: 'E:\exampleFileName.dll'.
At line:48 char:13
+ .\metrics /f:$filePath /o:$outFilePath /directory:$directory
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (error : CA0055 ...exampleFileName.dll'.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Note: I don't have FxCop.exe in the FxCop directory, just running off of metrics.exe.
Question:
Could this be from running the code from the ISE? Unfortunately I do not get any analysis results when this error is hit; the program just continues to the next file. I get the same results running from the Powershell console.
Could this be a missing reference error? (as per https://social.msdn.microsoft.com/Forums/en-US/6a9db9d2-7316-48a4-b35f-4e939c86a8e0/ca0055-could-not-load-eflanguagesalesposeidonwebintegrationdll-ca0052-no-targets-were?forum=vstscode)
I am receiving some CA0058 missing reference errors as well, just wondering if this could be more missing reference errors not being cast correctly.
Could this be a .NET versioning issue? (as per https://support.microsoft.com/en-us/kb/913447)
Are there any ways to work around this issue that do not involve changing the project files?
If I pin a solution to the recent list on the Visual Studio 2015 Start Page, the pinned solutions have a needle in front of the name.
If I open another solution, the new opend solution is on top. All other solutions are below. There is no diffrerence between pinned and unpinned solutions. If the lowest (oldest) solution is pinned or unpinned, the solution is deleted from the recent list.
How can I solve this?
In older Version like 2013 / 2012 the pinned solutions didn't disapear.
I can't manage to find my text editor in Visual Studio 2015 after I accidently closed it somehow.
https://i.gyazo.com/e748f11f47252ef2b58b97a8fe6173e9.pnghoping this is the correct forum so I don't get my head bit off again :)
anyway
I have a project in vs 2015 com. that was goin great. suddenly code behind is not generated for new objects.
if I dbl click the object it takes me to the html code. if I dbl click an object that has vb code behind from working on it earlier in the week it takes me to the html code instead of vb code.
I can do view code and get to the existing vb code but I really do not want to manually add the default sub routines for objects and would love it to start opening the vb code on dbl click.
I thought maybe the project was corrupt but I have a project I created long ago that also has the issue.
I created a new project and same problem.
created another new project and it works no idea what's different.
I have uninstalled vs 2015 and reinstalled
I even installed 2017 and the project has same issue
in 3 years of making web sites I have never had this issue
any ideas appreciated.
thanks
Trying to rename Form1.vb in a Windows Forms project immediately and irrecoverably destroys it, so far as I can see.
The last activity I see on this issue in January of 2016. It is now one day from 2017. Where is the fix for this problem?? I cannot rename the default form without immediately blowing up my project. I hate having to walk on eggshells using a product that is supposed to make life much, much easier...
Is there at LEAST a dependable way around it?? I can't find one and don't know enough about VS or VB.Net to hackinate one myself.... :-(
I am a BizSpark member, trying to do development, working on a project using the TeamSpeak3 SDK. My normal platform is VS2005 or 2008, experience in the VB side. This SDK requires 2015 and its in C#. So I started off with the 2015 Community edition, using a fresh install of Windows 7 Professional on a VMWare workstation. Generally, no internet connection is allowed for safety reasons.
After a few weeks, the net was allowed, had to FIGHT to get windows update to work ONCE (never worked since) and along the way, VS2015 said "Hey great BizSpark member, you can upgrade to VS2015 Enterprise... so I did. Removed the old community edition, installed Enterprise Update 3.
After using this for a few months, I have to say I am not impressed. Many times, it takes *forever* to load a project. Even something simple like a blank windows form with no code. Three times now, I've had the "you should report this to Microsoft" pop up.
When I deal with my project, about 1 out of 5 times, after a fresh compile.. and I run it.. it craps out saying that some controls values were not initialized correctly, have null values... causes a run time failure. OR.. When the program loads and I connect into my SDK server and get a list of channels, they will create nodes in the treeview control. And when I click on a node, it crashes the program saying the node key has a null value. You can't create a node with a null value so how does this happen?
Frequently during testing, I will create events for things (such as on-click etc) and then decide there is a better way or a different event I need to use... and when I use the designer to delete that event, it also deletes all of the code I put into the event, but leaves the shell intact. OR if I am in code view, decide I dont want that event and delete it.. designer view craps out on loading because the event isn't there, and I have to put it back in again.
This is but a small list of issues I have. From what I can tell, there are no bug fixes to version 3... if there are, windows update never gives me anything, it just spins for hours on end "getting updates", and never finds a thing for *anything*.
Is the community edition any better? More stable?
I can't believe Microsoft lets these things happen. If I can't code a program that is stable and works, then it makes it really tough to remain in BizSpark.
Just sayin...
Gary
Hello,
After a recent update of Windows 10 pro, when i install my softwares with my installers (made as a VS setup project), a double blue Arrow is overlayed on the icon of the desktop shortcuts of my program.
Some one can explain why, and especially how to remove these blue arrows?
best regards
Pascal