likigoldenstar Posted March 7, 2008 Share Posted March 7, 2008 Hi, I put mt.exe and signtool.exe in windows directory, so that I built code successfully. But, when I execute code, the following warning box is showed. Paint.NET has detected that some important installation files are missing. If you click the Repari button.......... The missing files are: PaintDotNet.String.3.DE.resources, paintDotNet.Strings.3.ES.resources, ... ... ... ... .. So, i click the Repair button, but failed. OS: Windows XP SP2 Visual Studio 2008 What shall I do? Please help me. Thanks. Quote Link to comment Share on other sites More sharing options...
pyrochild Posted March 7, 2008 Share Posted March 7, 2008 If you read the whole dialog box, you'll know what to do. Quote ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it! Link to comment Share on other sites More sharing options...
Oluseyi Posted March 29, 2008 Share Posted March 29, 2008 The compiled build of Paint.NET does not provide these resources, and if you already have an installed version of Paint.NET, and did not build and run an installer from source, PdnRepair can not fix your issue. Just copy the resources from your existing install. Quote Link to comment Share on other sites More sharing options...
pyrochild Posted March 29, 2008 Share Posted March 29, 2008 The compiled build of Paint.NET does not provide these resources, and if you already have an installed version of Paint.NET, and did not build and run an installer from source, PdnRepair can not fix your issue. Just copy the resources from your existing install. Or do like the dialog says, and use /skiprepairattempt... Quote ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it! Link to comment Share on other sites More sharing options...
Oluseyi Posted March 30, 2008 Share Posted March 30, 2008 The compiled build of Paint.NET does not provide these resources, and if you already have an installed version of Paint.NET, and did not build and run an installer from source, PdnRepair can not fix your issue. Just copy the resources from your existing install. Or do like the dialog says, and use /skiprepairattempt... Wasn't in the dialog. Perhaps you have a different version? Quote Link to comment Share on other sites More sharing options...
pyrochild Posted March 30, 2008 Share Posted March 30, 2008 The compiled build of Paint.NET does not provide these resources, and if you already have an installed version of Paint.NET, and did not build and run an installer from source, PdnRepair can not fix your issue. Just copy the resources from your existing install. Or do like the dialog says, and use /skiprepairattempt... Wasn't in the dialog. Perhaps you have a different version? Did you try to run a Debug or a Release build? It will only show that part of the message in Debug mode. Quote ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it! Link to comment Share on other sites More sharing options...
Oluseyi Posted March 30, 2008 Share Posted March 30, 2008 Did you try to run a Debug or a Release build? It will only show that part of the message in Debug mode. Aha! Makes sense. Quote Link to comment Share on other sites More sharing options...
pyrochild Posted March 30, 2008 Share Posted March 30, 2008 Did you try to run a Debug or a Release build? It will only show that part of the message in Debug mode. Aha! Makes sense. The command-line will work in both modes, though. Alternatively, you can go into the Startup.cs code and remove certain strings for that. Do you really need the Japanese and Italian translations? Didn't think so. Quote ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it! Link to comment Share on other sites More sharing options...
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.