aronmatthew
Active member
- Joined
- Aug 5, 2019
- Messages
- 41
- Programming Experience
- Beginner
Hello, I am trying to solve the simple problem of how to copy and rename a project. Although I have nearly solved this seemingly by replacing all of the name occurrences in the texts and file names, but now even that method has failed on a large project:
Error CS7065 Error building Win32 resources -- Unable to read beyond the end of the stream.
Also when trying to change the project name from project1 to project1.1 problem in the using and namespace extensions.
Error CS7065 Error building Win32 resources -- Unable to read beyond the end of the stream.
Also when trying to change the project name from project1 to project1.1 problem in the using and namespace extensions.
Last edited: