StrongTypesNS error in Proxy Generation

Posted by Admin on 28-Mar-2007 06:36

Hi All,

I created .xpxg file out of one persistent .p / .r file.

This .p has one TEMP-TABLE definition with two fields only.

This temp-table gets data from one of the internal procedure inside the .p.

When I run Proxy Genearation Tool, it says ProxyGeneration failed and give the following error in the log file

StrongTypesNS\ProductList.cs(402,17): error CS0246: The type or namespace name 'ProductListDataSet' could not be found (are you missing a using directive or an assembly reference?)

ProductList is the name of the TEMP-TABLE inside the .p and ProxyGen do some parsing on that and try to create the above.cs but it is failing.

Is there any body who can help me on this.

Thanks and Regards,

Pankaj Chanana.

All Replies

This thread is closed