Is anyone using SampleApp3 successfully?
After installing the Vista SDK Beta2 and trying to build this with Visual Studio 2005, I get:
Rebuild All started: Project: Demo3, Configuration: Debug Any CPU
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3287: Cannot load type library for reference "IMAPI2". Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3287: Cannot load type library for reference "IMAPI2FS". Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:..\..\Lib\ImapiHelperLib.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\Demo3.exe /target:exe Program.cs Properties\AssemblyInfo.cs
C:\save\imapi\SampleApp3\Demo3\Demo3\Program.cs(5,7): error CS0246: The type or namespace name 'IMAPI2' could not be found (are you missing a using directive or an assembly reference?)
C:\save\imapi\SampleApp3\Demo3\Demo3\Program.cs(6,13): error CS0246: The type or namespace name 'IMAPI2FS' could not be found (are you missing a using directive or an assembly reference?)
C:\save\imapi\SampleApp3\Demo3\Demo3\Program.cs(42,38): error CS0246: The type or namespace name 'IDiscFormat2Data' could not be found (are you missing a using directive or an assembly reference?)
C:\save\imapi\SampleApp3\Demo3\Demo3\Program.cs(42,64): error CS0246: The type or namespace name 'IDiscFormat2DataEventArgs' could not be found (are you missing a using directive or an assembly reference?)
C:\save\imapi\SampleApp3\Demo3\Demo3\Program.cs(58,75): error CS0246: The type or namespace name 'IDiscRecorder2' could not be found (are you missing a using directive or an assembly reference?)
C:\save\imapi\SampleApp3\Demo3\Demo3\Program.cs(60,79): error CS0246: The type or namespace name 'IDiscRecorder2' could not be found (are you missing a using directive or an assembly reference?)
C:\save\imapi\SampleApp3\Demo3\Demo3\Program.cs(62,9): error CS0246: The type or namespace name 'IDiscRecorder2' could not be found (are you missing a using directive or an assembly reference?)
C:\save\imapi\SampleApp3\Demo3\Demo3\Program.cs(70,9): error CS0246: The type or namespace name 'IMAPI2' could not be found (are you missing a using directive or an assembly reference?)
C:\save\imapi\SampleApp3\Demo3\Demo3\Program.cs(72,9): error CS0246: The type or namespace name 'IMAPI2' could not be found (are you missing a using directive or an assembly reference?)
C:\save\imapi\SampleApp3\Demo3\Demo3\Program.cs(88,9): error CS0246: The type or namespace name 'IMAPI2' could not be found (are you missing a using directive or an assembly reference?)
Compile complete -- 10 errors, 0 warnings
Done building project "Demo3.csproj" -- FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========