Third party controls not functioning with install package

somethingfunny

New member
Joined
Apr 12, 2006
Messages
1
Programming Experience
5-10
Greetings,

I would like to start off by thanking the people here for their generosity in providing advice and solutions to message posters. Your help is greatly appreciated.

Here is my issue. I have created a VB.Net application which uses third party controls.

VB.Net 2005 Professional, Infragistics Grid controls

When I use the package produced with the publish action to install the application on my development machine it runs without a problem. However when I install the package on a non-development machine, the application crashes when it comes to accessing the third party controls.

I was wondering what steps do I have to do to make sure that all the proper files used by my third party controls are available and installed with my package.

Here are some of the things I have looked at (without positive results :confused: ) :

In the Project Property Page:

References:
  • Setting the Copy Local to True for the third party controls
  • Removing unrequired references
Publish:
  • Application Files, made sure that the dlls for the third party were included
  • Toggled between available online only and online/offline
I will check this post frequently to see if there may additional information required for a proper analysis of my problem.

Thanks again for your much appreciated help
 
Back
Top