Hi,
We're experiencing a problem with our application at the moment that is preventing us from adding user controls to our form at design time.
The user control can be added to the form programmatically without a problem. However, attempting to drop the user control onto a SplitContainer panel within the form results in the following message:
--------------------------- Microsoft Visual
Studio --------------------------- Failed to create component
'ClientSearchInput'. The error message follows:
'IdeaBlade.Util.IdeaBladeException: Unable to
obtain a valid configuration file on IT-025.
Probing path: 1) File: C:\Program
Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe.config - not found 2)
File: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\MSTest.exe.config -
not found 3) File: C:\Program Files\Microsoft Visual Studio
8\Common7\IDE\PEVerify.exe.config - not found 4) File: C:\Program
Files\Microsoft Visual Studio 8\Common7\IDE\VSTestHost.exe.config - not
found 5) File: C:\Program Files\Microsoft Visual Studio
8\Common7\IDE\IdeaBlade.ibconfig - not found 6) Design-time execution
detected - Will not probe for app.config or IdeaBlade.ibconfig in
AppHelper 7) IdeaBlade.ibconfig fallthru - Default IdeaBlade.ibconfig
used 8) Logging file:
at IdeaBlade.Util.IdeaBladeConfig.AssertNonDefaultVersion()
at IdeaBlade.Persistence.PersistenceManager..ctor(Boolean
pShouldConnect, String pDataSourceExtension, PersistenceServiceOption
pPersistenceServiceOption)
at IdeaBlade.Persistence.P...' --------------------------- OK
---------------------------
The user control in question has two combo boxes which are populated by
entities from the persistence manager. However, there are no specific
Ideablade controls like the ControlBindingManager on the form.
Any ideas of what could be causing this? We're registered users of the product so I have no idea why it can't find the valid configuration file. And, more specifically, why it isn't looking for it in AppHelper where I believe it should be stored.
Thanks!
|