473,563 Members | 2,696 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Trusted with Distributed project?

19 New Member
I have an Access app that I want to distribute to some user. What can I do so that they don't run into Not a Trusted Site error?
Apr 8 '08 #1
7 1363
mshmyob
904 Recognized Expert Contributor
Create a text file with the .REG extension and put this in it and it will eliminate the Trusted Location on your computer.

Run this file on any computer you want to install the runtime on.

This will eliminate needing a trusted directory and will remove the message from Runtime.

Is this what you want?


Code: ( text )
REGEDIT4

[HKEY_CURRENT_US ER\Software\Mic rosoft\Office\1 2.0\A ccess\Security]
"VBAWarnings"=d word:00000001


cheers,

I have an Access app that I want to distribute to some user. What can I do so that they don't run into Not a Trusted Site error?
Apr 8 '08 #2
missinglinq
3,532 Recognized Expert Specialist
Changing the system settings of other users machines is highly frowned on, and changing the registry is never something to be done lightly! Changing it on clients machines sounds like a recipe for disaster to me. The Trusted Location is there for a reason, and probably should be left in place for others apps that may come along. I'd simply notify the customers that the app needs to be declared as Trusted, with the directions for doing this if need be.

Linq ;0)>
Apr 8 '08 #3
mshmyob
904 Recognized Expert Contributor
I agree, the problem with the Access 2007 runtime is that even if you set the trusted directory and everything correctly it still always pops up when starting an app.

After a lot of research this was the only way I found to disable that message.

cheers,

Changing the system settings of other users machines is highly frowned on, and changing the registry is never something to be done lightly! Changing it on clients machines sounds like a recipe for disaster to me. The Trusted Location is there for a reason, and probably should be left in place for others apps that may come along. I'd simply notify the customers that the app needs to be declared as Trusted, with the directions for doing this if need be.

Linq ;0)>
Apr 8 '08 #4
missinglinq
3,532 Recognized Expert Specialist
I knew there was something else I meant to say. Unless I missed something, nothing in the OP's post mentioned Access Runtime, did it?

BTW, is the problem you mentioned still there with the just released SP1 for the runtime version?

Linq ;0)>
Apr 8 '08 #5
mshmyob
904 Recognized Expert Contributor
After I responded to you I was wondering the same thing (if they fixed the problem with Runtime SP1). I haven't had a chance to test it yet.

I will say that it is the most annoying thing and clients hate that message popping up with runtime. Typical MS, you follow everything to the 'T' and it still doesn't work. I'm not complaining though since the runtime is free and I really do like the new Access (in particular the custom ribbons - they really give the app a nice look and feel).

I know the OP didn't mention Runtime but it appeared to me that they knew about setting the trusted locations in the main Access and since that works I assumed runtime.

Also if it isn't runtime they will let me know (lol).

cheers,

I knew there was something else I meant to say. Unless I missed something, nothing in the OP's post mentioned Access Runtime, did it?

BTW, is the problem you mentioned still there with the just released SP1 for the runtime version?

Linq ;0)>
Apr 8 '08 #6
Kirsten
19 New Member
Runtime.
If I didn't mention it in the text I was certainly thinking it. So thanks for reading my mind (usually in a font too small to be noticed).
Apr 8 '08 #7
mshmyob
904 Recognized Expert Contributor
Woohoo... Mark 1 for me...

cheers,

Runtime.
If I didn't mention it in the text I was certainly thinking it. So thanks for reading my mind (usually in a font too small to be noticed).
Apr 9 '08 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

0
2039
by: David N. | last post by:
Hi All, I have a C# project that was created using VS.NET 2003. The project is on a shared network drive. When I open the project using VS.NET, I got the following warning message: "The project locatoin is not fully trusted by the .Net run time because it is either a network share or mapped to a network share not on the local machine. If...
0
2441
by: DotNetJunkies User | last post by:
I am writing a distributed transaction code. My current scenario include a client database(Suppose client- having 4 main database) which can be installed anywhere which would connect to a public database placed at ISP datacentre(Suppose Server- having 2 database). this server database is added to client as linked server through vb.net interface....
3
3612
by: Lewis | last post by:
I have "My Documents" redirected to a network share but when I go to open a project it says that the share is not fully trusted. I found this info: > The simplest (least work) in this situation is to change the machine policy (those 3 options are known as policy levels). Under the Intranet zone groop, add a new code group with a Membership...
39
2567
by: Steven T. Hatton | last post by:
I came across this while looking for information on C++ and CORBA: http://www.zeroc.com/ice.html. It got me to wondering why I need two different languages in order to write distributed computing apps. In the case of CORBA, that means IDL and C++. In the case of ICE, that means slice and C++. Slice actually looks a lot closer to C++ than...
3
1836
by: Joris Dobbelsteen | last post by:
Dear, I have some considerations I need to take designing a distributed application (it's for a school project). Basically I'm looking for some reference or guidiance material/literature and advises on (potential) issues I should take caution for. The design involves a distributed simulation application. It simulates sheeps in a pasture,...
3
3467
by: BWilliams | last post by:
Hello all, I'm working with the DotNetNuke project, and am getting the above error when trying to open it in Visual Studio 2003. The Zip file was extracted to a local hard drive - other than C: in a folder called E:/PortalClient. I have the web site built, and it runs fine on the local host. The application in IIS is called NFBCPortal. ...
1
265
by: Neil Robbins | last post by:
I am getting the following message when attempting to open a solution from another computer on my network: "The project location is not fully trusted by the .NET runtime. This is usually because it is either a network share or mapped to a network share not on the local machine. If the output path is under the project location, your code...
4
1818
by: scott | last post by:
Hi, When opening a VS 2005 project on a server i get the following message: "The Project Location is Not Trusted Dialog Box" I then cannot see the project. Im opening the project from a mapped drive and i have full rights on it.
4
2243
by: oldeast | last post by:
Hi all, Read the posts about the trust centre, has anyone else encountered this? I've set up a trusted location for my front end, and that works OK on my development folder. I changed the trust centre folder for the distributed copy. The copy and any copy on the user's machine ignores the trusted location and requires the user to enable the...
0
7664
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7583
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7638
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7948
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5484
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3642
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
923
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.