G
Guest
Hi
in my project, I make use of two namespaces and each of it uses the same structure (so that the same structure is defined two times). Now, when I try to call a function of the second namespace out of the first one, VB.NET throws a compiler error, saying that I can't convert from Proj1.namespace1.mystruct to Proj1.namespace2.mystruct - although it's just the same structure !!
Can anyone help me
Gordon
in my project, I make use of two namespaces and each of it uses the same structure (so that the same structure is defined two times). Now, when I try to call a function of the second namespace out of the first one, VB.NET throws a compiler error, saying that I can't convert from Proj1.namespace1.mystruct to Proj1.namespace2.mystruct - although it's just the same structure !!
Can anyone help me
Gordon