-
setup problem
i have created the set up of my vb project using
the package and deployment wizard.
i have used datagrid,toolbar controls in my project
while i am doing set up it is giving errors such as
access violation in copying the file mscomctl..ocx
access violation incopying the file omdlg32.ocx
access violation incopying the file msdatgrd.ocx
etc errors.
i just clicked ignore and continued the setup
everything is ok
when i run setup on my own system
i am able to run my project properly with out errors.
but when i go to other systems and run the set up there
it takes place with out any probelms
but when i run the project i was not able to get the data into my datagrids on my project forms
i checked the database .there are records.
but they are not coming into the datagrid.
i have checked the dsn path and everything is ok
how can i rectify the problem
any ideas will be appreciated
-
This Q should probably be in the General Qs area, but I'll give it a go. It looks like you're running a program that uses those OCXs while making the setup. Close all the other programs and then try again.
-
Or you are running Win2K (or NT) and dont have Admin access.
Z.
-
I got an error like that when i trye to install a game i made at school in windowsNT grrrrr
-
usually there are system DLLs that WinNT doesn't have, though Win2k has it all :D
-
I was not able to install my OCX because Administrator have locked some folder I think.