New Posts New Posts RSS Feed: Debugging in VS and service
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Debugging in VS and service

 Post Reply Post Reply
Author
mbevins1 View Drop Down
Newbie
Newbie


Joined: 16-Jan-2009
Posts: 27
Post Options Post Options   Quote mbevins1 Quote  Post ReplyReply Direct Link To This Post Topic: Debugging in VS and service
    Posted: 17-Sep-2009 at 8:52am
Each time we debug our application it takes a while to start everything due to the devfore service haveing to restart each time we run the application.  Is there something we can do on our development machines to keep the service running?
Back to Top
enterprisetoday View Drop Down
Newbie
Newbie


Joined: 03-Mar-2009
Posts: 12
Post Options Post Options   Quote enterprisetoday Quote  Post ReplyReply Direct Link To This Post Posted: 17-Sep-2009 at 3:58pm
Hi there,

Sometimes what I do is run the system in distributed (ie n-tier) mode. What you would need to do is modify your DomainModel app.config

This line:
<objectServer isDistributed="true" remoteBaseURL="http://localhost" serverPort="9009" serviceName="EntityService" />

You will then have to run a copy of your domainmodel/bos with ServerConsole.exe

All of this is dependent on how often you make modifications to your domainmodel/servermodel/partial classes etc. So if you are fiddling with (well.. the fiddly) client side components, it could save you some time.

Dallas
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down