Santhosh PillaiGlobalization challenges... one at a time.Post your Remoting questions in microsoft.public.dotnet.framework.remoting- February 24, 2004 As I look through the feedback for my post, I thought it may be a good idea that I propose this: feel free to post your Remoting related questions in microsoft.public.dotnet.framework.remoting newsgroup. The newsgroup is pretty active with some MS guys and a couple of MVPs regularly answering queries. It is easy to configure Outlook Express to read newsgroups. Details available at http:msdn.microsoft.comnewsgroupshttp://blogs.msdn.com/sanpil/archive/2004/02/24/79528.aspx Error: The type <type name> is not supported because it implements IDictionary.- February 24, 2004 Ferris Beuller asked me in response to my previous post: Why can the serializer not serialize types that implement IDictionary SortedList in types cannot be serialized, you get an InvalidOperationException with the innerexception of "The type System.Collections.SortedList is not supported because it implements IDictionary." The serializer should be able to serialize any type as long as it is marked serializable. SortedList is marked serializable. So, you should not be getting this error. I was.http://blogs.msdn.com/sanpil/archive/2004/02/24/79346.aspx So, What's the Deal with SerializationException in Remoting & TypeFilterLevel- February 23, 2004 Applications that used to work well in Framework 1.0 give System.Runtime.Serialization.SerializationException when run under Framework 1.1. The exception has this format: System.Runtime.Serialization.SerializationException: Because of security restrictions, the type (type name) cannot be accessed. ---> System.Security.SecurityException: Request failed. This issue is documened at http:www.gotdotnet.comteamchangeinfoBackwards1.0to1.1default.aspx00000153 (Secure Serialization in .NET Remoting -.http://blogs.msdn.com/sanpil/archive/2004/02/23/78754.aspx About Me: Santhosh Pillai- February 23, 2004 My Name is Santhosh Pillai. I am a Technical Lead in the Microsoft Developer Support Organization. Till recently I used to support OLE, COM, DCOM, .NET Remoting, and COM Interop technologies. I am moving to Multimedia support soon, but most of the posts I am planning to put here will be on the technologies I supported for the last 4 years: COM, DCOM, Remoting, and COM Interop.You may have seen my postings in newsgroups like microsoft.public.win32.programmer.ole,...http://blogs.msdn.com/sanpil/archive/2004/02/23/78752.aspx |