shared assembly
In shared assembly it is neccesary to register assembly in GAC?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mike GoldPosted Aug 16, 2010, 11:20 PM
If you specify a CodeBase tag in your application to let the project know where the shared assembly is located, you won't need to put it in the GAC
Check out the following link to understand better how Microsoft looks for dependent assemblies.
http://msdn.microsoft.com/en-us/library/15hyw9x3.aspx
To understand codebase's check out
http://msdn.microsoft.com/en-us/library/efs781xb.aspx