Select to view content in your preferred language

Debug with configuration file

505
0
08-28-2012 11:31 PM
IdoRadai
New Contributor
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
0 Kudos
0 Replies