Hi,


Error Msg = "Can't initialize data bindings"

One of my users gets this error message when they run my app on their XP machine. My program is designed only for XP at the moment. I have tested my program on 8 XP machines and it runs fine, except this user.

I did some hunting and found this solution:

**************************************************

"Hello i had the same problem and here is the solution first make sure msstdfmc.dll file exists in ur "system32" folder for winxp or "system" folder in win98,if it exists then goto Start>Run and type in the following:
RegSvr32 <the path to system32 / system dir>\msstdfmt.dll
Now the Datagrid Control Works fine in Vb.net as well as Vb 6.0

**************************************************
I haven't heard back if the above solution works...I wanted to get feedback on this error message.

What are the best practices? In INNO setup I don't want to copy .DLLs to my users system32 folder, if I can help it. I copy all files to the application path, and it works well on PCs I've tested. The msstdfmt.dll is copied to the user's application folder, not their system directory.

Could it be VB6 runtime not being installed?

Regards,

Simon