How to debug CustomTypeConverter code in uSiteBuilder?
Hi,
I've created some document types with uSitebuilder and got the CustomTypeConverter code working, however I can't work out how to get debugging to work in my custom type converter code. I've attached to the relevant process using VS2012 and set breakpoints in the interface method implementations in the custom type converter, but the breakpoints never get hit.
Can anyone enlighten me as to how to get the debugging to work in my converter code ?
CustomTypeConverter are debugged in the same way as rest of the site - you should just attach to the process and if everything is ok, it will hit the breakpoint. That's exactly what you did so I'm not sure what might be the problem fo you - maybe your latest dll is not deployed or can be anything else.
How to debug CustomTypeConverter code in uSiteBuilder?
Hi,
I've created some document types with uSitebuilder and got the CustomTypeConverter code working, however I can't work out how to get debugging to work in my custom type converter code. I've attached to the relevant process using VS2012 and set breakpoints in the interface method implementations in the custom type converter, but the breakpoints never get hit.
Can anyone enlighten me as to how to get the debugging to work in my converter code ?
Many thanks.
Hi Andy,
CustomTypeConverter are debugged in the same way as rest of the site - you should just attach to the process and if everything is ok, it will hit the breakpoint. That's exactly what you did so I'm not sure what might be the problem fo you - maybe your latest dll is not deployed or can be anything else.
Thanks Vladan, it must be something to do with my project setup, rather than anything else.
Regards
andy.
is working on a reply...