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
	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 ?
					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);
Can anyone tell me the reason behind it ?
EDIT: I can not make my text bold.
Has the moderartors disabled it ?
Comment