Search notes:

PowerShell statement: using namespace

using namespace System.Windows.Forms

[MessageBox]::Show('Simple example for "using namespace"')
Github repository about-powershell, path: /language/statement/using/namespace/simple.ps1

Missing using directive

Note the typo:
PS: 2 C:/Users/rene> using namepsace System.Globalization
At line:1 char:6
+ using namepsace System.Globalization
+      ~
Missing using directive
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingUsingStatementDirective

See also

using assembly and other statements
using

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1758199971, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/language/statement/using/namespace/index(55): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78