Hi,
I have one old application in VB6. I write a new part for this application with VB2010 and CR FOR VS 2010. This new part of application work with old application with Microsoft InteropFormsTools. Old application call forms (dll) in new application and new application have reports make with CR FOR VS 2010.
And here is a problem. Evry time when I call a report report crash and application crash too. Crash happened when this code execute
Report.SetDataSource(dt) If I run report from Visual studio environment evrything is OK. And when I run a report from VS2010 application evryrhing is OK. I have checked Make assembly COM visible and Register for COM interop in module in wich is this report. Can anybody help me? Regards Miran