Before I install InstallShield, the Setup and Deployment can be seen in the new project creation window and when I click the Enable InstallShield Limited Edition, it says "Setup project creation failed..." at the bottom so I decided to install the InstallShield 2012 Spring Limited Edition. After I installed it, the Setup and Deployment suddenly disappear from the project creation window including the option Enable InstallShield Limited Edition. Tried restarting my computer, nothing happened. Tried uninstalling everything and reinstalling the same thing happened again.
No, it was never there in the first place.
Visual Studio setup projects (vdproj) will not ship with future versions of VS
Related
I am getting this problem when trying to launch SQL Server Management Studio 2017. The installation finished with no problems.
problem1
I have reinstalled SSMS, C++ redistributables, .NET Framework 4.5 4.6 4.7, several times, and it keeps the same.
The only thing I can’t install is visual studio 2015 shell isolated. When I try to install, it says the following:
problem2
If I uninstall .NET Framework, and try to install VS Shell isolated, it keeps poping the same screen but with a button of "Accept and install", then it begin to install .NET Framework 4.6 and the screen closes suddenly.
It seems the shell isolated doesnt recognize .NET Framework is installed already, but other software like Visual Studio 2017 Community Edition works perfectly.
It appears in control panel, but if I right-click it, says "change", and then the same screen saying .NET Framework appears.
problem3
Any solution ?
EDIT: I could fix it upgrading to Windows 10. Thanks!
I had a similar issue and fixed it in this way : first I removed all the frameworks I could. After rebooting I removed all the visual c runtime I could. Then, I rebooted again.
After rebooting, I installed in order all the visual c runtime, each bundle in a couple, where x86 was the first. I skipped those who said they were already installed. Finally I installed the framework 4.5.
VS shell should install fine. The issue is due to visual c runtime 2015 being almost compatible with visual c runtime 2017. However, if you manually download and install each version in publication order, the detection should work correctly.
Warning: make a system backup before starting and download all the installers before starting the uninstallation, as after rebooting, certain software may fail as their dependencies could be missing (for example antivirus).
I have installed TFS 2018 Update 2 on a Windows Server 2016 that joined my domain. In order to get the build system working I have also installed VS 2017 Community on the TFS.
After installing VS all seems to be fine. The Build Agent does its work.
But after a day or so, including a server restart, the Build Agent stops working complaining that VS is not installed.
Checking that turns out that all the files are present in their designated directory and also IDE starts, but also the VS installer only shows the install button. Trying to modify or uninstall VS via Control Panel fails with a message, that the product is not installed.
This behaviour is reproduceable as I, for now, have installed VS more than 4 times also on a new TFS setup using different accounts (Domain Admin, Local Admin).
Have someone encountered the same behaviour or can someone suggest a resolution?
Thanks and reagrds,
Andy
I have re-setup TFS machine and installed Visual Studio first even before adding to the domain with the latest vs web-installer. Now it seems to work.
I have a problem with Visual Studio Ultimate 2013. When I started the installation process, I got an error related to the .NET Framework 4.5.1, 0x800713ec Asia. I try to install .NET Framework 4.5.1 and I downloaded it from microsoft.com, but I have got the next issues:
Blocking Issues:
The .NET Framework 4.5 and this update are already installed on your
computer as part of the Windows operating system, but they must be
enabled. In Control Panel, choose Programs and Features, choose Turn
Windows features on or off, and then select the .NET Framework 4.5
check box.
Setup cannot continue because a previous installation requires your
computer to be restarted. Please restart your computer and rerun
Setup.
I did this recommendation, but nothing happened.
Just go to settings --> power --> and then update and restart . and then again Run Setup
I'm struggling on an installation problem with visual studio ultimate 2013: after the download of the web installer I tried to open it but the installer started just for a split second and than it went away, I tried with the iso, same story, tried to repair the .net framework but nothing's changed, I also made an attempt running as administrator but even that didn't work.
Do you have any idea?
Thanks in advance.
I have installed full version licensed Visual Studio 2010 Professional, .Net 4.0 on my system. Now I am trying to install Active Reports 6 on it and facing the error "no compatible version of visual studio net found on system". My Active Reports build is 6.0.1.1797.0.
So, do I need to install framework 3.5 before installing? I have not installed Service Pack for visual Studio for now.
Thanks.
Active reports 6.0.1797.0 does not support Visual Studio 2010. Active reorts 6.1.2577 or later supports Visual Studio 2010. And any how, Express edition of visual studio does not support active reports.
So my solution, enhances...I installed the later versions...but unfortunately I am getting some errors in my application because of Active reports version change as my application was made in previous version of Active Reports. So, what I did is, installed the latest version, uninstalled it and again installed 6.0.1797.0 version, and it was installed successfully and my application was also working fine.
#rapsalands...You are correct in understanding that support for Visual Studio 2010 started only after build 6.1.2577.0 was released. Also express edition of Visual Studio is not supported. The first thing to note here is that whenever you install/uninstall ActiveReports 6 from your machine, there should be no running instance of Visual Studio as it affects proper integration of ActiveReports with itself.
Also the errors which you were getting are more likely appearing because of the incorrect references in your project. Whenever you open an existing project after upgrading ActiveReports build, you should remove all the ActiveReports references from the project, re-add them (making sure they point to the version currently installed) and finally rebuild your project.
I think you can also check the blogs for ActiveReports as you might find some useful information about different topics there.