You must Sign In to post a response.
  • Category: Windows 8

    Hi all... Need help regarding web application deployment

    Hi all, I am working on C#.net web application , VS 2008 version. I am facing the deployment issue in our web application. I am trying it from last 3 weeks. We have used edmx and i added one column in one of the table of database. And updated the edmx according to that to meet the requirement. Our development environment works fine But as i publish the application after that it does not reflecting any changes and . Getting the below error :

    "Error in line 1 position 366. 'Element' '_x003C_Collaborator_x003E_k__BackingField' from namespace 'http://schemas.datacontract.org/2004/07/Sat.Business.Entity' <http://schemas.datacontract.org/2004/07/Sat.Business.Entity%27> is not expected. Expecting element '_x003C_CLB_Id_x003E_k__BackingField'. "

    Please friends help me.
  • #766182
    Hi
    Compare your all files and folder both Production and Testing Environment.

    Can you share shapshots?

    check your production Error log. Event viewer.

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.

  • #766191
    Hi,
    Have you tried serializer?
    Please find some discussion which might be helpful to you.
    http://stackoverflow.com/questions/10045574/xml-deserializing-element-was-not-expected-error
    http://stackoverflow.com/questions/866854/how-do-i-solve-this-error-error-while-trying-to-deserialize-parameter
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/5fd94a68-9bb6-4244-916a-68d99f417e15/datacontractserializer-expecting-element-problem?forum=wcf


  • Sign In to post your comments