Click here to Skip to main content
15,896,730 members

Comments by Member 13059365 (Top 3 by date)

Member 13059365 29-Mar-17 9:10am View    
Yes, that is it "AA5570LT". That's my server name.
Member 13059365 29-Mar-17 6:45am View    
AA5570LT is my SSMS Server name. I apologize if I am not using the correct terms, I am just trying to learn. I want the database to go under my SSMS Data connection in Visual Studio, instead of the LocalDB.

I have my connection string setup like that for all of my projects in VS.
Member 13059365 14-Mar-17 21:39pm View    
Yes, I have. I spent 2 days with this error message. And have come to conclusion that It is because my Department class has a Navigation Property for the Administrator(Instructor) class. I have to get the Administrator's full name in my DataTable. When I include that field, I get a "Datatable warning: -Ajax error" when I do search or sort something on the dataTable.
But when I don't include the Administrator's name field, it works fine.