iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi
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:- Silverlight SDK installed on the build server- Intersoft and RIA Services copied to local directory and *.csproj adjusted as follows
<Reference Include="System.ServiceModel.DomainServices.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\Dependencies\System.ServiceModel.DomainServices.Hosting.dll</HintPath> </Reference>
- MSBuild Plattform: X86
Now I get still following error messages:
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] 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]
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]
How can I solve this?
Thanks, Michael
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.
Hope this helps.
Thank you for the information.
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.
Please let us know whether this helps or not.
Hi Yudi
Thanks for reply.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname