On Mon, 15 Dec 2003 08:47:36 -0800, Andy wrote:
> application. My problem is that when I declare an
> assembly "MyApp.DataTypes" in one assemby and then
> another "MyApp.GUITypes" in another I cannot access types
> in the "...DataTypes" namespace from the Assembly
> containing the "...GUITypes" namespace. The documentation
Make sure that you are referencing the assembly's dll with the DataType and
also try using an Imports statement at the top of the GUITypes file:
Imports MyApp.DataTypes
HTH
--
Chris
To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
|