error using Smart Device Walkthroughs in VS 2005 Professional-Collection of common programming errors

Using Visual Studio 2005 Professional

Hi, I can’t create device projects with any templates in Visual C++ following “Smart Device Walkthroughs” on the MSDN web page. I could do it for the walkthroughs that use Visual C# and Visual Basic, but not for C++. It only says “Creating Project… fails”

A Runtime error has ocurred, do you wish to debug?

Line: 4033

Error: Object required

Debugging sends me to the function below at “Common.js” file on “devenv” project or solution and stops on the yellow line…

function

ConstructClassName(strPrefix, strPostfix)

{

  var strCandidate;

  strCandidate =

“C” + strPrefix + strPostfix;  for(var i = 1; i