how to debug C#-WinForms application in VS 2008 Express under Wine?

Questions about Wine on Linux
Locked
S.M.
Newbie
Newbie
Posts: 1
Joined: Thu Apr 02, 2020 1:54 am

how to debug C#-WinForms application in VS 2008 Express under Wine?

Post by S.M. »

Hi there!
Enivoronment:
xUbuntu 18.04.4 LTS x64
wine-stable 5.0.0~bionic amd64 (winehq-stable + wine-stable-amd64 + wine-stable-i386:i386)
WINETRICKS_VERSION=20191224
(under wine WINEARCH=win32 + Visual Studio Express 2008 SP1 (ENG) + dotnet35sp1 (was installed by winetrick))

So in VS I create Windows Forms Application - build - debug, and at this step I got the error message:
error while trying to run project: unable to start program unknown error full-path-to-builded-exe-application-file.
operation not supported. unknown error: 0x80010115
(when I just run "build without debugging" - exe-application works fine!)
As I googl'ed, error code 0x80010115 means something like:
public const int RPC_S_CALLPENDING = (int)(0x80010115 - 0x100000000);
/// <summary>
/// OLE is waiting before retrying a request.
/// </summary>
0x80010115, OLE has sent a request and is waiting for a reply.
So guys I really need your help because I have very urgent work that I have do (and for now haven't enough skills to investigate this issue by myself).
If anyone has time to check this issue I post the link to download the installation package that I used (https://archive.org/details/vs2008sp1).
I would really appreciate any help!
Locked