简体   繁体   中英

SAP crystal report throwing error

when i going to set the SetDataSource of sap crystal report then throwing the below error. but in same solutions previous projects report working proper. nothing showing another info about the error. i am using vs 2013 and SAP cr13 with wpf.

InvoicePrinting obj = new InvoicePrinting();
obj.SetDataSource(_invoiceListPrint);

{Cannot evaluate expression because the current thread is in a stack overflow state.}

please help

I've researched this for other similar threads. You will have to post your code in most of them they ask that you do this. I believe that snip-it of code will not be enough.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM