Knowledge Base Article
KB10589 - The DK-ActiveX samples are developed under Visual Studio 2003. How to run them under Visual Studio 2002?
Change the first line of the solution files (*.sIn) from
;Microsoft Visual Studio Solution File, Format Version 8.00 to
;Microsoft Visual Studio Solution File, Format Version 7.00
Modify the Project Files (*.csproj or *.vbproj) by entering proper values:
;ProductVersion = "7.0.9466"
;SchemaVersion = "1.0"
Created: 2004-12-09, Modified: 2005-09-14
|