Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#278026 - 21/03/2006 05:10 Can a UK person test my program? (Windows/.Net 2)
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
I'm suspecting I might have a bug in my resolution switcher, but I can't verify it is an issue with my windows systems changing locals or an actual issue. I'm getting a crash right when the program starts when my system is set to the UK local pointing to a date parsing issue. Can someone from the UK with a UK version of Windows try it out?

Download here. This requires Windows 98/ME/2000/XP with .Net 2.0 installed.

Thanks for the help on this.

Top
#278027 - 21/03/2006 07:49 Re: Can a UK person test my program? (Windows/.Net 2) [Re: drakino]
Anonymous
Unregistered


I tried it out on XP Pro x64. I got a registry exception.

Quote:
This program experienced a fatal error and will now quit.

Failed to verify the registry settings because:
Request for the permission of type 'System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.


This is while logged in as Administrator and I have .Net 2.0 installed. My "Standards and Formats" setting is set to Dutch and my location is set to the Netherlands. My display resolution is set to 1280x800.

Hope this helps.

Top
#278028 - 21/03/2006 08:09 Re: Can a UK person test my program? (Windows/.Net 2) [Re: ]
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5683
Loc: London, UK
Quote:
I tried it out on XP Pro x64. I got a registry exception.


Did you save it somewhere before running it? .NET applications are automatically sandboxed if you run them directly from the server. This can result in security exceptions.
_________________________
-- roger

Top
#278029 - 21/03/2006 08:23 Re: Can a UK person test my program? (Windows/.Net 2) [Re: Roger]
Anonymous
Unregistered


Quote:
Quote:
I tried it out on XP Pro x64. I got a registry exception.


Did you save it somewhere before running it? .NET applications are automatically sandboxed if you run them directly from the server. This can result in security exceptions.


Yep, you're right. After saving it first, it runs fine.

Top
#278030 - 22/03/2006 04:06 Re: Can a UK person test my program? (Windows/.Net 2) [Re: ]
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
Thanks for checking. Seems it is just my system acting weird and not a real issue.

Top