I have successfully opened the Sample Store code in Visual Studio 2003. Unfotunately, everytime a try to view some of the product/category Usercontrols (aka Templates), I get the following error and I am prevented from Visually seeing the Usercontrol. Why is this so?
The Warning Message:
Warning: The dependency 'StoreBUS, Version=2.300.0.20409, Culture=neutral' in project 'Store' cannot be copied to the run directory because it would overwrite the reference 'StoreBUS, Version=2.300.0.28952, Culture=neutral'.
Warning: The dependency 'StoreDA, Version=2.300.0.28952, Culture=neutral' in project 'Store' cannot be copied to the run directory because it would overwrite the reference 'StoreDA, Version=2.300.0.20409, Culture=neutral'.
My Second question: Is there any special reason why you did not use standard codebehind pages for some of your controls. I have noticed that some of your controls have the "code" on the same .ascx file?
Thanks,
Rilwan