Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Error CS0029 Implicity convert type
Hi someone,
After I update Web References to 2015_1_0 and compiled, I have this error below related to a line of code below. Can someone help me how I can fix this?
----------------------------------------------------
ReadResponse[] resList = _service.getList(recordRefs);
Error CS0029 Cannot implicitly convert type 'NSClientERP.com.netsuite.webservices.ReadResponseList' to 'NSClientERP.com.netsuite.webservices.ReadResponse[]'
0