VisualStudioUninstaller | Visual Studio Uninstallation sometimes can be | Code Editor library
kandi X-RAY | VisualStudioUninstaller Summary
kandi X-RAY | VisualStudioUninstaller Summary
Visual Studio Uninstallation sometimes can be unreliable and often leave out a lot of unwanted artifacts. Visual Studio Uninstaller is designed to thoroughly and reliably remove these unwanted artifacts.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of VisualStudioUninstaller
VisualStudioUninstaller Key Features
VisualStudioUninstaller Examples and Code Snippets
Community Discussions
Trending Discussions on VisualStudioUninstaller
QUESTION
Edit: After wait too long, I have resorted to do a clean install of Windows 7.
It solves everything.
I believe the cause is : some Windows files, or some service are disabled, by me or virus.
Now, I can no longer test any solution so I accept the existing useful one.
My Visual Studio 2017 can run & compile C++ code, but :-
- (main problem) can't install any Extension (double click
.vsix
yield nothing) - double click
.sln
will popup "Choose Application" that shows no choice. (but "Open with..." works OK)
This issue happens only to my computer in workplace.
It had worked OK before I cleaned up my system.
I tried :-
- install, uninstall and repair Visual Studio 2017 several times.
- https://github.com/Microsoft/VisualStudioUninstaller
%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\resources\app\layout\InstallCleanup.exe -full
then reinstall (can remove "(2)", but not other symptom)- update to the latest version 15.9.17
(Thank comment from Jeaninez - MSFT) Make sure my
....sln
start with this at the first line:-
ANSWER
Answered 2019-Oct-29 at 10:11To install extensions, try to find VSIXInstaller.exe on your disk. Normally it is installed here:
c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VSIXInstaller.exe
QUESTION
I'm attempting to use the API provided by https://github.com/EliteAPI/EliteAPI, and have created a simple application as per the example provided on . This was working exactly as expected yesterday, until for some reason my desktop crashed, and since then the application crashes with a NullReferenceException whenever it tries to create a new EliteDangerousAPI object:
...ANSWER
Answered 2019-Feb-17 at 19:52I am the author of EliteAPI.
First of all, thank you for using the library! :)
I'm sorry to hear you're running into issues.
The error seems to occur when the API is trying to grab data from the Status.json file. Can you confirm you can find Status.json at C:\Users\\Saved Games\Frontier Developments\Elite Dangerous
. Also, are you running the API before or after you started the game?
Might also be best to have further contact on Discord, if you have it. This is our invite link: https://discord.gg/jwpFUPZ.
Thank you!
EDIT: Try to add EliteAPI.Logger.Log += (sender, arg) => Console.WriteLine(arg.Message);
above EliteAPI.Start();
to see if any warnings are being given.
QUESTION
I've been banging my head against the wall for the last few days trying to figure this out.
Here is whats happening:
- Anytime I open the project VS hangs responding every once in a while for a click I made a minute or so before. While you watch task manager you see that AAPT.exe is popping up every few seconds and running for a moment, after about 3-5 minutes it completes whatever it is doing and vs starts working again until I do one of the other things that sets it off.
- Same thing when I clean the project.
- Same thing when I build/rebuild the project.
- When debugging to a physical device it will build and deploy to the device, then hang with the same issue for a few minutes before starting the debug
What I have discovered:
This issue could possibly be related to this bug report https://bugzilla.xamarin.com/show_bug.cgi?id=43081 however following the instructions provided on that don't help and only cause more errors.
It seems that aapt is crunching my pngs and that is causing the hang, however I only have a few small icons in terms of images in the entire project, nothing that should take 2-3 minutes to compress.
What I have tried:
- Update all android sdks and resources to the latest available.
- Update java(64bit) and removed all other instances of it besides the newest one
- Removed and reinstalled all android resources.
- Repaired Visual Studio(community 2015)
- Nuked VS with https://github.com/Microsoft/VisualStudioUninstaller/releases
- Attempted to install VS 2017 community however it never functioned with the error CLR20r3 from mscorlib 4.6.1 with the error being 'remoteHostService.servicehub.service.json' could not be found(I checked it existed where it should be, and it referenced VsixServiceDiscovery: A procedure imported by 'Microsoft.VisualStudio.Settings.15.0.dll' could not be loaded. (I unfortunately dont have the full trace anymore I got rid of 17)
- After all that I reinstalled vs 15, which I got working(barely) but it still has the exact same issue as when I started.
At this point my next step is to nuke my computer completely, which I don't really want to do, so I'm desperately hoping that someone knows how to fix this.
...ANSWER
Answered 2017-Mar-14 at 15:31So after playing with a few things I noticed that a decent portion of the packages from NuGet in my solution had a triangle on them, for not having the reference.
Ultimately what I've figured out is that after each of the events that I described above, AAPT was actually redownloading every single one of the ~20 packages that I have in my solution because for some reason it had failed to link the project to the local copies despite being there.
The solution was discovered on this thread: https://forums.xamarin.com/discussion/89926/the-referenced-component-xamarin-android-support-xxx-could-not-be-found-after-upgrade-with-nuget
Ronald Peters
February 23
I fixed the yellow marks by forcing reinstall of packages: open NuGet Package Manager Console and execute "Update-Package –reinstall".
This forced all packages to remove all references from the project and reinstall themselves. Which ultimately most of them just found the local copy and just needed to be linked again.
After running this, VS no longer hangs after any of the events listed above, and everything seems to be working again.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install VisualStudioUninstaller
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page