M
MikeB
Hello,
I have a compact framework project that was built in VS2003 and I'm trying
to now use that project in VS2005. It seemed to import OK, compiles, but
I'm getting "ArgumentException was unhandled" on this line of code:
Me.TableView1.Text = rm.GetString("Tables")
I don't know where to start, as there are no such problems with the same
code in VS2003. Here's my initialization of the
System.Resources.ResourceManager rm:
rm = New
System.Resources.ResourceManager("My_Project.Strings",System.Reflection.Assembly.GetExecutingAssembly())
My file Strings.resx seems to be there, and it does have an entry called
"Tables". Thank you for any suggestions you might have.
Mike B.
I have a compact framework project that was built in VS2003 and I'm trying
to now use that project in VS2005. It seemed to import OK, compiles, but
I'm getting "ArgumentException was unhandled" on this line of code:
Me.TableView1.Text = rm.GetString("Tables")
I don't know where to start, as there are no such problems with the same
code in VS2003. Here's my initialization of the
System.Resources.ResourceManager rm:
rm = New
System.Resources.ResourceManager("My_Project.Strings",System.Reflection.Assembly.GetExecutingAssembly())
My file Strings.resx seems to be there, and it does have an entry called
"Tables". Thank you for any suggestions you might have.
Mike B.