Passolo check failure with .net windows form generated by Visual Studio 2015

Passolo 2011 Version: 11.9.0.124

I have a .Net project with some windows forms, containing some resources like Button, Label, etc...

And if I build it with release version by Visual Studio 2015, and try to translate it with Passolo 2011,

when I try to "Check" the generated-translated-windows form, it will display below error messages:

===================================

Checking Translation List - WindowsFormsApplication1:French (France)

(14) String "$this" in Dialog.NET "WindowsFormsApplication1.Form1" Stack empty.
(14) String "$this" in Dialog.NET "WindowsFormsApplication1.Form1" Failed to load the resource "WindowsFormsApplication1.Form1".
2 error(s)

===================================

and I could not see and interact with the windows forms.

While if I build it with debug version by Visual Studio 2015, it can work normally.

Because release building will optimize codes.

It also can work normally with release version by Visual Studio 2013.

And I compared the release version generated codes by Visual Studio 2013 with 2015,

and found that the order of generated codes by VS 2015 is different with VS 2013.

and Possolo checks the windows form failure with VS 2015.

Does anybody can help fix it  or has a workaround for it?

Thanks a lot.