Ok, now I’m setup as Administrator on a Vista Ultimate machine (running VS 2008) with MTVista check-in from today [7-12-08].
I got to the multitouch.service.sln and it gave me some errors again. So I navigated to the /main source/multitouch.service.addins/dwmaxxaddins/Lib/ folder and right clicked on the 2 .dll files and clicked “register”. It popped up the regsvr32 successful windows. Then I was able to compile it.
So now I’ve moved on to the Multitouch.Framework.sln
Now I get these errors when compiling:
---------------------------------------------------------------------------------------------------------------
Warning 1 Could not resolve this reference. Could not locate the assembly “IAWinFX, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=x86”. Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. TestApplication
Error 2 The type or namespace name ‘InkAnalyzer’ could not be found (are you missing a using directive or an assembly reference?) C:\Users\Administrator\Documents\Visual Studio 2008\Projects\MultiTouchVista1\Main Source\Framework\TestApplication\Window1.xaml.cs 21 3 TestApplication
Error 3 The type or namespace name ‘ResultsUpdatedEventArgs’ could not be found (are you missing a using directive or an assembly reference?) C:\Users\Administrator\Documents\Visual Studio 2008\Projects\MultiTouchVista1\Main Source\Framework\TestApplication\Window1.xaml.cs 128 50 TestApplication
Error 4 Unknown build error, ‘Could not load file or assembly ‘file:///C:\Users\Administrator\Documents\Visual Studio 2008\Projects\MultiTouchVista1\Main Source\Framework\TestApplication\obj\Debug\TestApplication.exe’ or one of its dependencies. The system cannot find the file specified. Line 11 Position 6.’ C:\Users\Administrator\Documents\Visual Studio 2008\Projects\MultiTouchVista1\Main Source\Framework\TestApplication\Window1.xaml 11 6 TestApplication
Warning 5 The referenced component ‘IAWinFX’ could not be found.