Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
27
rated 0 times [  27] [ 0]  / answers: 1 / hits: 72759  / 2 Years ago, tue, march 8, 2022, 8:25:20

I am trying to run application for Windows on Ubuntu 11.10



I tried



wine /path/to/file.exe


Error is:



wine: Install Mono for Windows to run .NET 2.0 applications.


I have mono(seems to be not Mono for windows)



mono /path/to/file.exe


gives me error:



The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the `/usr/lib/mono/2.0/mscorlib.dll' directory.


What do I need to do?


More From » wine

 Answers
1

try installing mono for windows or try .NET for windows with winetricks. In a shell try:



winetricks dotnet20


and



winetricks mono28

[#42740] Wednesday, March 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
beateyra

Total Points: 499
Total Questions: 113
Total Answers: 125

Location: Falkland Islands
Member since Mon, Jul 13, 2020
4 Years ago
;