Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n/Code52.i18n.language.js 404 (Not Found) #16

Open
rqx110 opened this issue Dec 27, 2012 · 6 comments
Open

i18n/Code52.i18n.language.js 404 (Not Found) #16

rqx110 opened this issue Dec 27, 2012 · 6 comments

Comments

@rqx110
Copy link

rqx110 commented Dec 27, 2012

I follow your guide to create the project, but i found en error while running the project.
The error message is:
"GET http://localhost:7739/i18n/Code52.i18n.language.js 404 (Not Found) "

How to fix this problem?

@missraphie
Copy link

I get the same error as well.

@rqx110
Copy link
Author

rqx110 commented Jan 16, 2013

I use it in vs2010 and .net 4, it is OK now. It looks like some version of Software occur the problem, may be IIS Express, Vs2012 and so on, I don't know! (sorry for my bad English)

@JakeGinnivan
Copy link
Member

  <add name="i18nScript" path="/i18n/Code52.i18n.language.js" verb="GET" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />

under the handlers section seemed to fix this for me

@ghost
Copy link

ghost commented Apr 30, 2013

Still now working for MVC 4 2012 IIS Express

@kfrancis
Copy link

Change it to <script type="text/javascript" src="@Url.Content("~/Language/Language")"></script> and make sure you remove the bad Language files from /Resources that were created by the package. This now works in ASP.NET MVC5 as well.

@TopDuke
Copy link

TopDuke commented Oct 10, 2013

Kfrancis ,could you can give me code52.i18n.mvc4 source for ASP.NET MVC5 for me
my email [email protected] ...
Thanks ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants