R
ruca
I have an object that must be created be created in 3 different pages of my
Application.
The problem is that I can create the object in only one of that pages and in
the others gives me two differents errors
in one says: 'Object reference not set to an instance of an object.'
an in another says: 'Cannot create ActiveX component.'
I don't understand why because the creation mode in the 3 pages is exactly
the same (belive me, I check it out a "million" times).
This is how I create the Object
---------------------------------------------
Imports System.Object
Dim obj as Object
obj = CreateObject("msu0pr.rfvHard")
.........
//then I have the code that I need.
Application.
The problem is that I can create the object in only one of that pages and in
the others gives me two differents errors
in one says: 'Object reference not set to an instance of an object.'
an in another says: 'Cannot create ActiveX component.'
I don't understand why because the creation mode in the 3 pages is exactly
the same (belive me, I check it out a "million" times).
This is how I create the Object
---------------------------------------------
Imports System.Object
Dim obj as Object
obj = CreateObject("msu0pr.rfvHard")
.........
//then I have the code that I need.