R
Reetu
Hi All,
I am trying to get the version of the assembly which
resides on the web server.
Right now I gotto know how to get the version of the
assembly present on my physical directory :
System.Reflection.AssemblyName.GetAssemblyName
("C:\vcoclient\test.dll").Version.ToString();
But I want something like this
System.Reflection.AssemblyName.GetAssemblyName
("http://localhost/vcoclient/test.dll").Version.ToString();
This says URL is not supported.
Can someone please suggest the alternative..
Regards,
-Reetu
I am trying to get the version of the assembly which
resides on the web server.
Right now I gotto know how to get the version of the
assembly present on my physical directory :
System.Reflection.AssemblyName.GetAssemblyName
("C:\vcoclient\test.dll").Version.ToString();
But I want something like this
System.Reflection.AssemblyName.GetAssemblyName
("http://localhost/vcoclient/test.dll").Version.ToString();
This says URL is not supported.
Can someone please suggest the alternative..
Regards,
-Reetu