hi, and thanks for the replies.
while trying to register with regsvr32 i got this message
"Intereop.pw66.dll was loaded, the DllRegisterServer entry point was not found.the file can not be registered."
i got the same message when i tried to unregister the DLL by typing:
> regsvr -u Intereop.pw66.dll
i tried to rename the DLL's by removing the interop and surprise!! it didn't work.
i only want to create an instance of this class, the this i am getting the exception on the "new"
for example:
X x 'here there is no exception
x = new X 'exception here
again, thanks for replying, and hope we'll be able to solve that thing.
Omar