[c#] question about assemblies and TypeOf()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akshaycjoshi
    New Member
    • Jan 2007
    • 153

    [c#] question about assemblies and TypeOf()

    I have got one external private assembly mylibrary.dll with version=1.0.0.0 .
    It has got one type "procsharp" in the mylibrary namespace

    When i run this code

    Code:
    Type t = Type.GetType("mylibrary.procsharp, Mylibrary, version=3.0.0.0,publickeytoken=null,culture=neutral", true , true);
    It also works despite of the assembly's version as 1.0.0.0 !!!!!!

    Can anyone tell me the reason behind it ?


    EDIT: I can not make my text bold.
    Has the moderartors disabled it ?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by akshaycjoshi
    EDIT: I can not make my text bold.
    Has the moderartors disabled it ?
    Bold and Underline are not working at this time, we are fixing the problem.

    Comment

    Working...