Ok, I downloaded .NET SDK.
Then I have to use InProc RAS SDK to substitute RDC runtime correct?
You have an example to this implementation in C++, VBScript or JavaScript?
The code to replace is next:
Set app = CreateObject("CrystalRuntime.Application")
Set rpt = app.OpenReport( RptFileNme, 1 )
CrystalReport1.ReportSource = rpt
Best regards.
Ruben