| • Visual Studio.Net 2005 Installation problem
I'm trying to install Visual Studio 2005 on a Windows XP (with Service Pack 2) machine.
It fails while installing one of the components called "Microsoft Document Explorer 2005".
Is there anybody who knows how to resolve this issue?
Regards,
Sunny
|
| • Problem with .NET Remoting
Hi, I hope someone can help me...
I have a problem with serialization and .NET Remoting. I have developed a remote component (using Visual Studio 2005) and I have hosted it in IIS (in a Intranet with anonymous access). This component contains a method that receives in input an object of a class named Persona
(serializable)
Public Function Metodo(ByVal P As Persona) As String
End Function
When
|