I have two projects in my solution which have the same assembly name (one is a DLL referenced by the other, an EXE). However in the project that creates the EXE, when I tried to bind a DataGridView to data in the DLL project, the forms designer wouldn't
let me do it - it only showed classes in the EXE project for that assembly, and it actually showed the classes in the EXE project twice! I think this is a bug, though I was able to work around it by changing the assembly name of one of the projects...
Mr. Flibble says... game over, boys!