sagulnet / winforms-geplugin-control-library

Automatically exported from code.google.com/p/winforms-geplugin-control-library
GNU General Public License v3.0
0 stars 0 forks source link

Defect in debug version of fc.gepluginctrls ? #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download testapplication7
2. open in vs2010
3. drop reference to pluginctrls
4. add reference to the pluginctrls dll in Debug folder
5. compile
6. run application

What is the expected output?
application form to load up with ge in upper-right pane

What do you see instead?
richtextbox3 cannot be accessed from thread other than the one it was created on

When I add reference to the pluginctrls dll from Release folder, there is no 
such issue. Are the dlls different in some manner?

Original issue reported on code.google.com by sherifff...@gmail.com on 24 Aug 2012 at 4:14

GoogleCodeExporter commented 8 years ago
Also, how do I get the various custom controls to show in the VS toolbox? :)

Original comment by sherifff...@gmail.com on 24 Aug 2012 at 4:22

GoogleCodeExporter commented 8 years ago
Hi, the difference is that the TRACE constant is not defined in the debug 
build. This is most likely the cause of the issue you are having.

The controls should appear in the toolbox when you add a reference to the dll.
If this is not the case try closing and reopening visual studio. If that fails 
then you can always just add the controls manually in the standard way via 'add 
custom controls' to the toolbox and selecting the library dll.

Hope that helps.

Original comment by fraser.c...@gmail.com on 25 Aug 2012 at 2:41

GoogleCodeExporter commented 8 years ago
roger that - thanks! 

I was able to get the widgets to show in the toolbox by rightclicking toolbox, 
Choose Items, and browse to/select the controls dll.

thanks again!
-sff

Original comment by sherifff...@gmail.com on 25 Aug 2012 at 2:46