Enhancements for ADO.NET 2.0

Posted by & filed under ADO.NET.

The following features are new in ADO.NET version 2.0:

Managed Providers

*

Server Enumeration

Provides support for enumerating active instances of Microsoft SQL Server 2000 and later.
*

Asynchronous Processing

Allows you to perform asynchronous database operations using an API …

Enhancements for Windows Forms 2.0

Posted by & filed under .NET.

Windows Forms controls are reusable components that not only provide many ready-to-use controls but also provide the infrastructure for developing your own controls. You can combine existing controls, extend existing controls, or author your own custom controls.
In Visual Studio

Enhancements for ASP.NET 2.0

Posted by & filed under ASP.NET.

ASP.NET is a programming structure built on the common language runtime. This structure can be used on a server to build powerful Web applications. ASP.NET 2.0 improves upon the base of advantages by adding support for many new features in:

VB テクニック編14 – 動的コントロール追加、クリスタルレポート印刷 – SAK Streets

Posted by & filed under vb,vc 6.0.

リンク: VB テクニック編14 – 動的コントロール追加、クリスタルレポート印刷 – SAK Streets.

■クリスタルレポート印刷

  ・クリスタルレポート(Crystal Reports) で印刷する場合、データコントロー
    ルとのオートメーションを使用するか、クリスタルレポートでレコードセッ
    トを作成するか選択できる。

  ・定義帳票パターンを使用するには、次の ReportSource = 0 ‘crptReport に
    設定して、クリスタルレポートでレコードセットを作成する。
    但し、ODBC アクセスなどのリモートデータベースでないと、
    Report1.SQLQuery は指定できない。
    

asp.net 2.0  と 1.0 共存方法

Posted by & filed under ASP.NET.

同じ IIS プロセスで、異なる 2 つのバージョンの ASP.NET を実行することはできません。サーバーを再構成して、異なるプロセスでアプリケーションを実行するには、IIS 管理ツールを使用してください。

問題の解決方法:

From:http://msdn.microsoft.com/library/ja/default.asp?url=/library/ja/cpguide/html/cpconconfiguringaspnetapplicationforaspnetversion.asp

 

   MSDN Japan HomeMSDN Library Japan.NET Frameworkアプリケーションの構築ASP.NET Web アプリケーションの作成ASP.NET での side-by-side 実行のサポート
.NET Framework 開発者ガイド