Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
HI,

There is an interop dll for photoshop-Interop.Photoshop.1.0.dll.There are different dlls for photoshop cs6 and photoshop CC versions.But The Name,Namespace,Versions are same for each dll.If I changed the Name of dll the Plugin does not work.I want to use those 2 dll in same project.I refr one dll directly and one from another dll but in that case also the coping of same name dll in application folder cant be done.What should i do ?

Regards

Jay
Posted

1 solution

Check out extern alias - https://msdn.microsoft.com/en-us/library/ms173212.aspx[^].
It will solve your problem.

Here is a blog post on it - C# 2.0: Using different versions of the same dll in one application[^].
 
Share this answer
 
Comments
aboutjayesh 18-Mar-15 3:03am    
But I cant change the name of the dll.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900