Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot Initialize Data Bindings Error

Status
Not open for further replies.

jduckwo

Programmer
May 1, 2001
11
US
One of my clients gets the following error:
"cannot initialize data bindings"
when trying to load my program. I am assigning a disconnected recordset to
the Microsoft DataGrid Control DataSource property in VB6.0. I cannot reproduce the error and
I was wondering if anyone had any ideas about what might be causing this.
The user has the same version of the MSDATGRD.ocx that I have. Any help would
be greatly appreciated.

Jake Duckworth
Senior Programmer
Strategix Performance
 
HI jduckwo,


My partner and I saw the exact error and looked all over the net for the answer. No Luck! We called Microsoft and were instructed to make sure msbind.dll was in place. It was. We still had no luck.

They said

Just checking in with you regarding your Visual Basic issue. On Friday we discussed your project and some possible resolutions to the cannot initialize data bindings error you were receiving. First we were going to try to replace msbind.dll and msstdfmt.dll with files from Visual
Studio Service Pack 5. If we still get the same error after that you were going to obtain the exact error number and message so that we have something better to do research on. Have you had a chance to look into this yet? Any new updates or questions?


The Answer...............


We had to reload our system that compiled the source code. After Visual Studio was installed we installed the new service pack. After the code was re-compiled It worked!


Hope this helps


Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top