开发者

Mono Project Character Lowering Problem

开发者 https://www.devze.com 2023-03-11 21:57 出处:网络
I am trying to develop an ASP.NET web application on a Mac using Mono Project. But because of a character problem, it throws an error of \'ınital Catalog\'. That happens because, when Mono compiles m

I am trying to develop an ASP.NET web application on a Mac using Mono Project. But because of a character problem, it throws an error of 'ınital Catalog'. That happens because, when Mono compiles m开发者_运维百科y code, it converts my 'I' s to 'ı' which is not an English word. So I can't write UserID = 1 or Initial Catalog = myDB in the code. How can I fix this? Thanks alot.


Found it. I deleted web.config code of

<globalization uiCulture="auto" culture="auto" />
0

精彩评论

暂无评论...
验证码 换一张
取 消