Wrox Programmer Forums
|
Visual Studio 2005 For discussing Visual Studio 2005. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Studio 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 12th, 2006, 08:56 AM
Authorized User
 
Join Date: Jun 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problems with namespace & classes

Hi guys,

I have a DLL with a class named Test_Remoting with a namespace Testclass.The code is like this


    Dim tmp As Object
    tmp = System.Type.GetType("System.String")
    tmp = System.Type.GetType("TestClass.Test_Remoting")


The problem is when i write
     tmp = System.Type.GetType("System.String")
it returns a value but when I write
     tmp = System.Type.GetType("TestClass.Test_Remoting")
which refers to my class it refers to Nothing.
I have been breaking my head against this for a very long time.I simply cant und what is the problem.
Please guys help me out.

Thanks in advance.








Similar Threads
Thread Thread Starter Forum Replies Last Post
Namespace problems riffla XSLT 1 April 10th, 2008 06:18 PM
Problem with the namespace & classes ayamas .NET Framework 2.0 2 November 25th, 2006 02:13 PM
Problems with namespaces & classes ayamas General .NET 1 October 12th, 2006 03:11 PM
namespace problems in xslt stekker XSLT 2 June 16th, 2006 09:59 AM
Can I enumerate through the classes in a Namespace MAtkins General .NET 3 August 1st, 2005 11:58 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.