我在 VB 2017 和 SSSDT 15.6.0 上创建项目并关闭项目,但是当我重新打开项目时,我收到了 Unsupported 项目的错误,请任何人帮我解决我的错误
SSIS 和 SSRS 中的项目
请看下面的图片不支持的错误
我在 VB 2017 和 SSSDT 15.6.0 上创建项目并关闭项目,但是当我重新打开项目时,我收到了 Unsupported 项目的错误,请任何人帮我解决我的错误
SSIS 和 SSRS 中的项目
请看下面的图片不支持的错误
通过右键单击它来卸载您的项目。然后编辑 proj 文件并确保每个“ PropertyGroup ”部分都有:
<Platform>Win32</Platform>
例子:
<PropertyGroup Condition=" '$(Configuration)' == 'DebugLocal' ">
<FullPath>DebugLocal</FullPath>
<OutputPath>bin\DebugLocal</OutputPath>
<ErrorLevel>2</ErrorLevel>
<OverwriteDatasets>False</OverwriteDatasets>
<OverwriteDataSources>False</OverwriteDataSources>
<TargetServerVersion>SSRS2008</TargetServerVersion>
<Platform>Win32</Platform>
<TargetReportFolder>Report Project3</TargetReportFolder>
<TargetDatasourceFolder>Data Sources</TargetDatasourceFolder>
</PropertyGroup>