My Current MS VS Version: Microsoft Visual Studio Community 2022 (64-bit) - Version 17.9.7
Error message when installing: This extension is not installable on any currently installed products.
Is there a way to get the extension to run?
Or can I customize the extension so that it also works with MS VS 2022?
Or is there a newer version of the extension that works with MS VS 2022?
Best regards
Lars Gießler
Page 1 / 1
Hi Lars,
there is a newer version available (released with Update 20) which is compatible with VS22. I have attached it here.
Best regards Roman
Hi Roman,
Thanks for the fast reply. I will test whether this works for me and give feedback after.
Best regards
Lars
Hello Roman,
I have been trying to install the FSMVSPackage for quite a long time now, unfortunately without success.
Perhaps you have an idea what the problem is or whether I have done something wrong.
In the meantime, I have completely reinstalled MS VS 2022 and tried to install the package with the 2022 version. During the installation I followed the attached instructions step by step.
After each attempt, the installer ends with the following error message (translated from German):
"The installation of "FSMVSPackage2022" could not be completed successfully for all selected products. For more information, click on the installation log link at the bottom of the dialogue box"
I have attached the install log as a file.
Maybe I have missed something and you can help me.
Best regards Lars
Hi Lars,
I’m not too familiar with the FSMVSPackage Installation but looking at your log file I see this error:
Package 'FSMVSPackage2022.0b9721be-8729-45f7-b2ae-d21e3c6840ac,version=1.0' failed to install. System.IO.IOException: The file 'C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\PublicAssemblies\BarcodeStandard.dll' already exists.
Eventually you have to uninstall the old package prior installing the new one?
Best regards Roman
Hi Roman,
Thank you for your quick reply.
Perhaps I have expressed myself in a misleading way.
I have uninstalled the old version of MS VS 2017 including FSMVSPackage and cleaned up all remaining data to rule out errors in this direction from the outset.
I then installed MS VS 2022 and the corresponding FMSVSPackage2022.
The error message with the BarcodeStandard.dll appears even if the FSMVSPackage2022 is freshly installed without the folder already being created.
Is FSMVSPackage2022 the only version available for MS VS 2022?
Best regards Lars
Hi Lars,
that’s strange. I provided you the latest version that I could find in our software archive. Did you run the setup as Admin? Maybe there is an issue with some permissions while installing? Also, did any of your colleagues tried to install it yet? However, at this stage you should consider raising a support ticket to get further help from our support team.
Best regards Roman
Hi Roman,
thanks again for the quick reply and your effort.
Yes I’ve run the setup as Admin. At the moment my colleagues are using the MS VS 2017 Version with the compatible FMSVSPackage. But they are going to upgrade to MS VS 2022 as well in the near future. So I’m a bit of a test dummy in this case and want to be sure, that everything works as planned.
I’ve opened a case in the IFS service portal and hope that I can be helped there.
Best regards
Lars
Thanks Lars. Please update this thread as soon as you have received a solution. That way we can ensure that other customers who are facing the same problem will be able to solve it.
Best regards Roman
Hi Roman,
i will share my solution, as soon as i get a reply.
Best regards
Lars
@Lars
I just noticed that I forgot to include the documentation with the VS Package above. Here it is attached. Although I doubt that it will bring you any additional information to fix your issues but just for completness.
Best regards Roman
@roman kolar
The documentation was already included with your last files. But thanks anyway.
Best regards
Lars
@lgiessler@roklde
I tried the following and it worked.
If exists, remove the following dlls from the PublicAssemblies directory,
BarcodeStandard.dll
System.Drawing.Common.dll
Metrix.UI.ClientReports.dll
Now, do the installation again. It creates the above dlls again during installation and goes through to completion without an error.
Hi @mmalek,
I will try this solution in the course of the day and will let you know if it worked.
Best regards
Lars
Hi @mmalek,
deleting the .dll files you mentioned helped.
For anyone who may have the same problem and is reading this, here's what I did:
Removed all components related to Microsoft Visual Studio 2022 or older versions
Fresh reinstallation of Microsoft Visual Studio 2022
I think these are optional to get the extension running, but i installed them beforehand:
Installed MS Reporting Services Projects 2022
Installed MS RDLC Designer
Tried to install FSMVSPackage2022 provided by @roklde and got the error, that .dlls are already there.
Deleted the .dlls suggested by @mmalek under the path: C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\PublicAssemblies
BarcodeStandard.dll
Metrix.UI.ClientReports.dll
System.Drawing.Common.dll
Installed FSMVSPackage2022 successfully without errors.