473,386 Members | 1,830 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Minimum permission request

Hi All,

I have a program which need to run from a network share so all users
can access it. I have signed the application and it has one dependent
dll. When I run the application in Vista, on loading the dependent
dll, it throws 'failed to grant minimum permission request'.

I need to run this on network and how can I achive this? Can running
caspol will fix it?

Thanks.
Jan 4 '08 #1
3 3477
Hi,
I'm not sure if Windows Vista has a particular influence on this, but in XP
you had to go to the .NET config applet in control panel and increase the
level of permission for the local network.

Did you try that?

--
Ignacio Machin
http://www.laceupsolutions.com
Mobile & warehouse Solutions.
"DBC User" <db*****@gmail.comwrote in message
news:14**********************************@q39g2000 hsf.googlegroups.com...
Hi All,

I have a program which need to run from a network share so all users
can access it. I have signed the application and it has one dependent
dll. When I run the application in Vista, on loading the dependent
dll, it throws 'failed to grant minimum permission request'.

I need to run this on network and how can I achive this? Can running
caspol will fix it?

Thanks.

Jan 4 '08 #2
On Jan 4, 12:51*pm, "Ignacio Machin \( .NET/ C# MVP \)" <machin TA
laceupsolutions.comwrote:
Hi,

I'm not sure if Windows Vista has a particular influence on this, but in XP
you had to go to the .NET config applet in control panel and increase the
level of permission for the local network.

Did you try that?

--
Ignacio Machinhttp://www.laceupsolutions.com
Mobile & warehouse Solutions."DBC User" <dbcu...@gmail.comwrote in message

news:14**********************************@q39g2000 hsf.googlegroups.com...
Hi All,
I have a program which need to run from a network share so all users
can access it. I have signed the application and it has one dependent
dll. When I run the application in Vista, on loading the dependent
dll, it throws 'failed to grant minimum permission request'.
I need to run this on network and how can I achive this? Can running
caspol will fix it?
Thanks.- Hide quoted text -

- Show quoted text -
True, but I do not want every user to do that. I would like to do it
though the program if possible.
Jan 4 '08 #3
Hi,
I do not think you can do it from the program, if you think about the entire
reason of having it in the first place is to avoid programs from doing that,
increase theirs secutiry levels.

If you are on a domain though you could change it in the domain master and
push it to the clients.

--
Ignacio Machin
http://www.laceupsolutions.com
Mobile & warehouse Solutions.
"DBC User" <db*****@gmail.comwrote in message
news:d5**********************************@s12g2000 prg.googlegroups.com...
On Jan 4, 12:51 pm, "Ignacio Machin \( .NET/ C# MVP \)" <machin TA
laceupsolutions.comwrote:
Hi,

I'm not sure if Windows Vista has a particular influence on this, but in
XP
you had to go to the .NET config applet in control panel and increase the
level of permission for the local network.

Did you try that?

--
Ignacio Machinhttp://www.laceupsolutions.com
Mobile & warehouse Solutions."DBC User" <dbcu...@gmail.comwrote in
message

news:14**********************************@q39g2000 hsf.googlegroups.com...
Hi All,
I have a program which need to run from a network share so all users
can access it. I have signed the application and it has one dependent
dll. When I run the application in Vista, on loading the dependent
dll, it throws 'failed to grant minimum permission request'.
I need to run this on network and how can I achive this? Can running
caspol will fix it?
Thanks.- Hide quoted text -

- Show quoted text -
True, but I do not want every user to do that. I would like to do it
though the program if possible.
Jan 4 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Chris | last post by:
I have seen the posts on various places on the internet about .NET framework mismatch issues and I don't think that is my problem. ; ) When I execute the following C++.NET code: String...
0
by: David Hodges | last post by:
After installing the service packs from Framework 1.0 and 1.1 on my W2k web server I get the above error on all applications. I am at my wits end and finding nothing on Google that helps. Here...
2
by: Vijay Shanmugam | last post by:
I'm moving all projects that coded in Visual Studio 2003 framework 1.1 to Visual Studio 2005. I'm getting following error while build the asp.net and webservices project. All other projects build...
1
by: vikas.khengare | last post by:
Hi Friends.... I have AJAX code which giving "Permission denied to call method XMLHttpRequest.open" error. This error fired by FireFox 1.0 and IE 6 and with Tomacat 5.x. This code work very...
2
by: AnalogKid17 | last post by:
Keywords: ASP.NET app with VS2005 running on Win2003 with IIS6, and SQL2000 on a WinXP Box I've betting the following for days... it's driving me insane: Server Error in '/' Application. ...
0
by: beachboy | last post by:
I have moving the application from windows 2000 to windows 2003, that application is using .net framework ver 1.1 and have their own COM library to do a specify task. I have registed on "COM+...
0
by: Renilkumar | last post by:
Hello, I have migrated a VS2003 appl. to VS2005 appl. After migration it automatically created a bin directory under the root and placed all the DLLs there. However I am getting an error message...
2
by: funktacular | last post by:
Hi - I have some javascript that works when I run it from a server, but I need to run it locally. When I try to execute it locally I get the following error: Error: uncaught exception: Permission...
3
by: Mike | last post by:
Hi I have problem as folow: Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.