Has anyone seen these errors while attempting to perform a build from Visual Studio 2013?
Target DeploySchemas:__
Target DeploySchemas:__
BTSTask.exe AddResource -Type:BizTalkAssembly -Overwrite -Source:"..\<CompanyName>.Infrastructure.Schema.Vendor.V1.Schemas\bin\Release\<CompanyName>.Infrastructure.Schema.Vendor.V1.Schemas.dll" -ApplicationName:"<CompanyName>.Infrastructure.Schema.Vendor.V1" -Options:GacOnAdd,GacOnImport,GacOnInstall
Microsoft (R) BizTalk Application Deployment Utility Version 3.11.158.0
Copyright (c) 2014 Microsoft Corporation. All rights reserved.
LoadLibraryFromPath: FQ Dll C:\Windows\system\oci.dll is not found, error: 0x7e
LoadLibraryFromPath: FQ Dll C:\Windows\oci.dll is not found, error: 0x7e
LoadLibraryFromPath: FQ Dll C:\Program Files\Common Files\Microsoft Shared\Microsoft Online Services\oci.dll is not found, error: 0x7e
LoadLibraryFromPath: FQ Dll C:\Program Files (x86)\Common Files\Microsoft Shared\Microsoft Online Services\oci.dll is not found, error: 0x7e
LoadLibraryFromPath: FQ Dll C:\Program Files\Microsoft Host Integration Server 2013\SysWOW64\oci.dll is not found, error: 0x7e
LoadLibraryFromPath: FQ Dll C:\Program Files\Microsoft Host Integration Server 2013\system\oci.dll is not found, error: 0x7e
LoadLibraryFromPath: FQ Dll C:\oracle\product\11.2.0\client_32\bin\oci.dll found
LoadLibraryFromPath: FQ Dll C:\Windows\system\SQLLib80.dll is not found, error: 0x7e
... LoadLibraryFromPath: FQ Dll C:\Program Files (x86)\IBM\WebSphere MQ\bin64\SQLLib80.dll is not found, error: 0x7e
LoadLibraryFromPath: FQ Dll C:\Program Files (x86)\IBM\WebSphere MQ\bin\SQLLib80.dll is not found, error: 0x7e
LoadLibraryFromPath: FQ Dll C:\Program Files (x86)\IBM\WebSphere MQ\tools\c\samples\bin\SQLLib80.dll is not found, error: 0x7e
C:\Program Files (x86)\MSBuild\DeploymentFrameworkForBizTalk\5.0\BizTalkDeploymentFramework.targets(1250,5): error MSB3073: The command "BTSTask.exe AddResource -Type:BizTalkAssembly -Overwrite -Source:"..\<CompanyName>.Infrastructure.Schema.Vendor.V1.Schemas\bin\Release\<CompanyName>.Infrastructure.Schema.Vendor.V1.Schemas.dll" -ApplicationName:"<CompanyName>.Infrastructure.Schema.Vendor.V1" -Options:GacOnAdd,GacOnImport,GacOnInstall" exited with code -1. [C:\Infrastructure\Schemas\<CompanyName>.Infrastructure.Schema.Vendor\Deployment\Deployment.btdfproj]
Done building target "DeploySchemas" in project "Deployment.btdfproj" -- FAILED.
Done building project "Deployment.btdfproj" -- FAILED.