System.ComponentModel.Win32Exception: The operation completed successfully

前端 未结 8 1457
無奈伤痛
無奈伤痛 2020-12-04 22:20

I am getting this exception sometimes while running my Windows Forms app for a long time:

System.ComponentModel.Win32Exception: The operation completed succe         


        
8条回答
  •  無奈伤痛
    2020-12-04 22:35

    I had the same problem in VB.NET. The reason for this was weird:

    In Austria, our Windows Systems usually have a , as comma and a . as thousands-seperator. If this is twisted (which is standard in US I think) Windows will throw this Error. Changing it as it should be in Austria solved the whole thing...

    Good luck!

提交回复
热议问题