New Project
-
:confused::confused:Hi I'm new to VB.Net and when I try to load an existing VB6 project I get a "Security Error" When I try to start a new project in VB.Net I get a "Required permissions cannot be acquired" error Can anybody point me in the right direction as to what to do? Thanks :confused: Stephen
-
:confused::confused:Hi I'm new to VB.Net and when I try to load an existing VB6 project I get a "Security Error" When I try to start a new project in VB.Net I get a "Required permissions cannot be acquired" error Can anybody point me in the right direction as to what to do? Thanks :confused: Stephen
Because .NET can run applications across the net it is concerned that your objects can be hacked by other net users. That's the crude explanation. So there are things called attributes, which you need to read up on, that indicate how certain aspects of your objects are to be controlled, accessed, and things like that. Attributes are a hell of a good idea, as you'll discover, you can do all sorts with them. Anyway, I've digressed. As you are upgrading from 6 to .NET you should take a look at msdn.microsoft.com and read about this process of upgrading, especially to see what's out and what's in if you know what I mean. There are a lot of issues about upgrading. I learned real quick, its not just plug and play, its plug and pray, pray, pray, then rewrite 8-) Nursey
-
:confused::confused:Hi I'm new to VB.Net and when I try to load an existing VB6 project I get a "Security Error" When I try to start a new project in VB.Net I get a "Required permissions cannot be acquired" error Can anybody point me in the right direction as to what to do? Thanks :confused: Stephen
So you can't even start a new project? Do you have Administrator rights and are you in the Debugger Users group? greetz ;-) *Niels Penneman*
Software/Dev Site
Personal Site