Difference between revisions of "Configure Microsoft Visual Studio ClickOnce Trust Prompts"

no edit summary
Line 1: Line 1:
== Overview ==
== Overview ==


Microsoft Visual Studio ClickOnce Trust Prompts control whether code using the .net Framework can be launched or not.  
Microsoft Visual Studio ClickOnce Trust Prompts control whether code using the .net Framework can be launched or not within Microsoft Office.  If this is not enabled or allow, BudgetLink will not run as it will be missing the AddonsLink Ribbon.


This is controlled by the following key within your windows registry.
Microsoft Visual Studio ClickOnce Trust Prompts is controlled by the following key within your windows registry.


''HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\.NETFramework\Security\TrustManager\PromptingLevel''
''HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\.NETFramework\Security\TrustManager\PromptingLevel''


Importantly, both the MyComputer and LocalIntranet registry key values should be set to Enabled.
Importantly, both the MyComputer and LocalIntranet registry key values should be set to Enabled.
For more complete information from Microsoft, refer to the following article.
[https://docs.microsoft.com/en-us/visualstudio/deployment/how-to-configure-the-clickonce-trust-prompt-behavior?view=vs-2015 https://docs.microsoft.com/en-us/visualstudio/deployment/how-to-configure-the-clickonce-trust-prompt-behavior?view=vs-2015]
== Configuring Microsoft Visual Studio ClickOnce Trust Prompts using the prepared registry file ==


You can download and run the following file to resolve the issues.
You can download and run the following file to resolve the issues.
[https://accountingaddons.com.au/downloads/support/Microsoft Visual Studio ClickOnce Trust Prompts.reg https://accountingaddons.com.au/downloads/support/Microsoft Visual Studio ClickOnce Trust Prompts.reg]
[https://accountingaddons.com.au/downloads/support/Microsoft Visual Studio ClickOnce Trust Prompts.reg https://accountingaddons.com.au/downloads/support/Microsoft Visual Studio ClickOnce Trust Prompts.reg]


For more complete information from Microsoft, refer to the following article.
== Configuring Microsoft Visual Studio ClickOnce Trust Prompts manually ==
[https://docs.microsoft.com/en-us/visualstudio/deployment/how-to-configure-the-clickonce-trust-prompt-behavior?view=vs-2015 https://docs.microsoft.com/en-us/visualstudio/deployment/how-to-configure-the-clickonce-trust-prompt-behavior?view=vs-2015]
 
To Configure Microsoft Visual Studio ClickOnce Trust Prompts, follow these steps:
 
# Using windows, click on the '''Start''' button and select '''Run''';
#: ''Or type Windows+R on your keyboard''
# Enter '''Regedit''' and click '''OK''';
# Navigate to the following registry key;
#: ''HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\.NETFramework\Security\TrustManager\PromptingLevel''
# Ensure the value of '''MyComputer''' is set to '''Enabled''';
# Ensure the value of '''LocalIntranet''' is set to '''Enabled'''.
# Close the registry editor.


== Related Topics ==
== Related Topics ==


* [[Installing the BudgetLink ribbon]]
* [[Installing the BudgetLink ribbon]]
2,725

edits