Hi All,
I have several WPF UseControls that serves my Application, and referenced to this Control Project, I also have an 'unsafe code' enabled project (that needs to be as is because playing with mjpeg streaming and motion detection algorithms).
The problem is that when I reference the unsafe project in the controls project, it makes the Designer to crash, and thus even if the control designer that I open is not using my unsafe code !
I read about another thread regarding to the designer when using a NET2.0 project, and I think it is the same type of problem I encounter, but in my case, I can not forget the unsafe project code !