Why is Wine not seeing that I have mono 3 installed?












3















I'm using Ubuntu 13.10 64bit. Does anyone have an idea why the following might be happening?



# wine --version  
wine-1.4.1

# mono --version
Mono JIT compiler version 3.0.6 (Debian 3.0.6+dfsg-1~exp1~pre1)
Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com

# wine application.exe
wine: Install Mono 2.8 or greater for Windows to run .NET 4.0 applications.









share|improve this question





























    3















    I'm using Ubuntu 13.10 64bit. Does anyone have an idea why the following might be happening?



    # wine --version  
    wine-1.4.1

    # mono --version
    Mono JIT compiler version 3.0.6 (Debian 3.0.6+dfsg-1~exp1~pre1)
    Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com

    # wine application.exe
    wine: Install Mono 2.8 or greater for Windows to run .NET 4.0 applications.









    share|improve this question



























      3












      3








      3








      I'm using Ubuntu 13.10 64bit. Does anyone have an idea why the following might be happening?



      # wine --version  
      wine-1.4.1

      # mono --version
      Mono JIT compiler version 3.0.6 (Debian 3.0.6+dfsg-1~exp1~pre1)
      Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com

      # wine application.exe
      wine: Install Mono 2.8 or greater for Windows to run .NET 4.0 applications.









      share|improve this question
















      I'm using Ubuntu 13.10 64bit. Does anyone have an idea why the following might be happening?



      # wine --version  
      wine-1.4.1

      # mono --version
      Mono JIT compiler version 3.0.6 (Debian 3.0.6+dfsg-1~exp1~pre1)
      Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com

      # wine application.exe
      wine: Install Mono 2.8 or greater for Windows to run .NET 4.0 applications.






      ubuntu wine mono-framework






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 10 '15 at 13:42









      kenorb

      11.1k1578115




      11.1k1578115










      asked Apr 8 '14 at 18:08









      DrexlDrexl

      3228




      3228






















          3 Answers
          3






          active

          oldest

          votes


















          1
















          The problem is lies in the old version of WINE. A newer version of WINE will recognize mono framework version 3.






          share|improve this answer































            0














            The solution was upgrading Wine to a newer version (at least v1.7).






            share|improve this answer

































              0














              As for workaround, you can install .NET instead by using winetricks, e.g.



              sudo apt-get install winetricks
              winetricks dotnet45





              share|improve this answer























                Your Answer








                StackExchange.ready(function() {
                var channelOptions = {
                tags: "".split(" "),
                id: "3"
                };
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function() {
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled) {
                StackExchange.using("snippets", function() {
                createEditor();
                });
                }
                else {
                createEditor();
                }
                });

                function createEditor() {
                StackExchange.prepareEditor({
                heartbeatType: 'answer',
                autoActivateHeartbeat: false,
                convertImagesToLinks: true,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: 10,
                bindNavPrevention: true,
                postfix: "",
                imageUploader: {
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                },
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                });


                }
                });














                draft saved

                draft discarded


















                StackExchange.ready(
                function () {
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f739240%2fwhy-is-wine-not-seeing-that-i-have-mono-3-installed%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                1
















                The problem is lies in the old version of WINE. A newer version of WINE will recognize mono framework version 3.






                share|improve this answer




























                  1
















                  The problem is lies in the old version of WINE. A newer version of WINE will recognize mono framework version 3.






                  share|improve this answer


























                    1












                    1








                    1









                    The problem is lies in the old version of WINE. A newer version of WINE will recognize mono framework version 3.






                    share|improve this answer















                    The problem is lies in the old version of WINE. A newer version of WINE will recognize mono framework version 3.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Nov 11 '14 at 12:14









                    HennesHennes

                    59.1k792141




                    59.1k792141

























                        0














                        The solution was upgrading Wine to a newer version (at least v1.7).






                        share|improve this answer






























                          0














                          The solution was upgrading Wine to a newer version (at least v1.7).






                          share|improve this answer




























                            0












                            0








                            0







                            The solution was upgrading Wine to a newer version (at least v1.7).






                            share|improve this answer















                            The solution was upgrading Wine to a newer version (at least v1.7).







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Aug 10 '15 at 20:59


























                            community wiki





                            2 revs, 2 users 67%
                            kenorb
























                                0














                                As for workaround, you can install .NET instead by using winetricks, e.g.



                                sudo apt-get install winetricks
                                winetricks dotnet45





                                share|improve this answer




























                                  0














                                  As for workaround, you can install .NET instead by using winetricks, e.g.



                                  sudo apt-get install winetricks
                                  winetricks dotnet45





                                  share|improve this answer


























                                    0












                                    0








                                    0







                                    As for workaround, you can install .NET instead by using winetricks, e.g.



                                    sudo apt-get install winetricks
                                    winetricks dotnet45





                                    share|improve this answer













                                    As for workaround, you can install .NET instead by using winetricks, e.g.



                                    sudo apt-get install winetricks
                                    winetricks dotnet45






                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Jan 3 at 23:12









                                    kenorbkenorb

                                    11.1k1578115




                                    11.1k1578115






























                                        draft saved

                                        draft discarded




















































                                        Thanks for contributing an answer to Super User!


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid



                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.


                                        To learn more, see our tips on writing great answers.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function () {
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f739240%2fwhy-is-wine-not-seeing-that-i-have-mono-3-installed%23new-answer', 'question_page');
                                        }
                                        );

                                        Post as a guest















                                        Required, but never shown





















































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown

































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown







                                        Popular posts from this blog

                                        Terni

                                        A new problem with tex4ht and tikz

                                        Sun Ra