Hi.
I'm building a library of windows form controls.
The library is consisted of a couple of projects, which are compiled to the same directory. The controls and thier designers are defined in seperate assemblies.
I'm trying to avoid GACing the assemblies, in order to be able to quickly build and debug, whithout further steps. I set the DEVPATH system variable in MyComputer > Properties to the output directory, and added the developmentModeelement to the appropriate place in machine.config.
I have a test project with one Form and a custom control on it. When I open it in the designer I don't see the designerof that control in effect. when debugging from another instance of VS, I see that TypeDescryptor.CreateDesigner returns null, which leads to further chain of exceptions.
Has anyone used the DEVPATH techinique succefully, without gacing the assemblies?
Thanks,
Yaakov
# re: Questions (DEVPATH)
Your descriptions on DEVPATH were helpful, but I'm still having a problem. I have a VS2005 solution where my NUnit project does just fine finding the Assemblies in my DEVPATH but my Web Site project fails to find them.
Any thoughts or suggestions?
Thanks,
Lane