New Posts New Posts RSS Feed: Unable to locate default version of the 'app.config' file - Please contact IdeaBlade tech support
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Unable to locate default version of the 'app.config' file - Please contact IdeaBlade tech support

 Post Reply Post Reply
Author
julio perez View Drop Down
Newbie
Newbie


Joined: 11-Jul-2008
Location: Brasil
Posts: 3
Post Options Post Options   Quote julio perez Quote  Post ReplyReply Direct Link To This Post Topic: Unable to locate default version of the 'app.config' file - Please contact IdeaBlade tech support
    Posted: 25-May-2009 at 4:43pm
When I run this Winform: Unable to locate default version of the 'app.config' file - Please contact IdeaBlade tech support

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

       Dim EM As New IronDomainModel.EM

End Sub

But the app.config is there in the project !!!

What i do ?

Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Posted: 26-May-2009 at 10:04am
I would start by reading the Developer's Guide.  On about Page 89, there is a section called "Understanding the App.Configs".  Also, read the Release Notes.  There is a breaking change in the App.Config file.

Edited by davidklitzke - 26-May-2009 at 10:04am
Back to Top
julio perez View Drop Down
Newbie
Newbie


Joined: 11-Jul-2008
Location: Brasil
Posts: 3
Post Options Post Options   Quote julio perez Quote  Post ReplyReply Direct Link To This Post Posted: 27-May-2009 at 5:06am
i think that the my app.config is ok, and the error continue
 
 
thank you
 
 
 
<?xml version="1.0" encoding="utf-8"?>

<configuration>

<ideablade.configuration version="5.00" updateFromDomainModelConfig="Ask">

<logging logFile="DebugLog.xml" />

<objectServer isDistributed="false" remoteBaseURL="http://localhost" serverPort="9009" serviceName="EntityService" />

<edmKeys>

<edmKey name="Default" connection="metadata=res://IronEntityModelV1.0/IronEntityModel01.csdl|res://IronEntityModelV1.0/IronEntityModel01.ssdl|res://IronEntityModelV1.0/IronEntityModel01.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=VAIOJULIO;Initial Catalog=Iron;Integrated Security=True;MultipleActiveResultSets=True&quot;" containerName="IronEntityModel.Entities">

<probeAssemblyNames>

<probeAssemblyName name="IronDomainModelV1.0" />

<probeAssemblyName name="IronEntityModelV1.0" />

</probeAssemblyNames>

</edmKey>

</edmKeys>

</ideablade.configuration>

<configSections>

<section name="ideablade.configuration" type="IdeaBlade.Core.Configuration.IdeaBladeSection, IdeaBlade.Core, Version=5.1.0.0, Culture=neutral, PublicKeyToken=287b5094865421c0" />

</configSections>

</configuration>

Back to Top
GregD View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 374
Post Options Post Options   Quote GregD Quote  Post ReplyReply Direct Link To This Post Posted: 27-May-2009 at 12:02pm
Where is the app.config?

a. in the UI project,
b. in the DomainModel project
c. both

Back to Top
julio perez View Drop Down
Newbie
Newbie


Joined: 11-Jul-2008
Location: Brasil
Posts: 3
Post Options Post Options   Quote julio perez Quote  Post ReplyReply Direct Link To This Post Posted: 27-May-2009 at 2:56pm
both
Back to Top
GregD View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 374
Post Options Post Options   Quote GregD Quote  Post ReplyReply Direct Link To This Post Posted: 28-May-2009 at 1:08pm
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down