
Signature
HTH
Stoitcho Goutsev (100)
In 2003 it worked just fine to do exactly as the OP said. I just tried it in
2005 and it seems to work there too, so not sure what the problem is.
To the OP:
I did exactly as you described and it works just fine for me. I even changed
the ExtTextBox constructor to throw an exception. That caused the designer
to appear with an error, but after removing the exception the control was
still there as expected. Introducing a compile error didn't cause any
problems either with the designer. Control was still there. Looks like an
problem with your installation or something. This has always worked in the
past and as far as I can tell it still does.
/claes
> Tony,
>
[quoted text clipped - 146 lines]
>>
>> //Tony
Stoitcho Goutsev (100) - 16 Mar 2006 19:44 GMT
Claes,
It may work in some cases, but this is method that is cleaned up and very
often. It is mentioned somewhere in the docs - only the designer is supposed
to write there. This is one of the reasons they moved in a partial class for
VS2005

Signature
Stoitcho Goutsev (100)
> In 2003 it worked just fine to do exactly as the OP said. I just tried it
> in 2005 and it seems to work there too, so not sure what the problem is.
[quoted text clipped - 164 lines]
>>>
>>> //Tony