Может кто-то сталкивался с такой проблемой,
Есть проект, который использует 2011.3 и при переходе на вкладку Preview в любом отчете вываливается ошибка:
сам файл, в котором вываливается ошибка можно поглядеть тут: znwwpqly.0.csc:\Windows\Temp\znwwpqly.0.cs(1,14) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,16) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,39) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,41) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,70) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,72) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,92) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,94) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,122) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,124) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,156) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,158) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,184) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,186) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,220) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,222) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,259) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,261) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,263) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,265) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,284) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,286) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,289) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,291) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,346) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,348) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,355) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,357) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,391) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,393) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,434) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,436) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,447) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,449) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,451) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,453) : error CS1056: Unexpected character '\'c:\Windows\Temp\znwwpqly.0.cs(1,463) : error CS1040: Preprocessor directives must appear as the first non-whitespace character on a linec:\Windows\Temp\znwwpqly.0.cs(752,10) : error CS1028: Unexpected preprocessor directivec:\Windows\Temp\znwwpqly.0.cs(1,14) : error CS0116: A namespace cannot directly contain members such as fields or methodsc:\Windows\Temp\znwwpqly.0.cs(1,346) : error CS1514: { expectedc:\Windows\Temp\znwwpqly.0.cs(1,346) : error CS1519: Invalid token '\' in class, struct, or interface member declarationc:\Windows\Temp\znwwpqly.0.cs(1,348) : error CS1519: Invalid token '\' in class, struct, or interface member declarationc:\Windows\Temp\znwwpqly.0.cs(1,354) : error CS1519: Invalid token '{' in class, struct, or interface member declarationc:\Windows\Temp\znwwpqly.0.cs(1,357) : error CS1519: Invalid token '\' in class, struct, or interface member declarationc:\Windows\Temp\znwwpqly.0.cs(1,367) : error CS1585: Member modifier 'public' must precede the member type and namec:\Windows\Temp\znwwpqly.0.cs(1,447) : error CS1519: Invalid token '\' in class, struct, or interface member declarationc:\Windows\Temp\znwwpqly.0.cs(1,449) : error CS1519: Invalid token '\' in class, struct, or interface member declarationc:\Windows\Temp\znwwpqly.0.cs(1,451) : error CS1519: Invalid token '\' in class, struct, or interface member declarationc:\Windows\Temp\znwwpqly.0.cs(1,453) : error CS1519: Invalid token '\' in class, struct, or interface member declarationc:\Windows\Temp\znwwpqly.0.cs(2,9) : error CS1585: Member modifier 'public' must precede the member type and namec:\Windows\Temp\znwwpqly.0.cs(750,10) : error CS1513: } expected" }
В нем видно, что вначале файла идут прямым текстом конструкции \r\n на которые и ругается в дальнейшем сервак.
Кто подскажет где копать?