Remove All referance of OCX file from PC
COM
2
Posts
2
Posters
0
Views
1
Watching
-
I have ActiveX .ocx file registered,using "regsvr32 vid_NET.ocx" I have another version of same ocx file and its GUID also same when i embedding it to my .Net application. I do it from editing
-
I have ActiveX .ocx file registered,using "regsvr32 vid_NET.ocx" I have another version of same ocx file and its GUID also same when i embedding it to my .Net application. I do it from editing
Try regsvr -u vid_NET.ocx and if this fails you could delete the dll and use RegCleaner
JO :)