Click here to Skip to main content
15,881,139 members

Comments by bojammis (Top 19 by date)

bojammis 28-Oct-15 14:27pm View    
Sesharaman - post the freaking exception message.
bojammis 27-Oct-15 11:52am View    
I agree with Richard, you need to review the exception message. Some common areas to consider: XML can serialize an object if the object has a parameter-less constructor(this gets me every time). Also properties of other object must have parameter-less constructors. The exception message will indicate what property failed to initialize if this is the case.
bojammis 28-Aug-15 15:01pm View    
That's a great article you pointed to, thanks.

regs ron O.
bojammis 22-Jul-15 11:27am View    
You might try Clean then Re-build.
bojammis 10-Jul-15 11:28am View    
Thanks for the reply. Is creating those controls (like the example given) that have focus not a good solution? Or am I missing something.