Can I make a reference to a dll (framework 4) from my project vs 2005 (framework 2)?

0

A query, I am working on a project in vs 2005 (framework 2), and created a Class Library in vs 2013 (framework 4), and this generates a dll. Can my project vb 2005 refer to that dll?

I would appreciate your answers.

    
asked by nasck 22.11.2016 в 15:42
source

1 answer

3

No, you can not.

You will have to change the dll you have made in VS 2013 to framework 2.

    
answered by 22.11.2016 / 16:23
source