Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I'm facing a critical problem. I upgrade my desktop based app (vs2003 with devexpress.6.3) in vs2010 with few errors but I solved those.
now I'm Upgrading devexp6.3 to devexpress11.1.5. After solving a lot of compile time errors I get the following run-time error:

Requested objects cannot be loaded, because they are absent in the data store. These objects can already be deleted/purged. If you see this exception once again with the same objects in the list, note that the referential integrity of your data store may be broken. In this instance, contact your system administrator. Requested objects: SB.ACC.BCLS.clsControlPrj(APT_PRJ), SB.ACC.BCLS.clsControlPrj(CONS_PRJ), SB.ACC.BCLS.clsControlPrj(LANDPREVAIL), SB.ACC.BCLS.clsControlPrj(OVER_PRJ), SB.ACC.BCLS.clsTransactablePrj(HEADOFF).

Here the class, clsControlPrj inherits clsbaseprj and clsbaseprj inherits XPBaseObject.

There is is nightmare for me in table XPObjectType.
I checked out google and devexpress.com but can't find any solution.

Please someone give me some idea to solve it.
Posted

You should ask this on the DevExpress forum [^] you'll have alot more luck there.
As an alternative you can contact DevExpress directly here[^] click "Ask a Question" at the top of the page.
 
Share this answer
 
Comments
Аslam Iqbal 10-Sep-11 14:23pm    
I am waiting for response from this page: http://www.devexpress.com/Support/Center/p/S130639.aspx
I think you should use the "Report an issue" link in the top of the DevExpress support center page. Using that creates a new ticket and the question most likely gets answered faster.
 
Share this answer
 
Hi,

Ensure that all devexpress.6.3 dll files were removed and respective devexpress11.1.5 are placed correctly in the Reference folder... then clean and rebuild ur application...

Hope this helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900