Closed
Error while creating the build for Universal web application in open Span
HI ,
Getting the below error after adding the Universal web application, what is the issue , and how to resolve this?
------ Build started: Project: UniversalWebProject, Configuration: Debug Any CPU ------
obj\Debug\PMAppInChrome.cs(44,8): error CS0012: The type 'StartOptions' is defined in an assembly that is not referenced. You must add a reference to assembly 'OpenSpan.ApplicationFramework, Version= Proprietary information hidden, Culture=neutral, PublicKeyToken=f5db91edc02d8c5e'.
obj\Debug\PMAppInChrome.cs(44,21): error CS0234: The type or namespace name 'ApplicationFramework' does not exist in the namespace 'OpenSpan' (are you missing an assembly reference?)
obj\Debug\_Project_\UniversalWebProject.cs(118,12): error CS0012: The type 'ICredentialProvider' is defined in an assembly that is not referenced. You must add a reference to assembly 'OpenSpan.ApplicationFramework, Version= Proprietary information hidden, Culture=neutral, PublicKeyToken=f5db91edc02d8c5e'.
obj\Debug\_Project_\UniversalWebProject.cs(118,12): error CS0012: The type 'IStartMyDayAdapter' is defined in an assembly that is not referenced. You must add a reference to assembly 'OpenSpan.ApplicationFramework, Version= Proprietary information hidden, Culture=neutral, PublicKeyToken=f5db91edc02d8c5e'.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========