New Posts New Posts RSS Feed: TempHire
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

TempHire

 Post Reply Post Reply
Author
murray.bryant View Drop Down
Groupie
Groupie


Joined: 11-Jan-2012
Location: Australia
Posts: 44
Post Options Post Options   Quote murray.bryant Quote  Post ReplyReply Direct Link To This Post Topic: TempHire
    Posted: 11-Jan-2013 at 9:42pm
I am trying to set up a new project using the basics of the temphire wpf solution

Currently I can not get temphire to work. 

When I run the project it brings up the login. I press enter then I get this error

A connectionString was not found for Key 'SecurityDbContext'.  Provide a connection string in either the connectionStrings or EdmKeys in the application configuration file, or implement a custom IDataSourceKeyResolver.

Can someone please help me with this as I can't find any reference as to how this can be fixed

thanks

Murray
Back to Top
murray.bryant View Drop Down
Groupie
Groupie


Joined: 11-Jan-2012
Location: Australia
Posts: 44
Post Options Post Options   Quote murray.bryant Quote  Post ReplyReply Direct Link To This Post Posted: 11-Jan-2013 at 9:43pm
The version of temphire I am using is from cocktail-22056
Back to Top
mgood View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 18-Nov-2010
Location: Emeryville, CA
Posts: 583
Post Options Post Options   Quote mgood Quote  Post ReplyReply Direct Link To This Post Posted: 12-Jan-2013 at 11:55am
Murray,
There are several ways you can download the source from codeplex. How did you download them? If you got them from here http://cocktail.codeplex.com/SourceControl/BrowseLatest, you should have gotten a bunch of build errors. Turns out something went wrong with the merge from Github. It didn't bring over the latest nuget.exes. I fixed that, so it should build properly know if you get the latest. 

Were you ever prompted to enter your DevForce license key?


Back to Top
murray.bryant View Drop Down
Groupie
Groupie


Joined: 11-Jan-2012
Location: Australia
Posts: 44
Post Options Post Options   Quote murray.bryant Quote  Post ReplyReply Direct Link To This Post Posted: 13-Jan-2013 at 3:51pm
Hi  Marcel

I downloaded the latest version from your link  (22497)

And I still get the same error about the connection string not found for SecurityDbContext

Were you ever prompted to enter your DevForce license key?

No I was not. I do have the latest Devforce installed on my machine already though.

Regards

Murray


Edited by murray.bryant - 13-Jan-2013 at 3:52pm
Back to Top
mgood View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 18-Nov-2010
Location: Emeryville, CA
Posts: 583
Post Options Post Options   Quote mgood Quote  Post ReplyReply Direct Link To This Post Posted: 13-Jan-2013 at 7:15pm
There is an issue with NuGet not executing the necessary script when opening the solution. To work around the issue, create a blank project and install the DevForce 2012 Client package to it. You should see it install the VS extension, templates and prompt you for a license key. Until you enter a license key, it won't be able to generate the entity metadata during the build. You should actually see a build error complaining about the missing license.
Back to Top
murray.bryant View Drop Down
Groupie
Groupie


Joined: 11-Jan-2012
Location: Australia
Posts: 44
Post Options Post Options   Quote murray.bryant Quote  Post ReplyReply Direct Link To This Post Posted: 13-Jan-2013 at 8:03pm
I added a new project to the TempHire.WPF solutions

Then added Devforce to the new project through nuget.

It just added did not prompt me for the licence. Said it was already installed 

Also it is generating entity metadata. Ie I delete SecurityDbContext.ibmmx. When I rebuild it gets generated.

Any ideas?

Thanks

Murray
Back to Top
mgood View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 18-Nov-2010
Location: Emeryville, CA
Posts: 583
Post Options Post Options   Quote mgood Quote  Post ReplyReply Direct Link To This Post Posted: 14-Jan-2013 at 12:24am
Could you post the debuglog.xml file? You can find it in TempHire/bin/Debug. Also could you capture the build output and post it as well? Anything in the windows event log?
Back to Top
murray.bryant View Drop Down
Groupie
Groupie


Joined: 11-Jan-2012
Location: Australia
Posts: 44
Post Options Post Options   Quote murray.bryant Quote  Post ReplyReply Direct Link To This Post Posted: 14-Jan-2013 at 12:27am
Build Log

1>------ Rebuild All started: Project: DomainModel, Configuration: Debug Any CPU ------
2>------ Rebuild All started: Project: Security, Configuration: Debug Any CPU ------
3>------ Rebuild All started: Project: ClassLibrary1, Configuration: Debug Any CPU ------
3>  All packages listed in packages.config are already installed.
3>  ClassLibrary1 -> C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\ClassLibrary1\bin\Debug\ClassLibrary1.dll
2>  All packages listed in packages.config are already installed.
2>  : message : PostSharp complete -- 0 errors, 0 warnings, served in 1154 ms
2>  Security -> C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\Security\bin\Debug\Security.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlceca40.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlcecompact40.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlceer40EN.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlceme40.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlceqp40.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlcese40.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\Microsoft.VC90.CRT\msvcr90.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\Microsoft.VC90.CRT\README_ENU.txt
2>  9 File(s) copied
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlceca40.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlcecompact40.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlceer40EN.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlceme40.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlceqp40.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlcese40.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\Microsoft.VC90.CRT\msvcr90.dll
2>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\Microsoft.VC90.CRT\README_ENU.txt
2>  9 File(s) copied
4>------ Rebuild All started: Project: Common, Configuration: Debug Any CPU ------
1>  All packages listed in packages.config are already installed.
1>  : message : PostSharp complete -- 0 errors, 0 warnings, served in 1207 ms
1>  DomainModel -> C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\DomainModel\bin\Debug\DomainModel.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlceca40.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlcecompact40.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlceer40EN.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlceme40.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlceqp40.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlcese40.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\Microsoft.VC90.CRT\msvcr90.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\Microsoft.VC90.CRT\README_ENU.txt
1>  9 File(s) copied
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlceca40.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlcecompact40.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlceer40EN.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlceme40.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlceqp40.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlcese40.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\Microsoft.VC90.CRT\msvcr90.dll
1>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\Microsoft.VC90.CRT\README_ENU.txt
1>  9 File(s) copied
5>------ Rebuild All started: Project: DomainServices, Configuration: Debug Any CPU ------
4>  All packages listed in packages.config are already installed.
4>  Common -> C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\Common\bin\Debug\Common.dll
5>  All packages listed in packages.config are already installed.
5>  DomainServices -> C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\DomainServices\bin\Debug\DomainServices.dll
6>------ Rebuild All started: Project: TempHire, Configuration: Debug x86 ------
7>------ Rebuild All started: Project: Harness, Configuration: Debug x86 ------
7>  All packages listed in packages.config are already installed.
7>  Harness -> C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\Harness\bin\Debug\Harness.exe
6>  All packages listed in packages.config are already installed.
6>  TempHire -> C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\TempHire\bin\Debug\TempHire.exe
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlceca40.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlcecompact40.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlceer40EN.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlceme40.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlceqp40.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\sqlcese40.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\Microsoft.VC90.CRT\msvcr90.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\Microsoft.VC90.CRT\README_ENU.txt
6>  9 File(s) copied
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlceca40.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlcecompact40.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlceer40EN.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlceme40.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlceqp40.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\sqlcese40.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\Microsoft.VC90.CRT\msvcr90.dll
6>  C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\Microsoft.VC90.CRT\README_ENU.txt
6>  9 File(s) copied
========== Rebuild All: 7 succeeded, 0 failed, 0 skipped ==========

Back to Top
murray.bryant View Drop Down
Groupie
Groupie


Joined: 11-Jan-2012
Location: Australia
Posts: 44
Post Options Post Options   Quote murray.bryant Quote  Post ReplyReply Direct Link To This Post Posted: 14-Jan-2013 at 12:28am
debuglog.xml

