Print Page | Close Window

unable to create IPersistenceServerSaved

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1630
Printed Date: 16-Apr-2025 at 10:28pm


Topic: unable to create IPersistenceServerSaved
Posted By: lars-erik
Subject: unable to create IPersistenceServerSaved
Date Posted: 27-Jan-2010 at 1:36am
In my debuglog I see the following:
"unable to create IPersistenceServerSaved of type: "
What it wrong ?
This happens every time after TransactionManagerHelper::SaveTable
 
I am running on iis 7 by the way.



Replies:
Posted By: kimj
Date Posted: 27-Jan-2010 at 1:56pm
That's a normal, albeit somewhat disconcerting, message which DevForce issues when it probes for an implementation of the IPersistenceServerSaved interface.  You'll also see this message, or a similar message saying "probed for X and found y" for other interfaces. 
 
Not finding an interface implementation is only an error if you have implemented it and DevForce should find it.



Print Page | Close Window