Schema specified is not valid. Errors: The relationship was not loaded because the type is not available

后端 未结 8 1312
旧时难觅i
旧时难觅i 2021-02-05 02:53

I wish to reference the OrderAddress model twice in my Order model; once as a ShippingAddress and once as a Billing

8条回答
  •  我在风中等你
    2021-02-05 03:06

    I got one solution here! if you are using EF then do following,

    Open model.edmx then right click on it and update model from database. finally build application and run it.

提交回复
热议问题