Standard .NET and Java

  • Unzip the files
  • Review directory structure
  • None missing?
    • xsd
    • dll
  • Compiles without errors/warnings
  • Test on VISTA
    • File access issues?
    • Do dll's have to go in Program Files?
  • Check version and assembly properties (ildasm for .NET)
    • What is Java equivalent?
  • Check ALL copyrights
  • Check Standard definition document
  • OpenMI.Standard.Documentation.chm || JavaDoc\Index.html
    • Check XML comments (If you think something need to be changed, simply make the change and check the file into svn)
  • Schema files
    • Is URL available?
  • AssemblyInfo Check version number etc
    • Java equivalent??

GUI

  • Install it via msi
    • Check all Wizard Pages for inconsistencies, wrong version etc
  • Will it run from Program Files
  • Does Help.htlm work
    • Do links exist and work
  • Exercise functionality
    • ie use with your models
    • compile new standard dll against your SDK's
  • Help about OK

SDK

  • Unzip the files
  • Review directory structure
  • None missing?
    • dll's
  • Compiles without errors/warnings
    • Check Debug, Release and UnitTest versions
  • Run Unit Tests
  • Test on VISTA
  • Check version and assembly properties (ildasm for .NET)
  • Check ALL warenties
  • Check Standard definition document
  • OpenMI.Standard.Documentation.chm
    • Check XML comments
  • AssemblyInfo Check version number etc
  • No labels