Quantcast
Channel: PowerShell App Deployment Toolkit
Viewing all articles
Browse latest Browse all 2341

Commented Unassigned: Script terminates during initialization when path defined by system environment variable doesn't exist [124]

$
0
0
Hyper-V OS: Windows 7 x64
PSAppDeployScript Version: 3.5.0
Powershell 3.0

Add-Type : (0) : Warning as Error: Invalid search path 'C:\Program Files
(x86)\Sybase\OCS-12_0\lib' specified in 'LIB environment variable' -- 'The
system cannot find the path specified. '
(1) : using System;
At C:\Windows\ccmcache\v\AppDeployToolkit\AppDeployToolkitMain.ps1:7603 char:4
+ Add-Type -TypeDefinition $QueryUserSessionSource -Language CSharp
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (error CS1668: W...th specified. ':
CompilerError) [Add-Type], Exception
+ FullyQualifiedErrorId : SOURCE_CODE_ERROR,Microsoft.PowerShell.Commands.
AddTypeCommand
Comments: Here's a link suggesting just remove that invalid path from the environment variable: http://www.telerik.com/forums/vs-2010-lib-environment-variable

Viewing all articles
Browse latest Browse all 2341

Trending Articles