Deserialization Problem

 

 hi

 I am communicating with asp.net page by my application at client side... client send data to asp.net page........ at client end i serializes the data to the stream and on server data is recieved and i stored that in a file... but when i try to deserialize data from stream directly or from filestream ..error comes to client application " Internal Server Error (500)............"  i have searched a lot but did not find a single example of such type.. all examples are of simple serialization and deserialization........I have studied a lot on the web that assemblies on client and server side should be same but how to deploy or load assembly on server side... from where i where i can get it or where i should place it............. so i'll be very thankfull for ur response......

thx

 

 

 

 




Answer this question

Deserialization Problem

  • The Zigzag

    thx a lot dear..... it didn't solve my problem but it was a new thing for learning for me.....

    TC

    bye



  • catlyt

    Bilal, "Internal Server Error (500)" means that there was a problem processing your request within IIS. This could be a problem with your application, or potentially with the IIS configuration. To find out what the problem is, start by turning off custom errors in your web application.

    If you need more information, you can attach a debugger to the ASP.NET process. The process is either called aspnet_wp.exe or w3wp.exe, depending on your OS. KB article 301058 has more information on how to do this.

    http://support.microsoft.com/default.aspx scid=KB;EN-US;q301058

    Cheers,

    JJustice [MSFT]


  • ebeutler

    Hi Bilal, were you able to determine the problem with the debugger or the error page

    Best regards,

    JJustice [MSFT]


  • Deserialization Problem