since yesterday in this project i have this message... the file is compiled\builded successufly and i can run the application in the debug folder...
The complete message (the translation maybe isn't the best):
Error while trying to run project: error loading file or assembly 'MyApp' or one of the dependecies. it was expected that the module had a manifest of the assembly.
Maybe there is something wrong with the solution file.
Create a new solution and remove the default Form1.
Add your existing forms/modules/etc to the new solution, save it with the same name as the previous one, thus overwriting the existing solution file, and run to see what happens.
In the begining it works, but after i reboot my pc, the problem came back. Funny that this only happens in this solution. I have others and everything works fine!
This is an error when you run the executable as you are mentioning that it builds fine but errors right after would suggest its not building completely.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
@hack
If i create a new solution and add all the files it works fine, until i reboot my pc, after that the error come back...
@RobDog888
I don't think so, because when i build,rebuild,clean it doesn't return any type of error or warning, and then i run the executable (in the release folder), and everything works fine
I'll try again to create a new solution, what files should i copy... All the form's, modules and classes, i have a dataset, and i have settings...