Hi,
I want to create thread for reading data from Excel. I found this link.
[url="http://msdn.microsoft.com/en-us/library/aa719109(VS.71).aspx"]http://msdn.microsoft.com/en-us/library/aa719109(VS.71).aspx[/url]
I download the sample project and tried to run the project.
First I build the project using visual studio 2005 and add reference the NetFX20Wrapper.dll
When I run the project, I got error "ActiveX Component cannot create obect" in the Line "Set background = New NetFX20Wrapper.BackgroundWorkerWrapper"
What I have missed?
please reply
thank you


