nginx - asp.net chart control not working on mono 3.6 -


i'm using mono 3.6 on freebsd 10 , want run asp.net pages on mono. problem when load project containing type of ms chart control error appears:

 system.io.filenotfoundexception not load file or assembly 'system.web.datavisualization, version=4.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35' or 1 of dependencies. system cannot find file specified.  description: http 500.error processing request.  details: non-web exception. exception origin (name of application or object): mscorlib. 

i found , copied (manually or add reference) required dlls project nothing changed, copied dlls in /usr/local/lib/mono/[dot net version] dir of freebsd , didnt work. meanwhile tested both in website project , web application! problem have on mono chart control have use ms chart control. has ever encountered damn trouble?!

i think should deinstall , install mono again consideration correct setup configuration done!. can accomplished ./configure command in mono port directory.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -