ASP.NET C# :assembly with different class libraries which are targeting different .Net versions and are internally dependent on each other -
this legacy asmx webservice, have 1 solution file 6 class libraries , 1 exposed web.couple of class libraries refer .net 2.0 framework(reason reference custom com dll) while rest refer .net 4.0 framework due dll's developed in 4.0 class libraries internally refer each other due i'm getting compilation error?
is possible i'm trying achieve? if yes how.
kindly suggest. thanks.
the solution keep dependent class files different class libraries i.e built project against 2.0 since using legacy com dll , build class library , target them 4.0 framework, resolved dependency issue.
Comments
Post a Comment