<?xml version="1.0"?><?xml-stylesheet href="DebugLog.xsl" type="text/xsl"?><log>
<entry id="14" timestamp="2013-01-14T16:28:02" username="" source="IdeaBlade.Core.TraceFileXmlLogger:GetLogHeader">------------ Log Created ------------</entry>
<entry id="0" timestamp="2013-01-14T16:28:00" username="" source="IdeaBlade.Core.IdeaBladeConfig:Initialize">Initializing configuration ...</entry>
<entry id="1" timestamp="2013-01-14T16:28:01" username="" source="IdeaBlade.Core.Composition.PartsCatalog:LoadCatalog">MEF assembly probing started: 14/01/2013 4:28:01 PM.  If this takes a long time, use IdeaBlade.Core.Composition.CompositionHost to specify/restrict which assemblies to probe.</entry>
<entry id="2" timestamp="2013-01-14T16:28:01" username="" source="IdeaBlade.Core.Composition.PartsCatalog:LoadCatalog">Assembly 'Cocktail, Version=2.2.0.0, Culture=neutral, PublicKeyToken=7d8c7326b555a04a' added to PartsCatalog</entry>
<entry id="3" timestamp="2013-01-14T16:28:01" username="" source="IdeaBlade.Core.Composition.PartsCatalog:LoadCatalog">Assembly 'Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' added to PartsCatalog</entry>
<entry id="4" timestamp="2013-01-14T16:28:01" username="" source="IdeaBlade.Core.Composition.PartsCatalog:LoadCatalog">Assembly 'DomainModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' added to PartsCatalog</entry>
<entry id="5" timestamp="2013-01-14T16:28:01" username="" source="IdeaBlade.Core.Composition.PartsCatalog:LoadCatalog">Assembly 'DomainServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' added to PartsCatalog</entry>
<entry id="6" timestamp="2013-01-14T16:28:01" username="" source="IdeaBlade.Core.Composition.PartsCatalog:LoadCatalog">Assembly 'Security, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' added to PartsCatalog</entry>
<entry id="7" timestamp="2013-01-14T16:28:01" username="" source="IdeaBlade.Core.Composition.PartsCatalog:LoadCatalog">Assembly 'TempHire, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' added to PartsCatalog</entry>
<entry id="8" timestamp="2013-01-14T16:28:01" username="" source="IdeaBlade.Core.Composition.PartsCatalog:LoadCatalog">MEF assembly probing completed: 14/01/2013 4:28:01 PM</entry>
<entry id="9" timestamp="2013-01-14T16:28:01" username="" source="IdeaBlade.Core.Composition.CompositionHost:.ctor">Probe Assemblies: Caliburn.Micro, Version=1.4.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f :: Cocktail, Version=2.2.0.0, Culture=neutral, PublicKeyToken=7d8c7326b555a04a :: Cocktail.Utils, Version=2.2.0.0, Culture=neutral, PublicKeyToken=7d8c7326b555a04a :: Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null :: DomainModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null :: DomainServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null :: MefContrib, Version=1.1.0.0, Culture=neutral, PublicKeyToken=61319b4ffd6fe6d3 :: Security, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null :: TempHire, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null  If this list is unnecessarily large, use CompositionHost.SearchPatterns to modify the search critieria for probed assemblies. If this list does not contain the assembly(ies) holding your a) domain model, b) custom interface implementations, and c) POCO/known types then your application may not work correctly. Ensure that these assemblies are available in the exe/bin folder, and if using CompositionHost.SearchPatterns that the patterns are set appropriately.</entry>
<entry id="10" timestamp="2013-01-14T16:28:01" username="" source="IdeaBlade.Core.IdeaBladeConfig:InitializationStatusCallback">IdeaBlade License: 'Silverlight', KeyDate: 14/04/2010, AllowedSessions: 10000. Found on Assembly: 'DomainModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'</entry>
<entry id="11" timestamp="2013-01-14T16:28:01" username="" source="IdeaBlade.Core.Configuration.ServerSettingsElement:ConstrainSettingsBasedOnLicenseCore">The configured SupportedClientApplicationType is Silverlight</entry>
<entry id="12" timestamp="2013-01-14T16:28:01" username="" source="IdeaBlade.Core.Configuration.ServerSettingsElement:ConstrainSettingsBasedOnLicenseCore">Session-agnostic load balancing is not supported with this license.</entry>
<entry id="13" timestamp="2013-01-14T16:28:02" username="" source="IdeaBlade.Core.Composition.CompositionHost:CheckMultiExport">CompositionContext: 'IbDefault' - Probed for non-default 'ITraceLoggerProvider' and found 'Cocktail.TraceLoggerProvider'.</entry>
<entry id="15" timestamp="2013-01-14T16:28:02" username="" source="IdeaBlade.Core.TraceFns:CompleteTracingInitialization">IdeaBladeConfig resolution: File: C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\TempHire\bin\Debug\TempHire.vshost.exe.Config - found</entry>
<entry id="16" timestamp="2013-01-14T16:28:02" username="" source="IdeaBlade.Core.TraceFns:CompleteTracingInitialization">IdeaBladeConfig resolution: Logging file: C:\Users\murray.bryant\Downloads\cocktail-22497\Samples\TempHire\TempHire\bin\Debug\DebugLog.xml</entry>
<entry id="17" timestamp="2013-01-14T16:28:02" username="" source="IdeaBlade.Core.TraceFns:CompleteTracingInitialization">Bound to .NET runtime version 4.0.30319.17929</entry>
<entry id="18" timestamp="2013-01-14T16:28:02" username="" source="IdeaBlade.Core.TraceFns:CompleteTracingInitialization">DevForce version 7.0.3.0</entry>
<entry id="19" timestamp="2013-01-14T16:28:02" username="" source="Cocktail.PartLocator`1:WriteTrace">Probed for service with contract IEventAggregator and found Caliburn.Micro.EventAggregator</entry>
<entry id="20" timestamp="2013-01-14T16:28:03" username="" source="Cocktail.PartLocator`1:WriteTrace">Probed for service with contract DialogHostBase and found Cocktail.DialogHostBase</entry>
</log>
Back to Top
murray.bryant View Drop Down
Groupie
Groupie


