How to give reference to an assembly?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I created an assembly called "MyAssembly", which has two versions 1.1 and 1.2. I placed this assembly into GAC. Now I want to use ver1.1 in one page and 1.2 in second page in same application. Is this possible? If s how? thanks.
Hello, The following example shows how to redirect one assembly version to another and provide a codebase. The following example shows how to use the appliesTo attribute to redirect binding of a .NET Framework assembly. For more detail visit, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfAssemblyBinding.asp Nimit Patel