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

Details

Since WebMenu for ASP.NET ships with support for ASP.NET 1.x 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.WebMenu.dll").VersionInfo.Comments
Designed for ASP.NET 4.6, or

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

Copyright © 2024 Coalesys, Inc. All Rights Reserved.