ok y'all - need ya again. The extensive set of details in this error message
caused so much data response in my searches that I am overwhelmed with the
positive details to resolve the issue with (can you hear the sarcasm ?)
Anyway, I have a VERY basic app. Really, right now the sole purpose of my
app is to prove out globalization issues - that's right - it's a mock-up so I
can set up dev policies regarding globalization. Given that, I have been
following various (usually MS) source points for information on approaches.
In that my next step is dealing with resources. Cool idea - winres is - to
provide an outside tool for getting our resources converted. Unfortunately,
my app which runs fine apparently has something up with the resx file in the
main form as I get the error mentioned in the title. Unfortunately there's no
more than that. I have no idea where it died, why, or anything else. Any
thoughts?

Signature
Brad Eck
<a href="http://www.sitesdynamic.com">SitesDynamic</a>
<a href="http://www.basketsetcetera.com">Baskets Etcetera</a>
Brad - 18 Jun 2005 19:12 GMT
MORE INFO: It looks like datasets that are 'on the form' are causing the
problem. Given that these are associated by the designer with the form, how
do I deal with this issue?

Signature
Brad Eck
<a href="http://www.sitesdynamic.com">SitesDynamic</a>
<a href="http://www.basketsetcetera.com">Baskets Etcetera</a>
> ok y'all - need ya again. The extensive set of details in this error message
> caused so much data response in my searches that I am overwhelmed with the
[quoted text clipped - 10 lines]
> more than that. I have no idea where it died, why, or anything else. Any
> thoughts?
Marin Millar - 01 Jul 2005 00:38 GMT
This error is usually caused by the form using a custom control that Winres
does not have access to. You can find more details on how to fix this
problem at http://blogs.msdn.com/rprabhu/archive/category/2837.aspx
Hope this helps,
Marin Millar [Microsoft]
Brad - 01 Jul 2005 00:50 GMT
So a dataset is considered a cusom control?

Signature
Brad Eck
<a href="http://www.sitesdynamic.com">SitesDynamic</a>
<a href="http://www.basketsetcetera.com">Baskets Etcetera</a>
> This error is usually caused by the form using a custom control that Winres
> does not have access to. You can find more details on how to fix this
> problem at http://blogs.msdn.com/rprabhu/archive/category/2837.aspx
> Hope this helps,
> Marin Millar [Microsoft]
Marin Millar - 19 Jul 2005 22:48 GMT
Sorry for my late reply. I haven't seen any issues before with Datasets in
particular. Could you post a simplified sample?