Hi all. First sorry for my English, im italian....be patient
I have realized a simple application with VB.NET on my pc (Win XP, VB.NET Standard 2002) that by a button pressing shows some information on the display (pc name, user name etc.)
If i try to run this application on another pc with windows 2000 it works correctly, but in a pc with windows 98 it doesn't work and this message appears:
"The application attempted to perform an operation not allowed by the security
policy. The operation required SecurityException. To grant this appication the
required permission please contact your system administrator, or use the Microsoft
.NET security policy administration tool."
After this message the application closes itself.
Framework 1.1 is present on both computers.
On my pc, under "Administration tools" i find "MS Framework 1.1 configuration", with some keys about security, policies etc.
I would like to know what i have to do to solve this message, because i'd like to run this application with 98/me/nt/2000/xp systems.
Thank you in advance and....good coding!
Bye
I have realized a simple application with VB.NET on my pc (Win XP, VB.NET Standard 2002) that by a button pressing shows some information on the display (pc name, user name etc.)
If i try to run this application on another pc with windows 2000 it works correctly, but in a pc with windows 98 it doesn't work and this message appears:
"The application attempted to perform an operation not allowed by the security
policy. The operation required SecurityException. To grant this appication the
required permission please contact your system administrator, or use the Microsoft
.NET security policy administration tool."
After this message the application closes itself.
Framework 1.1 is present on both computers.
On my pc, under "Administration tools" i find "MS Framework 1.1 configuration", with some keys about security, policies etc.
I would like to know what i have to do to solve this message, because i'd like to run this application with 98/me/nt/2000/xp systems.
Thank you in advance and....good coding!
Bye