|
|
# 1 | ||
|
Member
Join Date: Jun 2008
Posts: 35
|
I am using a color scheme I created and when I try to open the interaction I get this message. I can press continue to ignore it but then the system just sits like it is trying to open it. I don't believe I have JIT debugging. I followed the directions on making new color schemes from the help online. Any suggestions?
To enable just in time (JIT) debugging, the config file for this application or machine (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the machine rather than being handled by this dialog. |
||
|
|
|
|
# 2 | ||
|
Member
Join Date: Jul 2007
Posts: 229
|
So...this doesn't happen when you use an interaction that is not associated with your newly created color scheme?
__________________
My monthly Donor's Choose Challenge! |
||
|
|