-
Notifications
You must be signed in to change notification settings - Fork 301
Powershell Configuration
ATTENTION: This is provided for historical information and for troubleshooting only. This should not be necessary in a normal build process
The easiest way to do this is to use Visual Studio's Package Manage Console
, which is normally visible on the bottom or can be opened via Tools
-> Nuget Package Manager
-> Package Manage Console
. This opens a powershell console in Visual Studio, matching the bitness. Run the command:
Set-ExecutionPolicy RemoteSigned
NOTE: There is a separate execution policy for 64-bit Powershell and 32-bit Powershell. You must match with the bitness of the devenv.exe
which may be 32-bit and therefore set the execution policy in the 32-bit PowerShell. To avoid needing to guess which bitness, use Package Manager Console as suggested above.
rubberduckvba.com
© 2014-2021 Rubberduck project contributors
- Contributing
- Build process
- Version bump
- Architecture Overview
- IoC Container
- Parser State
- The Parsing Process
- How to view parse tree
- UI Design Guidelines
- Strategies for managing COM object lifetime and release
- COM Registration
- Internal Codebase Analysis
- Projects & Workflow
- Adding other Host Applications
- Inspections XML-Doc
-
VBE Events