New Posts New Posts RSS Feed: Converting an existing project to DevForce
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Converting an existing project to DevForce

 Post Reply Post Reply
Author
ting View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 27-Mar-2009
Location: San Francisco
Posts: 427
Post Options Post Options   Quote ting Quote  Post ReplyReply Direct Link To This Post Topic: Converting an existing project to DevForce
    Posted: 22-Sep-2010 at 7:20pm
The easiest way to start a DevForce application is to use one of the pre-defined DevForce templates in Visual Studio.  These contain all the configuration files and settings that you need to make the application work, and when you're ready to deploy, you can just copy these files to the server.

If you have an existing project that you'd like to convert to DevForce, the best way to do this is to create a dummy project using a DevForce template and to copy the settings over to your application.  Make sure to get these items:

Global.asax
Web.config
Copy the DevForce assembly references
  The DevForce references in the Silverlight project should all end in .SL
  The DevForce references in the server project should not have .SL

Also, after you create your EDMX, make sure that Model.IB.Designer.cs and your partial classes are added as linked files to the Silverlight project.

And remember to add Using IdeaBlade.EntityModel to your source files, otherwise you will not see the LINQ extension methods.

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down