NETMF / llilum

Development Platform for MSIL and UWP apps targeting Micro Controllers. Part of the .NET Micro Framework family.
Other
159 stars 52 forks source link

Project compiling issues. #233

Closed vgolovanov closed 8 years ago

vgolovanov commented 8 years ago

Hi. i having problems with compiling LlilumSDK and Llilum project VSIX package.

1st issue, during compilation time, group of referenced libraries (NetmfCompatibilityComponentGroup) from ReferenceAssemblies file in LlilumSDK not found. But commenting out or removing that section let compile the project.

2nd issue, when building VSIX package, getting error "The "FindInstalledExtension" task was not given a value for the required parameter "InstallableExtensionVersion". Microsoft.MIEngine.CoreRegisters.ARM"

Any help would be much appreciated.

Best regards, Vyacheslav.

nbsn2 commented 8 years ago

Just ignore those message. Go find the .msi and .vsix file, it's there.

vgolovanov commented 8 years ago

May be there is some switch to ignore that errors in Visual Studio. But vsix file is not builded. Msi is builded, after i removed that section.

vgolovanov commented 8 years ago

Thank you for suggestion. Was looking VSIX file in wrong location.