Ch 2, p93 - Car Seat Property
Hi, I was trying to access the seats property NOT through the Go method, but after I added the cmp3 as Seats to the page and run it, I ran into this warning:
"Warning 2Unable to update auto-refresh reference 'carbuildprovider.dll'. Cannot find assembly 'C:\Users\...\Projects\ProfessionalASPNet45-03\CarBuildProvider-CS\bin\Debug\CarBuildProvider.dll'."
Also in the browser:
Compilation Error
CS1061: 'AspNetCar' does not contain a definition for 'Seats'
This line in red: Line 15: Response.Write(myCar.Seats + "<br />");
Thanks.
|