mookie Posted February 20, 2005 Posted February 20, 2005 shouldnt the following code work? imports system.reflection namespace test public class ugh dim thisdontwork as assembly end class it tells me that the type is not declared Quote
Leaders snarfblam Posted February 20, 2005 Leaders Posted February 20, 2005 Have you tried fully qualifying the class name? I haven't tried importing the namespace but I declared a variable of type system.reflection.assembly and had no problem. Quote [sIGPIC]e[/sIGPIC]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.