vote up 0 vote down star

I am not sure if this is related to this weird behavior I'm experiencing: http://stackoverflow.com/questions/1229811/why-is-my-asp-net-mvc-project-saving-several-copies-of-itself

But I'm completely stumped.

My solution (asp.net mvc application) currently resides on the thumbdrive (cruzer micro 4gb), all the files were fine as of last night, this morninig I open one of a .ascx, and God almighty, it loads itself into the hex editor, why? what the heck?

I open this same user control in notepad and it's full of crazy random characters.

Somehow it turns itself, a plain text file, into a binary file?

Anyone run into this? I don't have backup (my fault, I should know better), is this reversable?

flag
Looks like you don't have your solution on the thumbdrive anymore...:( – Kamarey Aug 5 at 15:22

1 Answer

vote up 0 vote down

It could be that you saved the file and somehow triggered a different encoding to be used.

I believe I've seen something similar a couple of times.

Does it compile anyway? If not then it's not readable by VS either and you're probably screwed.

link|flag
Yes the solution still compiles. The page displays, but the section that contains the .ascx shows random characters. I worked on it last night, save normally. Humm...if a different encoding was triggered somehow, it surely was un-beknown to me. – wliao Aug 5 at 15:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.