Click here to Skip to main content
15,918,471 members

Comments by Ste Moore (Top 3 by date)

Ste Moore 7-Nov-14 6:22am View    
The ModernUI isn't installing.

I get the following message when I attempt it.
Install-Package : Could not install package 'ModernUI 1.3.0.0'. You are trying to install this package into a
project that targets '.NETCore,Version=v4.5.1', but the package does not contain any assembly references or content
files that are compatible with that framework. For more information, contact the package author.
At line:1 char:1
+ Install-Package ModernUI
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand


I think this may be due to the fact that I'm creating a windows store app and not a windows form app.
Ste Moore 7-Nov-14 6:05am View    
Thanks for the quick reply. This looks like it is changing the Windows Forms to look like the Windows Store/Metro apps, but what I'm looking for is a control for the Windows Store/Metro apps which mimics the tiles on the Windows 8 start screen.

Sorry if I wasn't very clear.
Ste Moore 12-Aug-13 6:27am View    
Thanks for the quick reply. I understand that I need to use the EditTemplate property and have done that to get a DropDownList on my ProjectID column, but I don't know how to populate the DropDownList and I don't know how to link it to my Description column so that it automatically updates when a differnt option is selected in the DropDownList.

Can you shed any light on how to do this?