asp.net - Cannot load System.Fabric Assembly from a MVC Web Application -
i sharing class library between web project , service fabric project. in shared class library using system.fabric assembly access configurations. works ok service fabric project. asp.net project fails build because of assembly.
aspnetcompiler : error aspconfig: not load file or assembly 'system.fabric' or 1 of dependencies. attempt made load program incorrect format.
is there way solve this?
Comments
Post a Comment