c# - Best way to test changes in silverlight application -
which best way rebuild silverlight project in visual studio 2010? ask because happen rebuild , not take effect changes made in xaml , a. cs file.
thank you.
rebuilding ought doing trick. if changes you're making in project not being reflected when build, try clicking "build > clean solution" before rebuild. if doesn't work, restart visual studio.
Comments
Post a Comment