I have a resourcemanager that implements IResourceReader for a sql database. We have created a resource editor but cannot figure out how to force a ResourceSet to reload after the edits. If you call .Close and = new ResourceSet(XXX); It throws errors when
it next attempts to read.
ANy ideas how to get a resourceset out of the cache and to reload?
FruitBatInSh...
Member
329 Points
95 Posts
How to reload a resource set?
Jan 28, 2013 03:29 PM|LINK
I have a resourcemanager that implements IResourceReader for a sql database. We have created a resource editor but cannot figure out how to force a ResourceSet to reload after the edits. If you call .Close and = new ResourceSet(XXX); It throws errors when it next attempts to read.
ANy ideas how to get a resourceset out of the cache and to reload?
danellos
Member
166 Points
24 Posts
Re: How to reload a resource set?
Feb 28, 2013 06:33 PM|LINK
What errors does it throw? Can you give the name of the exception and what it says?