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
280
Deployment
posted

I need some general help deploying Infragistics.  I recently upgraded from 2009 for .NET to 2011 for our ASP.NET site using .NET 4.0.  I ran the conversion utility and everything runs great locally.

When I deployed to our test server I started getting the following error:

The base class includes the field 'gridResults', but its type (Infragistics.WebUI.UltraWebGrid.UltraWebGrid) is not compatible with the type of control (Infragistics.WebUI.UltraWebGrid.UltraWebGrid).

I'm still going through it, but as best I can tell it wasn't originally set up correctly.  It looks like the previous developer just installed Infragistics on that server as well so the dlls point to the bin folder in the Program Files folder.  So now it's looking for the .NET 4 dlls but on the server it would be pointed at the old ones.  Was it really necessary to install Infragistics on the test server or is there a way to just package them within the solution?