<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Japan Developer Support Core Team Blog</title>
  
  <subtitle>日本マイクロソフトの Japan Developer Support Core チームのブログです。</subtitle>
  <link href="https://jpdscore.github.io/blog/atom.xml" rel="self"/>
  
  <link href="https://jpdscore.github.io/blog/"/>
  <updated>2026-08-31T08:14:29.836Z</updated>
  <id>https://jpdscore.github.io/blog/</id>
  
  <author>
    <name>Developer Support Core Japan</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>Visual C++ ランタイムのバージョン不一致によるバイナリ互換性の問題</title>
    <link href="https://jpdscore.github.io/blog/vs/visual-cpp-runtime-binary-compatibility-mtx-do-lock/"/>
    <id>https://jpdscore.github.io/blog/vs/visual-cpp-runtime-binary-compatibility-mtx-do-lock/</id>
    <published>2026-08-30T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.836Z</updated>
    
    
    <summary type="html">新しい MSVC ツールセットでビルドしたアプリケーションが古い Visual C++ ランタイムを読み込むことによるバイナリ互換性の問題について、msvcp140.dll の mutex 処理で観測された事象を一例として、実際に読み込まれた DLL の確認方法と対処方針を説明します。</summary>
    
    
    
    
    <category term="Visual Studio" scheme="https://jpdscore.github.io/blog/tags/Visual-Studio/"/>
    
    <category term="C++" scheme="https://jpdscore.github.io/blog/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>ODBC データ ソース アドミニストレーターの表示レイアウトが崩れる事象について</title>
    <link href="https://jpdscore.github.io/blog/dataclient/fix-odbc-administrator-layout/"/>
    <id>https://jpdscore.github.io/blog/dataclient/fix-odbc-administrator-layout/</id>
    <published>2026-08-11T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.783Z</updated>
    
    
    <summary type="html">日本語補助フォントがインストールされていない日本語環境で、ODBC データ ソース アドミニストレーターの文字が見切れる事象と、その対処方法について説明します。</summary>
    
    
    
    
    <category term="Data Client" scheme="https://jpdscore.github.io/blog/tags/Data-Client/"/>
    
    <category term="ODBC" scheme="https://jpdscore.github.io/blog/tags/ODBC/"/>
    
  </entry>
  
  <entry>
    <title>.NET Framework と制御フロー強制テクノロジー (CET) の非互換性について</title>
    <link href="https://jpdscore.github.io/blog/dotnet/netfx-cet-incompatibility/"/>
    <id>https://jpdscore.github.io/blog/dotnet/netfx-cet-incompatibility/</id>
    <published>2026-08-09T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.819Z</updated>
    
    
    <summary type="html">.NET Framework は制御フロー強制テクノロジー (CET) と互換性がなく、CET が有効なプロセスで .NET Framework の処理が実行されると例外処理の際に fastfail が発生する場合があります。本記事では問題の詳細と対処方法についてご案内します。</summary>
    
    
    
    
    <category term="Debug" scheme="https://jpdscore.github.io/blog/tags/Debug/"/>
    
    <category term=".NET" scheme="https://jpdscore.github.io/blog/tags/NET/"/>
    
  </entry>
  
  <entry>
    <title>Business Center から入手した Visual Studio インストーラーでインストールの実行に失敗する事例について</title>
    <link href="https://jpdscore.github.io/blog/vs/vs-business-center-installer-install-failed/"/>
    <id>https://jpdscore.github.io/blog/vs/vs-business-center-installer-install-failed/</id>
    <published>2026-07-22T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.837Z</updated>
    
    
    <summary type="html">Microsoft Business Center や Microsoft 365 管理センターからダウンロードした Visual Studio のブートストラッパー経由でインストーラーによるインストールの実行に失敗する事例と、その回避方法についてご紹介します。</summary>
    
    
    
    
    <category term="Visual Studio" scheme="https://jpdscore.github.io/blog/tags/Visual-Studio/"/>
    
  </entry>
  
  <entry>
    <title>サポート終了した .NET の扱いに関するよくあるお問い合わせ</title>
    <link href="https://jpdscore.github.io/blog/dotnet/faq-end-of-support-dotnet/"/>
    <id>https://jpdscore.github.io/blog/dotnet/faq-end-of-support-dotnet/</id>
    <published>2026-06-18T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.816Z</updated>
    
    
    <summary type="html">サポート終了した .NET のリスク、インストール確認、依存アプリの確認、アンインストール、アップグレード、互換性の考え方を FAQ 形式で整理します。</summary>
    
    
    
    
    <category term=".NET" scheme="https://jpdscore.github.io/blog/tags/NET/"/>
    
  </entry>
  
  <entry>
    <title>ClickOnce で SHA384 / SHA512 を使用した署名時に「不明な公開元」と表示される事象について</title>
    <link href="https://jpdscore.github.io/blog/deployment/clickonce-sha384-sha512-unknown-publisher/"/>
    <id>https://jpdscore.github.io/blog/deployment/clickonce-sha384-sha512-unknown-publisher/</id>
    <published>2026-06-17T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.805Z</updated>
    
    
    <summary type="html">ClickOnce で署名のタイムスタンプに SHA384 または SHA512 が使用された際に、更新未適用環境で「不明な公開元」と表示される事象の原因と対処方法を解説します。</summary>
    
    
    
    
    <category term="Deployment" scheme="https://jpdscore.github.io/blog/tags/Deployment/"/>
    
    <category term="ClickOnce" scheme="https://jpdscore.github.io/blog/tags/ClickOnce/"/>
    
  </entry>
  
  <entry>
    <title>お客様が開発しているアプリケーションに関する問題でお問い合わせいただく際のサンプル提供のポイント</title>
    <link href="https://jpdscore.github.io/blog/general/minimal-reproducible-example/"/>
    <id>https://jpdscore.github.io/blog/general/minimal-reproducible-example/</id>
    <published>2026-06-16T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.821Z</updated>
    
    
    <summary type="html">サポートへのお問い合わせ時に提供いただく「最小限の再現サンプル」について、その定義・重要性・作成方法をわかりやすく解説します。</summary>
    
    
    
    
    <category term="全般" scheme="https://jpdscore.github.io/blog/tags/%E5%85%A8%E8%88%AC/"/>
    
  </entry>
  
  <entry>
    <title>Visual C++ Redistributable に関するよくあるお問い合わせ</title>
    <link href="https://jpdscore.github.io/blog/vs/vcredist-faq/"/>
    <id>https://jpdscore.github.io/blog/vs/vcredist-faq/</id>
    <published>2026-05-27T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.836Z</updated>
    
    
    <summary type="html">Visual C++ Redistributable (再頒布可能パッケージ) について、サポート窓口でよくお寄せいただくご質問を、公式ドキュメントに基づいて Q&amp;A 形式で整理します。</summary>
    
    
    
    
    <category term="Visual Studio" scheme="https://jpdscore.github.io/blog/tags/Visual-Studio/"/>
    
    <category term="C++" scheme="https://jpdscore.github.io/blog/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>Windows 11 version 26H1 以降における .NET Framework 3.5 の展開方法の変更について</title>
    <link href="https://jpdscore.github.io/blog/dotnet/netfx35-in-26h1-and-later/"/>
    <id>https://jpdscore.github.io/blog/dotnet/netfx35-in-26h1-and-later/</id>
    <published>2026-05-24T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.819Z</updated>
    
    
    <summary type="html">Windows 11 version 26H1 以降で .NET Framework 3.5 の提供方式が FoD からスタンドアロン インストーラーに変更された点について、公式情報と運用上の注意点をまとめます。</summary>
    
    
    
    
    <category term=".NET" scheme="https://jpdscore.github.io/blog/tags/NET/"/>
    
    <category term=".NET Framework" scheme="https://jpdscore.github.io/blog/tags/NET-Framework/"/>
    
  </entry>
  
  <entry>
    <title>.NET Framework で浮動小数点制御ワードを変更した場合に発生する可能性がある問題について</title>
    <link href="https://jpdscore.github.io/blog/dotnet/fpu-control-word-not-supported-in-dotnet-framework/"/>
    <id>https://jpdscore.github.io/blog/dotnet/fpu-control-word-not-supported-in-dotnet-framework/</id>
    <published>2026-05-21T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.817Z</updated>
    
    
    <summary type="html">.NET Framework アプリケーションから _controlfp 等を呼び出して x87 FPU の制御ワードを変更すると、共通言語ランタイム (CLR) の想定外の動作によりスタック オーバーフロー等の異常終了を招く場合があることをご案内します。</summary>
    
    
    
    
    <category term="Debug" scheme="https://jpdscore.github.io/blog/tags/Debug/"/>
    
    <category term=".NET" scheme="https://jpdscore.github.io/blog/tags/NET/"/>
    
  </entry>
  
  <entry>
    <title>Visual Studio 2026 のオフライン アップデート</title>
    <link href="https://jpdscore.github.io/blog/vs/vs2026-offline-update/"/>
    <id>https://jpdscore.github.io/blog/vs/vs2026-offline-update/</id>
    <published>2026-05-07T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.839Z</updated>
    
    
    <summary type="html">ネットワークに接続されていないオフライン環境で Visual Studio 2026 をアップデートする方法について、インストール レイアウトの作成手順を交えてご紹介します。</summary>
    
    
    
    
    <category term="Visual Studio" scheme="https://jpdscore.github.io/blog/tags/Visual-Studio/"/>
    
  </entry>
  
  <entry>
    <title>Visual C++ Redistributable の修復方法</title>
    <link href="https://jpdscore.github.io/blog/vs/vc-repair/"/>
    <id>https://jpdscore.github.io/blog/vs/vc-repair/</id>
    <published>2026-04-21T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.836Z</updated>
    
    
    <summary type="html">システムにインストールされている Visual C++ Redistributable (再頒布可能パッケージ) の破損が疑われる場合に、修復を実施して問題を解消する方法をご紹介します。</summary>
    
    
    
    
    <category term="Visual Studio" scheme="https://jpdscore.github.io/blog/tags/Visual-Studio/"/>
    
    <category term="C++" scheme="https://jpdscore.github.io/blog/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>Visual Studio オフライン インストーラーの検証</title>
    <link href="https://jpdscore.github.io/blog/vs/vs-verify-offline/"/>
    <id>https://jpdscore.github.io/blog/vs/vs-verify-offline/</id>
    <published>2026-04-16T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.837Z</updated>
    
    
    <summary type="html">Visual Studio のオフライン インストールに利用するオフライン インストーラー (インストール レイアウト) が正しく作成されているかを検証する方法について紹介します。</summary>
    
    
    
    
    <category term="Visual Studio" scheme="https://jpdscore.github.io/blog/tags/Visual-Studio/"/>
    
  </entry>
  
  <entry>
    <title>Visual Studio Dev Essentials のご紹介</title>
    <link href="https://jpdscore.github.io/blog/vs/vs-dev-essentials/"/>
    <id>https://jpdscore.github.io/blog/vs/vs-dev-essentials/</id>
    <published>2026-04-13T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.837Z</updated>
    
    
    <summary type="html">Microsoft アカウントを持つ誰でも無料で利用できる、開発者向けツールやクラウド クレジットを提供する Visual Studio Dev Essentials について、日本語でご紹介します。</summary>
    
    
    
    
    <category term="Visual Studio" scheme="https://jpdscore.github.io/blog/tags/Visual-Studio/"/>
    
  </entry>
  
  <entry>
    <title>GitHub Copilot SDK を使用した AI チャット形式のデバッガー アプリの実装</title>
    <link href="https://jpdscore.github.io/blog/debugging/copilot-sdk-with-windbgx-as-tool/"/>
    <id>https://jpdscore.github.io/blog/debugging/copilot-sdk-with-windbgx-as-tool/</id>
    <published>2026-03-30T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.796Z</updated>
    
    
    <summary type="html">GitHub Copilot SDK を使用し、WinDbgX のデバッガー エンジンをツールとして実装して、自然言語で対話的にデバッグ情報を取得できるコンソール アプリの実装例を紹介します。</summary>
    
    
    
    
    <category term="Debug" scheme="https://jpdscore.github.io/blog/tags/Debug/"/>
    
    <category term="AI" scheme="https://jpdscore.github.io/blog/tags/AI/"/>
    
    <category term="GitHub Copilot" scheme="https://jpdscore.github.io/blog/tags/GitHub-Copilot/"/>
    
  </entry>
  
  <entry>
    <title>ADO.NET の接続プールをもっと理解しよう</title>
    <link href="https://jpdscore.github.io/blog/dataclient/Understand-ADONET-Connection-Pooling/"/>
    <id>https://jpdscore.github.io/blog/dataclient/Understand-ADONET-Connection-Pooling/</id>
    <published>2026-03-29T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.783Z</updated>
    
    
    <summary type="html">ADO.NET の SQL Server 向けデータプロバイダーで使用される接続プールに関して、ユーザーからよくいただくご質問を元に、よくある誤解について説明します。これにより、もっと接続プールの仕組みを理解でき、トラブルを未然に防ぐ、もしくはトラブル発生状況を適切に把握できるようになることが期待されます。</summary>
    
    
    
    
    <category term="Data Access" scheme="https://jpdscore.github.io/blog/tags/Data-Access/"/>
    
    <category term="SQL Server" scheme="https://jpdscore.github.io/blog/tags/SQL-Server/"/>
    
    <category term="ADO.NET" scheme="https://jpdscore.github.io/blog/tags/ADO-NET/"/>
    
  </entry>
  
  <entry>
    <title>クエリの実行結果は最後まで読み取りましょう！</title>
    <link href="https://jpdscore.github.io/blog/dataclient/Do-Read-AllOfReceivedData/"/>
    <id>https://jpdscore.github.io/blog/dataclient/Do-Read-AllOfReceivedData/</id>
    <published>2026-03-15T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.782Z</updated>
    
    
    <summary type="html">SQL Server にアクセスする開発アプリケーションでクエリの実行結果の読み取りを途中までで終了する場合のリスクについて説明します。</summary>
    
    
    
    
    <category term="Data Access" scheme="https://jpdscore.github.io/blog/tags/Data-Access/"/>
    
    <category term="SQL Server" scheme="https://jpdscore.github.io/blog/tags/SQL-Server/"/>
    
    <category term="ADO.NET" scheme="https://jpdscore.github.io/blog/tags/ADO-NET/"/>
    
    <category term="ADO (ActiveX Data Objects)" scheme="https://jpdscore.github.io/blog/tags/ADO-ActiveX-Data-Objects/"/>
    
  </entry>
  
  <entry>
    <title>.NET アプリケーションでの ADODB.dll 利用から ADO.NET への移行のススメ</title>
    <link href="https://jpdscore.github.io/blog/dataclient/Recommend-ADODB-Migration/"/>
    <id>https://jpdscore.github.io/blog/dataclient/Recommend-ADODB-Migration/</id>
    <published>2026-03-01T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.783Z</updated>
    
    
    <summary type="html">.NET Framework もしくは .NET の開発アプリケーションでレガシーな ADO の PIA (ADODB.dll) もしくは IA (Interop.ADODB など) を使用するケースに対して ADO.NET へ移行が推奨される理由やその方法について説明します。</summary>
    
    
    
    
    <category term="Data Access" scheme="https://jpdscore.github.io/blog/tags/Data-Access/"/>
    
    <category term="ADO.NET" scheme="https://jpdscore.github.io/blog/tags/ADO-NET/"/>
    
    <category term="ADO (ActiveX Data Objects)" scheme="https://jpdscore.github.io/blog/tags/ADO-ActiveX-Data-Objects/"/>
    
  </entry>
  
  <entry>
    <title>Microsoft JDBC Driver for SQL Server における TLS 関連の接続エラーのトラブルシューティング</title>
    <link href="https://jpdscore.github.io/blog/dataclient/JDBC-TLS-Troubleshooting/"/>
    <id>https://jpdscore.github.io/blog/dataclient/JDBC-TLS-Troubleshooting/</id>
    <published>2026-02-12T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.783Z</updated>
    
    
    <summary type="html">JDBC Driver による SQL Server への接続エラーのうち TLS 関連の設定に起因したトラブルを解決するための確認事項について説明します。</summary>
    
    
    
    
    <category term="Data Access" scheme="https://jpdscore.github.io/blog/tags/Data-Access/"/>
    
    <category term="JDBC Driver" scheme="https://jpdscore.github.io/blog/tags/JDBC-Driver/"/>
    
  </entry>
  
  <entry>
    <title>Process Monitor の高度 (Altitude) を考慮した情報採取手順</title>
    <link href="https://jpdscore.github.io/blog/debugging/collect-procmon-with-adjusting-altitude/"/>
    <id>https://jpdscore.github.io/blog/debugging/collect-procmon-with-adjusting-altitude/</id>
    <published>2026-02-08T15:00:00.000Z</published>
    <updated>2026-08-31T08:14:29.790Z</updated>
    
    
    <summary type="html">Process Monitor の既定の設定ではキャプチャできない、低い高度 (Altitude) で動作するフィルター ドライバーのアクティビティを採取するために Altitude を変更する手順を紹介します。</summary>
    
    
    
    
    <category term="情報採取手順" scheme="https://jpdscore.github.io/blog/tags/%E6%83%85%E5%A0%B1%E6%8E%A1%E5%8F%96%E6%89%8B%E9%A0%86/"/>
    
  </entry>
  
</feed>
