Hello All,
I want to use .NET dll in my VFP 9 program
In IDE mode I am able to generate tlb file and call it using object browser
i use following command to generate tlb and call it in object browser
regasm d:\myproject1608\MyPartnerASP.dll /tlb
On client Machine
I have done as follows
1) regasm d:\myproject1608\MyPartnerASP.dll /tlb ----tlb generated succesfully
2) TLb and dll both are in d:\myproject1608 folder
3) tlb and dll both i have tried putting in c:\windows\system32 and c:\windows\syswow64 folder
4) regsvr32 will not work
code fails at CREATEOBJECT("MyPartnerASP.Relay.ReadClientData")
OLE Error Code 0x80070002: The system cannot find the file specified
This works ok on development machine where I use the step Toos-->Object Browser-->Com Library-->MyPartnerASP.tlb
Any help would be very greatful
Thanks in Advance
I want to use .NET dll in my VFP 9 program
In IDE mode I am able to generate tlb file and call it using object browser
i use following command to generate tlb and call it in object browser
regasm d:\myproject1608\MyPartnerASP.dll /tlb
On client Machine
I have done as follows
1) regasm d:\myproject1608\MyPartnerASP.dll /tlb ----tlb generated succesfully
2) TLb and dll both are in d:\myproject1608 folder
3) tlb and dll both i have tried putting in c:\windows\system32 and c:\windows\syswow64 folder
4) regsvr32 will not work
code fails at CREATEOBJECT("MyPartnerASP.Relay.ReadClientData")
OLE Error Code 0x80070002: The system cannot find the file specified
This works ok on development machine where I use the step Toos-->Object Browser-->Com Library-->MyPartnerASP.tlb
Any help would be very greatful
Thanks in Advance