c# - Migrating shared project from VS 2013 to 2015 -


we have solution on vs 2013 contains shared code project type (https://github.com/firstfloorsoftware/mui).

we made minor changes in code , has being part of our solution while.

now want open project in vs 2015. although had minor problem shared project seems fixed: https://github.com/firstfloorsoftware/mui/issues/48

i still cannot rid of more 5000 errors on project. can run successfully, have no idea reason many errors.

one thing noticed vs 2015 uses standard c# project in solution explorer instead of special icon indicating shared project.

how reproduce problem: 1 - download modern ui project github; 2 - open on vs 2015; 3 - make fix mentioned here: https://github.com/firstfloorsoftware/mui/issues/48 4 - reload shared project after fixing project file 5 - notice number of errors on error list.

any ideas?

igor.

it seems issue related missing files during vs 2015 setup due choices did during setup.

all did creating new project , choose windows 8 template. vs 2015 setup launch , missing packages installed.

after doing that, open vs 2013 project in vs 2015 charm.

igor.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -