StephenBayliss
2014-07-31T15:33:33Z
We'd like to keep the iGrid (retail, not demo) components in Team Foundation Server so that all of our devs are using the same version, particularly to streamline the process of updating to a new version and it means we don't have to rely on each developer installing iGrid on exactly the same location on their machine.

However when we do this, the designer seems to break - I can't click on any iGrid that is already on a form, for example.

Is there a way around this perhaps?

Thanks
Steve
Igor/10Tec
2014-08-01T06:32:25Z
This is the 'expected' behavior. iGrid.NET consists of 2 DLLs, one iis the core functionality and the other is the design-time part. Obviously, you store only the former in TFS.

Read this KB article to find out more:

Deploying iGrid.NET v3+ for development without installing the demo 
StephenBayliss
2014-08-01T08:35:58Z
Thanks Igor, this makes sense, I'm sure we can come up with something that will work for us.