-
SGrid Deployment
Hi all,
My application has made use of the vbaccelerator sgrid control.
When deploying it with PDW and install on a client PC (win98), it has problem.
After installation and running the program, an error occurs when the sgrid is loaded: "Run-time error '0'" with the title of the message box shows "vbAcceleratorS-Grid Control".
I've already tried to register the activeX control on the client PC with regsvr32.exe, but the error still exists.
What's will be the problem? Does sgrid supports on win98?
Thanks!
Meeko
-
Re: SGrid Deployment
Hi. Are you using SGrid 1 o SGrid 2. I have tried Sgrid 2 control with W98 and i have no problem, but i don't try it with Sgrid 1
-
Re: SGrid Deployment
In another post I attached a file that allows you to install the SGrid-2 into client's computer. (allso the related DLL).
I will bring that post up(in the queue), so it is next to this reply
-
Re: SGrid Deployment
Rob all you need to do to link posts, is to place the URL of the post you want to link to into the thread you want to link from.
You can do it like this...
http://www.vbforums.com/showthread.php?t=328519
or like this
.
-
Re: SGrid Deployment
Currently this post has this in the explorer bar at the top -
http://www.vbforums.com/showthread.p...86#post1945786
(It looks a bit longer than yours ?)
Do I just copy that, and paste it ?
-
Re: SGrid Deployment
Yep. But you can also use the "insert hyperlink" icon when you are putting your reply together to do it the embedded way.
-
Re: SGrid Deployment
Thanks for replies,
The problem is not only in win98....
Thanks, RobCrombie, I've tried to install the "InstallControls" in the client's PC, and it works!!!!
What does InstallControls actually do? I would like to include this in the deployment package or in the source code, it is possible?
Thanks
Meeko
-
1 Attachment(s)
Re: SGrid Deployment
Hi,
As I mentioned in the other post, I actually made it to pre-install the Sgrid-2 and related DLL in my user's computer.
It was only when someone mentioned that they were having trouble installing the grid in their computer that I thought perhaps my little tool, might do that task as well. Which it appears it does.
All I did was create a new Vb Project and add a reference to the DLL, and to the grid control. I painted the grid onto the form, and used P&D wizard to make the installer that you just used. I did it a litle while back, so I can't recall whether I had to do a wee bit of browsing to tell the P&D wizard to include the DLL in the install package. So keep one eye out for that.
I have attached a JPEG showing the Project's References and Controls Dialogs.
To your broader question - If you ensure your real project has those same references and controls, and you ensure the P&D wizard includes them in your setup package, you should be ok.