Thanks for your input. I've tried adding permissions to the c:\windows\temp folder, but without luck. I even tried giving Everyone Full Access just to test it.
I'm running the solution from within Visual Studio 2012, using IIS Express as hosting environment. The IIS Express process is logged on with my own account, which is a local administrator and hence should full access anyway.
The debug log generated by DevForce contains no further details other than saying the deserializing config file failed:
IdeaBladeConfig resolution: File: D:\_DATA\Oppdrag\BTPARK\Parka_2012\Parka_2012.Web\web.config - found but failed to deserialize
IdeaBladeConfig resolution: File: D:\_DATA\Oppdrag\BTPARK\Parka_2012\Parka_2012.Web\packages.config - found but failed to deserialize
IdeaBladeConfig resolution: File: D:\_DATA\Oppdrag\BTPARK\Parka_2012\Parka_2012.Web\Web.config - found but failed to deserialize
IdeaBladeConfig resolution: File: D:\_DATA\Oppdrag\BTPARK\Parka_2012\Parka_2012.Web\Web.Debug.config - found but failed to deserialize
IdeaBladeConfig resolution: File: D:\_DATA\Oppdrag\BTPARK\Parka_2012\Parka_2012.Web\Web.Release.config - found but failed to deserialize
IdeaBladeConfig resolution: Warning: No .config file found - using default configuration.
I've also looked through the event logs without finding anything relating to this problem.
Any ideas what I'm missing or not understanding? Is it possible to get more details from DevForce on why deserialization fails, for instance hooking into some event or other?
Thanks again.