![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi JDCL, Thanks for posting in the MSDN newsgroup. From your description, I understand that you're using .net remoting as the communication mechanism between your cilent app layer( ASP.NET) and the intermediate business layer(remoting server). However, you found that some of your test environment will through unexpected "SerializationException" (instead of the OracleException you expected) when the remoting server throw out some OracleExceptions , correct? As for this issue, since you've mentioned that it works on most deployment servers and only occurs on some certain test environment, I think it likely a environment specific issue. Also, based on my researching, there does used to exist an known issue of the OracleException class, in the original RTM (without any service pack) of .net framework 1.1, the OracleException class has some known issue (code mistake) in its serialization/deserialization code which may result to the "Member message not found..." exception. However, after the service pack1 or in the .net framework 2.0, this problem should have been fixed. Therefore, I'm wondering whether there is any difference on the .net frameworks' version on those different test server machines in your environment. First, are you using .net framework 1.1 or 2.0, and if you're using .net framework 1.1 on those machines, have you checked them to see whether each of them has applied the latest servcie pack. Here is a knowledge base article describing how to identitfy the .net framework's version(include service pack): #How to determine which versions of the .NET Framework are installed and whether service packs have been applied http://support.microsoft.com/kb/318785/en-us Hope this helps some. If there is anything else we can help, please feel free to post here. Regards, Steven Cheng Microsoft MSDN Online Support Lead ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. Get Secure! www.microsoft.com/security (This posting is provided "AS IS", with no warranties, and confers no rights.) |
#4
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |