I am a long time pb classic developer and having a lot of trouble with PB.NET. I'm forced to use pb.net because I do not believe pb classic is able to call WCF services. I have pb12.5 but I am currently using pb 12.6 trial for my tests.
1) wheres is the app.config in the workspace? when I build a pb.net solution it automatically creates a config file in the debug folder. If I update this file with some settings they always gets overwritten with a new one when build it. How can I setup a app.config file in pb.net similar to .net solutions.
2) We have existing WCF services that readily handle dataTable retrieves and updates. I want to use pb classic or pb.net to use these services. Is there a way I can somehow convert datawindows to datatables and call my existing WCF services. This should also take into consideration the state of the datawindow row (delete, new, modified) etc...