Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8619919
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:27:23+00:00 2026-06-12T06:27:23+00:00

I just came across this oddity when trying to instantiate a WebProxy instance through

  • 0

I just came across this oddity when trying to instantiate a WebProxy instance through reflection :

    Dim proxyType As Type = GetType(System.Net.WebProxy)
    MsgBox(proxyType.FullName)

    Dim reflProxyType As Type = Type.GetType(proxyType.FullName)
    MsgBox(reflProxyType.FullName) ' Here, reflProxyType is null => NullReferenceException

Changing the first line to other System namespaces (ie. System.Text.StringBuilder or System.String) works fine.

    Dim systemType As Type = GetType(System.Text.StringBuilder)
    MsgBox(systemType.FullName)

    Dim reflSystemType As Type = Type.GetType(systemType.FullName)
    MsgBox(reflSystemType.FullName) ' Here, everything works fine

Is there any reason for this behavior ? Am I missing something ? Did MS set up some restrictions on System.dll ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T06:27:24+00:00Added an answer on June 12, 2026 at 6:27 am

    The answer is in the MSDN docs for Type.GetType (string)

    Parameters

    typeName Type: System.String

    The assembly-qualified name of the type to get. See
    AssemblyQualifiedName. If the type is in the currently executing
    assembly or in Mscorlib.dll,
    it is sufficient to supply the type
    name qualified by its namespace.

    The WebProxy class is in System.dll, not Mscorlib.dll. Therefore, you must either:

    1. Provide the assembly-qualified name instead of just the fully-qualified name. (or)
    2. Use the Assembly.GetType(string) method.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently working my way through Accelerated C++ and just came across this in
I was just reading through Learning Python by Mark Lutz and came across this
Just came across this by Chris Coyier - http://css-tricks.com/examples/CSSTabs/ Can anyone explain me, how
I've just came across this on GitHub. ($config === NULL) and $config = Kohana::config('email');
I'm new to C programming and I just came across this program and got
I came across this term - Quine (also called self-reproducing programs). Just wanted to
I came across this link flying twitter bird , was just wondering , how
I just came across this weird problem that is happening in IE. In the
Hello my fellow Stackoverflownians :), I just came across this thing called Zend. And
im working on application using delphi 7 , and i just came across this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.