You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to generate the project, I have the error : "The type 'IBuffer' is defined in an assembly that is not referenced. You must add a reference to assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'."
But when I try to resolve it by following this, I have the following error :
CS0433 C# The type exists in both and 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'
What should I do ?
The text was updated successfully, but these errors were encountered:
AntoineBore
changed the title
Unable to open the project
Type is defined in an assembly that is not referenced…”
Jul 10, 2019
Hi,
When I try to generate the project, I have the error : "The type 'IBuffer' is defined in an assembly that is not referenced. You must add a reference to assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'."
But when I try to resolve it by following this, I have the following error :
CS0433 C# The type exists in both and 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'
What should I do ?
The text was updated successfully, but these errors were encountered: