c# - Install .Net assembly reference in Mono -
i earlier thread got track down deprecated .net assembly reference , able port project build within visual studio 2010.
is there option reportviewer work within mono? building project monodevelp 2.2.2 gives me similar errors:
assembly "microsoft.reportviewer.common version=8.0.0 [...] not found assembly "microsoft.reportviewer.winforms [...] not found
thanks :)
try running of dependent assemblies through mono migration analyser. targets mono 2.6, 2.8 has been released.
if assemblies pass tests in they'll work fine in mono. if don't pass tests there's slim chance they'll work, depends functionality used.
Comments
Post a Comment