Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi memebers,

Junk characters(square boxes) gets added at the end of class file after replacing old file with new file .
While build operation , i get an error as character is not valid.

It is very time consuming to edit every file and manually replace those sqaure boxes


Please help
Posted

1 solution

Hi..,
U cannot replace directly, you have to add those files(Copy/paste to the folder will not work).

After adding also make sure that the "Build Action" property of the file is set to "Compile" in Visual Studio. Perhaps when you initially added the file, you added it to a location or added it as a file type that did not automatically set the build action properly.

Hope it helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900