I'm trying to move over a project to Mono that uses XSD files that have both class definitions and TableAdapters. Mono cannot find the namespace if I leave the XSD in the App_Code folder, nor if I convert the XSD to a .cs file using the Microsoft xsd.exe tool. I opened that .cs file and didn't see that namespace anywhere, so maybe it has to do with the way .NET generates table adapter definintions.
I get this error: CS0246: The type or namespace name `ActivityLogTableAdapters' could not be found. Are you missing a using directive or an assembly reference? Is this database functionality implemented in Mono 2.4? I'm actually just trying to get it to connect to an existing MS SQL Server Express edition database. Anyone had any success? It's a rather large codebase, if I have to convert the database layer not to use Strongly Typed Datasets and Table Adapters, anyone have any suggestions for converting many queries / files / classes? -- View this message in context: http://www.nabble.com/Table-Adapters---Strongly-Typed-Datasets-%28XSD%29-in-Mono--tp23804795p23804795.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
