Hi fellow developers,
I have this error message: Cannot implicitly convert type 'Hotelplan.BO.Hotel' to 'Hotel'. The strange thing is that the code did build and did run until I tried to change the name of some other class (HotelplanManager to HotelplanRecManager). I'm trying to follow a design from Imar Spaanjaars (
http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=416).
And yes, it's the same hotel-class.
Because I couldn't figure out what was going on I did make a new solution and designed everything for the second time. At first it did build and run and after renaming a class I got the error message again.
In trying to solve it I did remove all of the temporary files at C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET Files but no result!
Who can help me?
thanks Leon
Leon