c# - Application that uses MetroModernUI can't be started -
i've worked on project couple of days, won't start anymore. i've searched everywhere on internet nothing helped. i"m using framework metromodernui perhaps has that?
packages.config :
<?xml version="1.0" encoding="utf-8"?> <packages> <package id="metromodernui" version="1.3.0.0" targetframework="net45" /> </packages>
program class :
[stathread] static void main() { application.enablevisualstyles(); application.setcompatibletextrenderingdefault(false); application.run(new login()); }
i've disabled visual studio hosting process. didn't worked. 1 thing strange in debug properties settings won't load.
can me ?
Comments
Post a Comment