vlad.ua96
Member
- Joined
- Nov 22, 2020
- Messages
- 5
- Programming Experience
- 3-5
Hello) Recently i got very strange error with IO i noticed that when i change project configuration from Any CPU to x64 or x86
input output stop working. I can't create any files even this simple code not working.
File.WriteAllText(@"CSVTEST.csv","test");
I was thinking to change project configuration back to Any CPU but unfortunatelly i can't do it because i am using Microsoft ML library which works only on x64 or x86 configurations. So it's kinda impossible for me to stay on Any CPU configurations.
Maybe someone already had this problem, on internet i didn't find any information about this
I also was thinking about change configuration dinamically but i think it's kinda bad codding. Not to mention this will not work stable
input output stop working. I can't create any files even this simple code not working.
File.WriteAllText(@"CSVTEST.csv","test");
I was thinking to change project configuration back to Any CPU but unfortunatelly i can't do it because i am using Microsoft ML library which works only on x64 or x86 configurations. So it's kinda impossible for me to stay on Any CPU configurations.
Maybe someone already had this problem, on internet i didn't find any information about this
I also was thinking about change configuration dinamically but i think it's kinda bad codding. Not to mention this will not work stable