Hi Experts,
I am absolutely new with C sharp. I am working on code in an existing system. The visual basic code is giving call to a c sharp code as follows:
Set x = New IndexDailyPerformance.PerformanceReport
when i debug in visual basic the control does not go past this line . I have no idea what is going on. I have also selected the option for debugging c sharp from visual basic. The control should go to c sharp when the following line is reached in visual basic
testArray = x.getBenchmarkDollarsEarned_SingleDate_Object(ToDate, PortfolioMV, BenchmarkName)
but this line is never reached. Nothing happens beyond the line
Set x = New IndexDailyPerformance.PerformanceReport
Please help!
Thanks
Shilpi