J
Joe
Hi,
I am adding a custom user control to my c# project, but I seem to missing
some basic concepts.
As I understand it, I create the custom control project, but I have to add
this to the tool bar by browsing for the .DLL.
So I grab the bin/debug dll, add the control to my form and go about my
business.
Now, when I'm ready to ship, and I change to a retail build, but isn't the
form still using the debug version of the user control?
Is it really necessary to delete the control from my form and re-add the
retail version - and fix/rebuild whatever code gets broken by this (ie
events unhooked and potential name changes)?
Thanks,
Joe
I am adding a custom user control to my c# project, but I seem to missing
some basic concepts.
As I understand it, I create the custom control project, but I have to add
this to the tool bar by browsing for the .DLL.
So I grab the bin/debug dll, add the control to my form and go about my
business.
Now, when I'm ready to ship, and I change to a retail build, but isn't the
form still using the debug version of the user control?
Is it really necessary to delete the control from my form and re-add the
retail version - and fix/rebuild whatever code gets broken by this (ie
events unhooked and potential name changes)?
Thanks,
Joe