G
Guest
Hi All,
I have a application that needs to load an assembly to get some strings.
Running in PPC 2003 SE it works fine, but on Mobile 5.0 we get an exception.
System.Resources.ResourceManager resGuy = new
System.Resources.ResourceManager("WinMobile5Test.Resource1",
System.Reflection.Assembly.GetExecutingAssembly());
generates an empty exception.
ANy idea's why?
Cheers,
james.
I have a application that needs to load an assembly to get some strings.
Running in PPC 2003 SE it works fine, but on Mobile 5.0 we get an exception.
System.Resources.ResourceManager resGuy = new
System.Resources.ResourceManager("WinMobile5Test.Resource1",
System.Reflection.Assembly.GetExecutingAssembly());
generates an empty exception.
ANy idea's why?
Cheers,
james.