﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - Business Application and TFS2010 MSBuild</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Business-Application-and-TFS2010-MSBuild/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Business Application and TFS2010 MSBuild</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Business-Application-and-TFS2010-MSBuild/</link><pubDate>Sun, 09 Oct 2011 16:43:00 GMT</pubDate><dc:creator>yudi</dc:creator><category>TFS 2010 MSBuild</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;From the information which says that you have the same problem with the “Intersoft ClientUI MVVM Business Application” project template, I’d like to suggest you to re-install the project template on your end.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Business Application and TFS2010 MSBuild</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Business-Application-and-TFS2010-MSBuild/</link><pubDate>Thu, 06 Oct 2011 02:06:54 GMT</pubDate><dc:creator>mg@hsig.ch</dc:creator><category>TFS 2010 MSBuild</category><description>&lt;p&gt;Hi Yudi&lt;/p&gt;
&lt;p&gt;Thanks for reply.&lt;/p&gt;
&lt;div lang="undefined" _msthash="826319"&gt;The local build works fine (VS2010). Only on the MSBuild Server, I get this error.&lt;/div&gt;
&lt;div lang="undefined" _msthash="826319"&gt;UserRegistrationContext is defined in the automatically generated *.Web.g.cs (comes from the predefined UserRegistrationService). Therefore, I do not know what reference could still missing...&lt;/div&gt;
&lt;div lang="undefined" _msthash="826319"&gt; &lt;/div&gt;
&lt;div lang="undefined" _msthash="826319"&gt;I just noticed that I have the same problem with the Microsoft Silverlight business application template!&lt;/div&gt;
&lt;div lang="undefined" _msthash="826319"&gt; &lt;/div&gt;
&lt;div lang="undefined" _msthash="826319"&gt;Michael&lt;/div&gt;</description></item><item><title>Business Application and TFS2010 MSBuild</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Business-Application-and-TFS2010-MSBuild/</link><pubDate>Wed, 05 Oct 2011 03:51:49 GMT</pubDate><dc:creator>yudi</dc:creator><category>TFS 2010 MSBuild</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Thank you for the information.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I notice that the compiler error has a similar type, error CS0246. A type or namespace that is used in the program was not found. You might have forgotten to reference (/reference) the assembly that contains the type, or you might not have correctly qualified its use by using a using directive.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Please let us know whether this helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Business Application and TFS2010 MSBuild</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Business-Application-and-TFS2010-MSBuild/</link><pubDate>Tue, 04 Oct 2011 16:13:52 GMT</pubDate><dc:creator>mg@hsig.ch</dc:creator><category>TFS 2010 MSBuild</category><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I have created a business application and checked into the TFS. Then, I've defined a build definition for continuous integration. I got some error messages that could be solved by following points:&lt;br /&gt;- Silverlight SDK installed on the build server&lt;br /&gt;- Intersoft and RIA Services copied to local directory and *.csproj adjusted as follows&lt;/p&gt;
&lt;p&gt;    &amp;lt;Reference Include="System.ServiceModel.DomainServices.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"&amp;gt;&lt;br /&gt;      &amp;lt;SpecificVersion&amp;gt;False&amp;lt;/SpecificVersion&amp;gt;&lt;br /&gt;      &amp;lt;HintPath&amp;gt;..\..\..\Dependencies\System.ServiceModel.DomainServices.Hosting.dll&amp;lt;/HintPath&amp;gt;&lt;br /&gt;    &amp;lt;/Reference&amp;gt;&lt;/p&gt;
&lt;p&gt;- MSBuild Plattform: X86&lt;/p&gt;
&lt;p&gt;Now I get still following error messages:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: consolas"&gt;ViewModels\RegisterFormViewModel.cs(22,17): error CS0246: The type or namespace name 'UserRegistrationContext' could not be found (are you missing a using directive or an assembly reference?) [C:\Builds\1\QMS Demo\QMS_MAIN_CI\Sources\QMS Demo\Source\QualityManagementSystem\QMS\QMS.csproj]
&lt;p&gt;ViewModels\RegisterFormViewModel.cs(241,62): error CS0246: The type or namespace name 'RegistrationStatus' could not be found (are you missing a using directive or an assembly reference?) [C:\Builds\1\QMS Demo\QMS_MAIN_CI\Sources\QMS Demo\Source\QualityManagementSystem\QMS\QMS.csproj]&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;How can I solve this?&lt;/p&gt;
&lt;p&gt;Thanks, Michael&lt;/p&gt;</description></item></channel></rss>