admin管理员组文章数量:1334369
Setup: offline/isolated visual studio 2019 pro instance on windows server 2019.
previously, VS worked fine, and i needed to modify an RDLC report in VS. i tried to install Microsoft.RdlcDesigner.vsix, and it froze at 'Verifying' for a very long time. I closed the window and now Visual Studio refuses to launch.
At first, it claimed the installation was not complete, and i found the vsix install still running, so i closed it. Now i get 'The setup for this installation of Visual Studio is not complete'. Am i just screwed and have to reinstall VS in its entirety???
any help is appreciated
Setup: offline/isolated visual studio 2019 pro instance on windows server 2019.
previously, VS worked fine, and i needed to modify an RDLC report in VS. i tried to install Microsoft.RdlcDesigner.vsix, and it froze at 'Verifying' for a very long time. I closed the window and now Visual Studio refuses to launch.
At first, it claimed the installation was not complete, and i found the vsix install still running, so i closed it. Now i get 'The setup for this installation of Visual Studio is not complete'. Am i just screwed and have to reinstall VS in its entirety???
any help is appreciated
Share Improve this question asked Nov 20, 2024 at 17:10 guitarmaestro69guitarmaestro69 11 bronze badge 2- in the end, alas, a reinstall was required...:(. and i still have no way to edit rdlc files. – guitarmaestro69 Commented Nov 20, 2024 at 20:55
- Hi, did you any detailed error message in your VSIXInstaller_xxx.log file? – Dou Xu-MSFT Commented Nov 22, 2024 at 9:40
1 Answer
Reset to default 0For this issue, i would suggest you try the following to troubleshoot:
1.What is the version of Microsoft RDLC Report Designer you download and install? Microsoft RDLC Report Designer 2017-2019 Microsoft RDLC Report Designer 2022
2.Open your extension installation log(e.g:dd_VSIXInstaller_xxx.log) and check if there are detailed error messages. Folder path: usually located to "C:\Users\your user name\AppData\Local\Temp"
3.Navigate to Manage Extension menu in Visual Studio and check if you have installed this extension. If so, click uninstall
to install it. If you cannot launch visual studio, you can navigate to "C:\Program Files\Microsoft Visual Studio\2019\Community\Common7\IDE" and run the following command:
vsixinstaller /uninstall: your ExtensionID
Note: you can get ExtensionId
from extension.vsixmanifest
file.
<Identity Id="B12781A3-35C8-446D-BD72-6051FCA1CBF9" Version="17.0.0" Language="en-US" Publisher="Microsoft" />
<DisplayName>Microsoft RDLC Report Designer</DisplayName>
4.Reinstall the extension and wait it completed to see if you can install successfully.
本文标签: installationFailed vsix (for RDLC) has caused visual studio to not launchStack Overflow
版权声明:本文标题:installation - Failed vsix (for RDLC) has caused visual studio to not launch - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742342239a2456834.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论