I have created the VS 2005 setup project, which includes the
NTGraph.ocx file.
For this file the Register property set to "vsdrfCOMSelfReg".
When install this setup, it regiters the NTGraph.ocx file succesfully,
but when I run my application, application crashes while using this
varaible only.
In Some systems it works fine, some systems it crashes.
I am installing on Windows XP, SP3 system.
When register the OCX file, if it is registered in HKEY_CLASSES_ROOT,
then application works fine.
In Which ever machine, it is not working, the ocx file is registered
in some other location , not in HKEY_CLASSES_ROOT.
If somebody faced this kind of issue, please respond.
Thanks in advance.
Other than that, using "vsdrfCOM" for the Register property is considered a
better choice for a variety of reasons and it usually has the same
end-result as "vsdrfCOMSelfReg" in most cases. It might even help you in
your problem of installating with a less privileged user if that actually
happens to be your issue.
You can read more about "vsdrfCOMSelfReg" and "vsdrfCOM" at:
http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/
Regards,
Shoaib.
"Rohini" <changt...@gmail.com> wrote in message
news:9dfbd195-9125-473e...@h28g2000yqd.googlegroups.com...
Thanks Shoaib,
I have tried this option also, it is not working.
Even i have triend registering the NTgraph.ocx by using regsvr32 on
that system, then also it is not working.
Even I have tried on Admin - login, then also it is not working...
Is there any solution that I can try it out.
Thanks & Regards,
Regards,
Shoaib.
"Rohini" <changt...@gmail.com> wrote in message
news:c701eda0-9ecf-4e90...@r33g2000yqn.googlegroups.com...