Can't run Data Form Wizard.

  • Thread starter Thread starter Ozman
  • Start date Start date
O

Ozman

I'm getting an error message "Could not run the
c:\program files\... \WinDataForm.vsz wizard" when I
attempt to add new item and select Data Form Wizard as
the template for a new project.
Any ideas what might be causing this? I just re-
installed and tried again, but same issue. I'm running
Visual Studio 2002.

Thanks.
 
Hi Ozman,

The reason for this is that the DataForm Wizard dll is not registered on your computer for some unknown reason. Use RegAsm.Exe located at
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322" to register Microsoft.VisualStudio.WizardFramework.dll located at

"C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE"

i.e.

C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE>C:\WINNT\Microsoft.NET\Framework\v1.1.4322\regasm microsoft.visualstudio.wizardframework.dll

I hope this helps!


Thanks,
Hussein Abuthuraya
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.

Are you secure? For information about the Microsoft Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
 
Thanks so much! that did it.
-----Original Message-----
Hi Ozman,

The reason for this is that the DataForm Wizard dll is
not registered on your computer for some unknown reason.
Use RegAsm.Exe located at
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322" to register
Microsoft.VisualStudio.WizardFramework.dll located at
"C:\Program Files\Microsoft Visual Studio .NET 2003 \Common7\IDE"

i.e.

C:\Program Files\Microsoft Visual Studio .NET 2003
\Common7\IDE>C:\WINNT\Microsoft.NET\Framework\v1.1.4322
\regasm microsoft.visualstudio.wizardframework.dll
I hope this helps!


Thanks,
Hussein Abuthuraya
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.

Are you secure? For information about the Microsoft
Strategic Technology Protection Program and to order your
FREE Security Tool Kit, please visit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top