Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When I opened the converted northwind Products form with VS 2003 I got a build error on the statement Me.objProductsDataSet = New northwind.northwind.ProductsDataSet. What should I do?

0
Posted

When I opened the converted northwind Products form with VS 2003 I got a build error on the statement Me.objProductsDataSet = New northwind.northwind.ProductsDataSet. What should I do?

0

This is a Visual Studio 2003 bug. You need to remove the extra northwind. The original converted form contains the correct statement Me.objProductsDataSet = New northwind.ProductsDataSet. Sometimes Visual Studio inserts an extra northwind.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123