DataGrid window doesn't work when app is distributed
I've got a VB6 application that I'm trying to distribute and I'm using INNO to create the installer. I love INNO and it works great, but I appear to be missing some components. When I run the application, I have some SSOLEDBGrid controls that don't appear to be working. When I try to load one, it just gives a blank MsgBox window. What could I be missing?
Re: DataGrid window doesn't work when app is distributed
Ya, I figured it was one of those but I can't figure out which. I have every file from the deployment wizard in my INNO script and still nothing. Is there an easy way to find out what files it's trying to use?
Re: DataGrid window doesn't work when app is distributed
OCX Control = ssdw3b32.ocx
version = 3.1...
Infragistics
The company, based in Cranbury, NJ,[17] was established in November 2000 when ProtoView Development Corporation and Sheridan Software Systems, Inc. merged.[18] Besides its U.S. headquarters in New Jersey, Infragistics has offices in eight other countries including the UK, Germany, Australia, France, Japan, India, Bulgaria and Uruguay.
JG
... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...
Re: DataGrid window doesn't work when app is distributed
I'm distributing that with my app. The weird thing is that my app works on some machines but not others. Really getting confused as to what is causing this!
Re: DataGrid window doesn't work when app is distributed
Well when you say it works on some machines and not others what are the things in common or different on these machines. OS? Development environment installed? Office installed? Other 3rd party software?
Does the control need to be registered? Is it being registered? Does it have any dependency files that may be missing or need to be registered?
Re: DataGrid window doesn't work when app is distributed
Well what you showed would suggest that it may be XP service pack 3
I would suggest that SP3 be installed on all XP machines
Then again.... I just looked at mine and am running XP Pro KN Version 2002 with SP3
My version of the dll matches the one above where you say it is not working.
Last edited by DataMiser; January 30th, 2013 at 03:57 PM.
Bookmarks