Home »

How can different versions of private assemblies be used in the same application without a re- build?

Question ListCategory: VB.NETHow can different versions of private assemblies be used in the same application without a re- build?
shah_kajal184 author asked 8 years ago
1 Answers
denielshakespeare5 author answered 8 years ago

You can use different versions of private assemblies in the same application without a re- build by specifying the assembly version in the AssemblyInfo.cs or AssemblyInfo.vb file.

Please login or Register to Submit Answer