简体   繁体   English

Visual Studio SSIS 项目 - 脚本任务构建错误

[英]Visual Studio SSIS Project - Script Task Build Error

I would like to learn developing SSIS packages on my personal computer.我想学习在我的个人计算机上开发 SSIS 软件包。 I am interested in writing C# scripts.我有兴趣编写 C# 脚本。 I installed Visual Studio 2019 on Windows 10 Pro 64-bit with SSDT and also installed Integration Services Projects as an extension.我在带有 SSDT 的 Windows 10 Pro 64 位上安装了 Visual Studio 2019,还安装了集成服务项目作为扩展。

I opened a new Integration Services project, did not touch anything just created a Script Task in the Control Flow.我打开了一个新的集成服务项目,没有碰任何东西,只是在控制流中创建了一个脚本任务。 Selected the language as C# and clicked Edit Script.选择语言为 C# 并单击编辑脚本。

VS opens a new instance of itself where the C# script can be edited. VS 打开一个自己的新实例,可以在其中编辑 C# 脚本。 Again before touching anything, I tried to Build the script and I get the following error:在触摸任何东西之前,我再次尝试构建脚本,但出现以下错误:

Description:
Could not find a part of the path 'C:\Users\username\AppData\Local\Temp\Vsta\10d65f335e71425ba94036412d88bdce_out'.

Path:
C:\Users\username\AppData\Local\Temp\Vsta\SSIS_ST150\VstaoFH46KVGKkav0SoVwTnyOQ\Vstad9rJhrfNxUeKqqUuEmYPqw\

File:
mscorlib    

Line:
0   

I ran Visual Studio as an administrator and my Windows username is simple like "George".我以管理员身份运行 Visual Studio,我的 Windows 用户名很简单,例如“George”。

I am looking for a solution to this problem.我正在寻找解决这个问题的方法。

I downgrade (uninstall and install again) visual studio from version 16.9.0 to 16.8.2 and everything works like a charm now!我将 Visual Studio 从版本 16.9.0 降级(卸载并再次安装)到 16.8.2,现在一切都像魅力一样!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM