Audax321 Posted December 1, 2003 Posted December 1, 2003 Hello, I'm working on an application that I successfully compiled in Vb.net last week just fine. Today, when I started up the project and went to run the program I got the following error: C:\Documents and Settings\...\Form1.resx A failure occurred writing to the resources file. The system cannot find the path specified. How can I fix this, because my program completely won't compile anymore. I checked if the resource file was in the path and it is, .NET just refuses to see it. Thanks.. Quote
samsmithnz Posted December 1, 2003 Posted December 1, 2003 did you log in as a different user? Or maybe change some login settings? Quote Thanks Sam http://www.samsmith.co.nz
Audax321 Posted December 1, 2003 Author Posted December 1, 2003 Hi.... no, I'm the only user on the computer and the only person that uses it. I'm doing the same thing I did last time... not sure why it is doing this. Is there any way to force VB.NET to recreate the Form1.resx file? Quote
*Experts* mutant Posted December 1, 2003 *Experts* Posted December 1, 2003 I never had this problem so I don't think I can help you withmaking VS recreate the file. But what you could do is, copy all your code and then simply delete the form, create a new one and paste back the code you had. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.