Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
645
Install from network folder fails - assemblies missing
posted

I have trouble installing my VS2013 VB application after publishing to a network drive. I have included a reference to all assemblies listet here:http://ko.infragistics.com/help/reporting/Assemblies_Needed_for_Distribution.html.

But, each time I try to run the setup on the clients computer the install is interupted by a message saying that "System Update Required" , "Unable to install or run the application. The application requires that assembly Infragistics4........... be installed in the global Assem....

If I go back to visual studio, add the reference, republish the solution and try setup again, there is always another assembly that is missing. It seems that the install requires all the infragistics dlls, but I trust that this is likely not how it is supposed to work?

This is a desktop winforms application. I find quite a few articles concerning deployment of asp-solutions, but few that mentions "non-asp-applications" or the issues that i find.

How can I check which assemblies are required before I deploy? Is there a runtine redistributable package containing infragistics assemblies that I have missed?

Kai