View Single Post
  #1  
Old 11-20-2004, 08:11 PM
fkish fkish is online now
Registered User
 
Join Date: 06-26-2003
Posts: 11
.net - There is an invalid character ...

Hi,

I have a C# solution I'm building and it looks like the post build event is giving me the error "There is an invalid character in the given encoding." (in the csproj). This post build bat is required for the rest of the sln to compile. And the "error" will be in each of the csproj's.

VS.Net works fine with this and the postbuild bat is ok. I believe another user mentioned (along time ago when I searched on the above) that the csproj is not truly XML...that is looks like XML but VS is ok with errors that causes other XML parsing programs to call errors.

Does any one know how to prevent the above?

Thanks,
Frank
Reply With Quote