Joined: 11-Jan-2012
Location: Australia
Posts: 44
Post Options Post Options   Quote murray.bryant Quote  Post ReplyReply Direct Link To This Post Posted: 14-Jan-2013 at 12:30am
Hi Marcel

Can't see any events in the windows event logs

regards

Murray
Back to Top
mgood View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 18-Nov-2010
Location: Emeryville, CA
Posts: 583
Post Options Post Options   Quote mgood Quote  Post ReplyReply Direct Link To This Post Posted: 14-Jan-2013 at 8:22am
Murray,
That doesn't look like the complete log. I don't see the error you are getting in there. Can you go all the way to the error and then capture the log? Thx.
 
Marcel
Back to Top
mgood View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 18-Nov-2010
Location: Emeryville, CA
Posts: 583
Post Options Post Options   Quote mgood Quote  Post ReplyReply Direct Link To This Post Posted: 14-Jan-2013 at 10:50am
Murray,
We noticed from the log that you have a Silverlight DevForce license, but you mention TempHire WPF. That wouldn't go together. Try and see if you are having the same issues with TempHire Silverlight.
 
Also, do you happen to have DevForce 2010 installed? If so, it must be 6.1.9 or higher. Older versions don't support side-by-side installations with DevForce 2012 and things will get confused.
Back to Top
murray.bryant View Drop Down
Groupie
Groupie


Joined: 11-Jan-2012
Location: Australia
Posts: 44
Post Options Post Options   Quote murray.bryant Quote  Post ReplyReply Direct Link To This Post Posted: 14-Jan-2013 at 2:05pm
Hi Marcel

Devforce 2010 was the problem

I uninstalled that and it now works

Thanks

Murray
Back to Top
mgood View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 18-Nov-2010
Location: Emeryville, CA
Posts: 583
Post Options Post Options   Quote mgood Quote  Post ReplyReply Direct Link To This Post Posted: 14-Jan-2013 at 3:05pm
Great! I'm glad we got this sorted out.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down