FrankR
Posts: 154
|
| Posted: 09/14/2006, 6:22 AM |
|
If I'm going to get anywhere with this, I'll need to dissect the Example Pack.
I created a new project using the Example Pack, but it won't build.
Some of the errors are below.
Can anyone help?
____________________________________________
Error:c:\Documents and Settings\usb05932\Local Settings\Temp\~CCSExamplePack\ManyToManyCheckbox\ManyToManyCheckbox.aspx.cs(32,15): error CS0246: The type or namespace name 'employeesDataProvider' could not be found (are you missing a using directive or an assembly reference?)
Error:c:\Documents and Settings\usb05932\Local Settings\Temp\~CCSExamplePack\ManyToManyCheckbox\ManyToManyCheckbox.aspx.cs(33,15): error CS0246: The type or namespace name 'employees_recordDataProvider' could not be found (are you missing a using directive or an assembly reference?)
Error:c:\Documents and Settings\usb05932\Local Settings\Temp\~CCSExamplePack\ManyToManyCheckbox\ManyToManyCheckbox.aspx.cs(346,56): error CS0246: The type or namespace name 'employees_recordItem' could not be found (are you missing a using directive or an assembly reference?)
Error:c:\Documents and Settings\usb05932\Local Settings\Temp\~CCSExamplePack\Directory\Directory.aspx.cs(32,15): error CS0246: The type or namespace name 'NewPath1DataProvider' could not be found (are you missing a using directive or an assembly reference?)
Error:c:\Documents and Settings\usb05932\Local Settings\Temp\~CCSExamplePack\Directory\Directory.aspx.cs(34,15): error CS0246: The type or namespace name 'yp_categoriesDataProvider' could not be found (are you missing a using directive or an assembly reference?)
Error:c:\Documents and Settings\usb05932\Local Settings\Temp\~CCSExamplePack\Directory\Directory.aspx.cs(36,15): error CS0246: The type or namespace name 'yp_gridDataProvider' could not be found (are you missing a using directive or an assembly reference?)
C:\DOCUME~1\usb05932\LOCALS~1\Temp\~CCSEX~1>REM _End MakeAll
_________________
FR |
 |
 |
FrankR
Posts: 154
|
| Posted: 09/14/2006, 6:47 AM |
|
Answering self ... 
I had to open/touch every file generating an error. This coerced CCS to automatically fix up the namespace references. I can now build it.
Weird.
_________________
FR |
 |
 |
|