Hello,
i work in AGX and i have configuration file where all my buttons are designed in the designaetd Tab.
I want to debug with the config file and not in default mode. (want to see always the final product)
the problem is every time i make a change in the code i need to go to the configuration application and choose to replace the dll with the updated dll in the Addin section
if i dont do that when i debug the AGX starts and i get the message:
=============
the folowwing module was build either with optimizations enabled or without debug inforamtion.
<--- location of dll in cache -->
to debug this module change its project build configuration to Debug mode. to supress the message..
=============
the project is in debug mode...
Is there a way to debug with configuration file without the need to keep update the dll for every change??
i know the problem is that it keep the dll in cache...
but how i can override it??
thank you