C
Cocco82
Hi guys,
i have a LAN with a Windows Server 2003 as main computer that shares
an hard drive with letter F: from which all the other computers (Win
XP Pro SP2) execute the programs i need for my work.
Now i need to write a program myself, and i have compiled it with
Visual Basic 2005.
If i work directly on the Server 2003, that's ok, but if i work from a
terminal and i launch the program from the drive F:, it hang up and
claims errors in mscorlib.dll, Security.Permission.something and so
many other.
If i instead execute the program from the drive G: (a drive shared by
a Win Xp computer) it's all right.
The program should be establish some TCP connections to internet,
using System.Net.Sockets.
Can anyone help me please?
Thanks in advice.
i have a LAN with a Windows Server 2003 as main computer that shares
an hard drive with letter F: from which all the other computers (Win
XP Pro SP2) execute the programs i need for my work.
Now i need to write a program myself, and i have compiled it with
Visual Basic 2005.
If i work directly on the Server 2003, that's ok, but if i work from a
terminal and i launch the program from the drive F:, it hang up and
claims errors in mscorlib.dll, Security.Permission.something and so
many other.
If i instead execute the program from the drive G: (a drive shared by
a Win Xp computer) it's all right.
The program should be establish some TCP connections to internet,
using System.Net.Sockets.
Can anyone help me please?
Thanks in advice.