http://bugs.winehq.org/show_bug.cgi?id=21136
--- Comment #4 from kovariadam@gmail.com 2009-12-23 12:35:01 --- (In reply to comment #3)
How did you install dotnet? Try: $ rm -rf ~/.wine $ wget kegel.com/wine/winetricks $ sh winetricks dotnet20 $ wine setup.exe # install your application
Thanks, my application requires .net 2.0sp1, but installing .net2sp2 from winetricks ends with some error so i tried installing official binary from Microsoft website.