I'm using VS 2005 to compile the c# version of PocketVision.Clean install and compileit works fine. Any change like editing the url in the Web References causes a whole heap of similar errors like:
Cannot implicitly convert type 'PocketVision.DataSetTasks' to 'PocketVision.DataAccess.DataSetTasks'.
Error6The best overloaded method match for 'System.Data.UniqueConstraint.UniqueConstraint(string, string[], bool)' has some invalid arguments
Error13Argument '2': cannot convert from 'System.Data.DataColumn[]' to 'string[]'
I don't understand what has happened to the namespaces it's really wierd.
Any help appreciated
James