Guest User

Untitled

a guest
Aug 14th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. RIA Domainservice - Notfound error - how to get more debug information?
  2. if (myLoadOperation.HasError)
  3. {
  4. MessageBox.Show(myLoadOperation.Error.Message);
  5. MessageBox.Show(myLoadOperation.Error.InnerException.ToString());
  6. }
  7.  
  8. connectionString="metadata=res://*/Model.Model1.csdl|res://*/Model.Model1.ssdl|res://*/Model.Model1.msl;provider=MySql.Data.MySqlClient;provider connection string="server=xxxxxxxxx;User Id=xxxxxxx;password=xxxxxxxxx;Persist Security Info=True;Allow Zero Datetime=True;Convert Zero Datetime=true;database=xxxxxxxxxx;" providerName="System.Data.EntityClient"
  9.  
  10. System.ServiceModel.DomainServices.EntityFramework.dll
  11. System.ServiceModel.DomainServices.Hosting.dll
  12. System.ServiceModel.DomainServices.Hosting.OData.dll
  13. System.ServiceModel.DomainServices.Hosting.Server.dll
Add Comment
Please, Sign In to add comment