Fwd: Problem in save and open on Core Data Document Based application

2009-03-10 Thread haresh vavdiya
-- Forwarded message -- From: haresh vavdiya Date: Tue, Mar 10, 2009 at 4:50 PM Subject: Re: Problem in save and open on Core Data Document Based application To: Volker in Lists Hi Volker, Thanks Volker, Ya u r right, i opened from File -> Open and it wo

Re: Problem in save and open on Core Data Document Based application

2009-03-10 Thread Volker in Lists
Hi, the message says that the data model in the file you try to open is different than the one you have in your app. As far as I can follow you, both apps use the same file type and the former is always trying to open the others file. Of ocurse, then it complains about the different model

Problem in save and open on Core Data Document Based application

2009-03-10 Thread haresh vavdiya
Hello, I am learning mac development from Aaron Hillegas 3rd Edition. i have created two Example "CarLot" and "Departments" based on Core -Data document based application. When i created CarLot example that time it can save and open data without writing single line. T