Click here to Skip to main content
15,885,107 members
Articles / Desktop Programming / XAML

A Sample Silverlight 4 Application Using MEF, MVVM, and WCF RIA Services - Part 1

Rate me:
Please Sign up or sign in to vote.
4.84/5 (108 votes)
7 Jul 2011CPOL9 min read 2.1M   30.9K   298  
Part 1 of a series describing the creation of a Silverlight business application using MEF, MVVM Light, and WCF RIA Services.
1. Run script SqlServer_IssueVision_Schema.sql to create IssueVision database schema and database user IVUser
2. Run script SqlServer_IssueVision_InitialDataLoad.sql to load all the data needed to run this application.
3. (Optional)run script SqlServer_IssueVision_TestData.sql to load some test data.
4. Run setup.exe to set up web site.
3. Normal user ID is user1 with password set as P@ssword1234
4. Admin user ID is admin1 with password set as P@ssword1234

Configuring IIS for Silverlight Applications
http://learn.iis.net/page.aspx/262/configuring-iis-for-silverlight-applications/

Install IIS 7 on Windows Vista and Windows 7
http://learn.iis.net/page.aspx/28/install-iis-7-on-windows-vista-and-windows-7/

Instructions for Express Edition:
1) Install "Microsoft SQL Server 2008 R2 RTM - Express with Management Tools", choose "Mixed authentication mode"
2) Install "Visual Web Developer 2010 Express"
3) Install "Microsoft Silverlight 4 Tools for Visual Studio 2010"
4) Update connectionStrings in Web.config file of "IssueVision.Web" to point to your own database, like, "Data Source=localhost\SQLEXPRESS"

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Weidong has been an information system professional since 1990. He has a Master's degree in Computer Science, and is currently a MCSD .NET

Comments and Discussions