LanguageRemover exiting with code 9009

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/30/2013 11:56:23 AM
Gravatar
Total Posts 24

LanguageRemover exiting with code 9009

Joe,

On the latest pull I keep getting an error on build

 

Error    1    The command "C:\Users\Run8\Documents\Visual Studio 2012\Projects\IGH\LanguageRemover\bin\Debug\LanguageRemover.exe C:\Users\Run8\Documents\Visual Studio 2012\Projects\IGH\Web\App_GlobalResources" exited with code 9009.    LanguageRemover

 

 

Any ideas?

Thanks,

Nate

5/30/2013 1:12:06 PM
Gravatar
Total Posts 18439

Re: LanguageRemover exiting with code 9009

That isn't supposed to be included in the build profile, I just removed it and pushed the changes to the source code repo. You can either update or just click the Build menu in VS and choose Configuration Manager and uncheck LanguageRemover so it doesn't build when the solution is built. It is only meant to build language remover on demand if you need to remove some resx files to improve debug performance in mojoPortal.Web project. ie that project just runs a post build event that deletes some files from Web/App_GlobalResources. Probably on your machine the error code means a permission problem, but it doesn't need to run when the solution is built and should be removed from the build profile.

Hope that helps,

Joe

5/30/2013 2:42:46 PM
Gravatar
Total Posts 24

Re: LanguageRemover exiting with code 9009

Yep,

Thanks as always

 

Have a beer on me tonight!

5/30/2013 2:51:20 PM
Gravatar
Total Posts 18439

Re: LanguageRemover exiting with code 9009

Thanks for the beer! I appreciate it.

Cheers,

Joe

You must sign in to post in the forums. This thread is closed to new posts.