Home
Products
Downloads
Support
Buy
Differentiating the WebTabSet assemblies that target different versions of the .NET Framework
Product Name: WebTabSet for ASP.NET
Product Version: 1.0
Document Type: Informational
Last Updated: 9/5/2016
Document ID: 135
Summary
How to tell the target version of the .NET assembly being used.

Details

Since WebTabSet for ASP.NET ships with support for ASP.NET 2.0 through 4.6 using different assemblies, it is possible to confuse these files. In order to determine which version of the .NET Framework an assembly is targeted for, you can view the properties of the DLL in Windows Explorer (select the "Version" tab and view the "Comments" field).

Newer versions of Windows cannot display this field, but this information can also be programmatically retrieved by:

1. Using PowerShell to display this information, for example:

PS C:\> (dir "C:\MyDLLs\Coalesys.WebTabSet.dll").VersionInfo.Comments
Designed for ASP.NET 4.6, or

2. Rendering the WebTabSet.About property to your page.

Copyright © 2024 Coalesys, Inc. All Rights Reserved.