Hi All
I have a C# web service to create AP Payments, it runs with no problem on my XP dev environment, but when running on a W2k3 server with the same SQL DB, i get an exception "Object reference not set to an instance of an object." on the line
apPaymentBatchFields.FieldByName("PAYMTYPE").SetValue("PY", false);
Thanks
Sean
I have a C# web service to create AP Payments, it runs with no problem on my XP dev environment, but when running on a W2k3 server with the same SQL DB, i get an exception "Object reference not set to an instance of an object." on the line
apPaymentBatchFields.FieldByName("PAYMTYPE").SetValue("PY", false);
Thanks
Sean