Dan Kegel wrote: > > I don't quite follow. Are you saying that you had to rename Wine's > winsxs to WinSxS > to get your app to work? > No I am putting the windows SxS next to the one of Wine (when copying it in the windows directory, it's not being replaced - it's not the same name on unix). Thus I am bypassing the problem of the assemblies installed by C++ 2005 and not being able to be loaded correctly by regasm.exe. I can't remove the one of Wine, I've no idea how it is linked to. > > I don't quite understand. Are you saying that Visual C++ 2005 recently started > installing better? > That sounds related to the improvements in > http://bugs.winehq.org/show_bug.cgi?id=7189 > I see it as an improvement of the last 2 weeks - it's however not obvious that it is registering correctly when regasm.exe under the .NET can't load the assembly. The message "runtime error - atl80.dll was loaded in an incorrect way" was one of my first error message when I was trying to see what was missing to C++. Once the loading will work, it will be more obvious that the bug is close to be fixed.