Type 'ReportingService2010' is not defined

オープン
#412 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
sql
領域
database

調査の方向性

samples/features/reporting-services/ssrs-migration-rss/ssrs_migration.ssrs と、提供されている rs.exe コマンドから始めます。ReportingService2010 参照の周辺で生成される一時的な VB と、サンプルの reporting-services セットアップを調べます。完了条件は、サンプルが BC30002 なしでコンパイルされ、この型解決エラーを越えて先に進めることです。

索引モデルが issue の本文から書いたものです。

説明

When I run \samples\features\reporting-services\ssrs-migration-rss\ssrs_migration.ssrs, I get "Type 'ReportingService2010' is not defined":

rs.exe -i ssrs_migration.rss -s http://xxx:8888/ReportServer -u ReportViewer -p xxx -v f="/MikeDev" -v ts="http://xxx:8888/ReportServer" -v tu="ReportViewer" -v tp="xxx" -v tf="/test"

C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn> "C:\Windows\Microsoft.NET\Framework\v2.0.50727\vbc.exe" /t:exe /main:MainModule /utf8output /R:"System.dll" /R:"System.Xml.dll" /R:"System.Web.Services.dll" /R:"C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\rs.exe" /out:"C:\Users\Michael.Wasson\AppData\Local\Temp\jd5ga1za.exe" /debug- "C:\Users\Michael.Wasson\AppData\Local\Temp\jd5ga1za.0.vb" "C:\Users\Michael.Wasson\AppData\Local\Temp\jd5ga1za.1.vb"

Microsoft (R) Visual Basic Compiler version 8.0.50727.8745

for Microsoft (R) .NET Framework version 2.0.50727.8784

Copyright (c) Microsoft Corporation. All rights reserved.

C:\Users\Michael.Wasson\AppData\Local\Temp\jd5ga1za.1.vb(71) : error BC30002: Type 'ReportingService2010' is not defined.

Private RsSrc As ReportingService2010

             ~~~~~~~~~~~~~~~~~~~~

C:\Users\Michael.Wasson\AppData\Local\Temp\jd5ga1za.1.vb(78) : error BC30002: Type 'ReportingService2010' is not defined.

Private RsSnk As ReportingService2010

             ~~~~~~~~~~~~~~~~~~~~

C:\Users\Michael.Wasson\AppData\Local\Temp\jd5ga1za.1.vb(129) : error BC30002: Type 'ReportingService2010' is not defined.

主要言語
PowerShell
スター
11.2k
フォーク
9.1k
平均マージ
2日 7時間
マージ済み PR(30日)
14

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

microsoft/sql-server-samples のほかの issue

microsoft/sql-server-samples の issue をすべて見る

似ている issue

Databases の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。