Multiple choice technology platforms and products

Which of the following is not correct regarding office development in Visual Studio 2010?

  1. Visual Studio 2010 includes new project templates for creating solutions that target Microsoft Office 2010

  2. You can create solutions for 32-bit and 64-bit versions of Microsoft Office 2010

  3. The code that you write in Office projects is the always same when you target the .NET Framework 3.5 or the .NET Framework 4

  4. You can combine multiple document-level and application-level office solutions and deploy them as a single package

  5. When you target the .NET Framework 4, it is now possible to deploy office solutions without the Office primary interop assemblies

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

When targeting .NET Framework 4 in Office development, you can use new features like embedding interop types (No-PIA), which changes the code compared to .NET Framework 3.5. So the code is NOT 'always the same' - C is false and therefore the correct answer to 'what is NOT correct'. The other statements about Office 2010 templates, 32/64-bit support, combining solutions, and deploying without PIAs in .NET 4 are all true.