Net Us Up provides Silverlight Business Application Design, Development and Hosting Services. Contact us...

Read more...


« Silverlight Build SLOW with WCF RIA Services

 

Hi,

For those of you working on larger Silverlight projects, you may have been suffering from SLOOOOWWWWWW builds.

Well, you’re not alone. Since WCF RIA Services, we have been struggling with slow builds until we figured out the problem.

It seems that the culprit is RIA Services intellisense… and here is how we got around it.

 

You need to add an entry to the registry that disables intellisense for RIA Services.

  1. Run regedit.exe
  2. Navigate to (this on 64 bit Windows 7) [HKEY_LOCAL_MACHINE]\SOFTWARE\Wow6432Node\Microsoft\WCFRIAServices\v1.0
  3. Right click on the right (where the values are) and select NEW > DWord 32 bit value called: DisableLiveIntellisense
  4. Right click the value you just added and select Modify.
  5. Enter the Value 1 to disable.

Now build, run and enjoy visual studio working as it should.

 

Happy Coding.

JW.

One commentto “Silverlight Build SLOW with WCF RIA Services”

  • March 28, 2011
    admin wrote

    blah

Leave a comment

*