This problem was fixed when I removed the "~" reference to the relative path of the application and replaced it with the true relative path. So, for example I was using "~/styles/styles1.css,~/styles/styles2.css" I changed this to "/MyApps/ThisApp/styles/styles1.css,/MyApps/ThisApp/styles/styles2.css"