Friday, 15 February 2013

deployment - Azure Web Role-Some files are not being added to cspkg file -



deployment - Azure Web Role-Some files are not being added to cspkg file -

finally after days of trial , error, managed existing mvc project converted azure web role. deployed , works, mostly. biggest issue cspkg missing files part of mvc project (they listed in csproj). appears files beingness left out randomly. example, if folder has 4 files, see 1 of included in cspkg. there way forcefulness inclusion of these files other listing them in csproj. noticed visual studio web role deployment process goes through list of files in csproj. when file listed in csproj not found, cspkg creation throws errors. assuption if file listed in csproj , if file exists, should find way cspkg.

resolved. don't know why, visual studio used tag instead of tag files in vbproj file.

deployment webrole

No comments:

Post a Comment