Monday, October 4, 2010

Dot Net application under wine


Dot Net application under wine


  1. Installation of dotnet framwork under wine with windows version 2000

  2. click on Next

  3. accept agreement and then click on Install

  1. Now click on Finish to setup complete

  2. After finishing dotnet framework now you install Jet 4.0
    double click on jet40sp8_9xnt.exe

  3. To accept agreement click on Yes

  4. now installation of jet completed

  5. Now after installation jet 4.0 for connectivity of database dot net required MDAC

  6. Open Terminal windows

  7. Type the command regedit and enter ←

  1. then click on HKEY_CURRENT_USER → Software → Wine

  2. on wine right click and create new key DllOverrides o

  3. under DllOverrides
    create three string as below
    key name value
    odbc32 native, builtin
    odbccp32 native,builtin
    oledb32 native,builtin

  4. install it by double click on MDAC_TYP.EXE under windows version 98 (Dowload from

  5. accept agreement and then click on Next

  6. Click on Finish to complete setup

  1. click close to end setup

  1. To create report view install reportviewer by double click on RepoartViewer.exe
    (download from http://www.microsoft.com/downloads/en/details.aspx?familyid=BB196D5D-76C2-4A0E-9458-267D22B6AAC6&displaylang=en

  2. click on Next

  1. Accept agreement and click on Insatll

  1. click on Finish to complete setup


THANKS YOU

2 comments: