You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the asp.net app using FlexCel (http://www.tmssoftware.com/site/flexcel.asp ) on heroku and getting DLLNotFoundException.
As I understand this is more about Mono issue.
Any advise on how I can solve the issue with DLLNotFoundException /app/mono/lib/libgdiplus.so?
The text was updated successfully, but these errors were encountered:
Try to use a .config file, maybe app.exe.config, containing the following:
(assuming the NotFound dll was libc, and if not, change the line to point to your exact location of that library)
I am trying to run the asp.net app using FlexCel (http://www.tmssoftware.com/site/flexcel.asp ) on heroku and getting DLLNotFoundException.
As I understand this is more about Mono issue.
Any advise on how I can solve the issue with DLLNotFoundException /app/mono/lib/libgdiplus.so?
The text was updated successfully, but these errors were encountered: