XAF 与 CIIP:网站:http://www.uims.top, XAF技术博客:http://www.cnblogs.com/foreachlife/

tylike 升级到  DevExpress XAF 16.1.5,实际是:16.1.516.1.4的混合。

visual studio 2015 + devexpress application framework (XAF)16.1.4 + SqlServer2014

============

将 DevExpress XAF 全部升级: 16.1.6 , 有一个错误:解决方案下\CIIP.WEB\web.config 文件升级有点问题,提示:non ASCII character found(line 76,char 5), and encoding is not specified,  需要查看官方的知识库,kb=k18172。 (! 是一个汉字的备注的影响。)

--------------------------

升级后:1)取消: 启动项目 win 的项目属性 “签名”下的 “为Clickonce签名清单”的选择框;

2)取消:安全性下 “启动Clickonce安全设置” 的选择项。

运行项目时,出现 “程序集清单定义与程序集引用不匹配”的错误,原来引用16.1.5 不存在,修改 app.config,增加 bindingRedirect。

反正启动时,提示的引用的版本不正确的,都增加重定位到新版本。

<dependentAssembly>
<assemblyIdentity name="DevExpress.ExpressApp.v16.1" publicKeyToken="b88d1754d700e49a" culture="neutral" />
<bindingRedirect oldVersion="16.1.5.0" newVersion="16.1.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="DevExpress.Persistent.BaseImpl.v16.1" publicKeyToken="b88d1754d700e49a" culture="neutral" />
<bindingRedirect oldVersion="16.1.5.0" newVersion="16.1.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="DevExpress.ExpressApp.Objects.v16.1" publicKeyToken="b88d1754d700e49a" culture="neutral" />
<bindingRedirect oldVersion="16.1.5.0" newVersion="16.1.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="DevExpress.ExpressApp.ConditionalAppearance.v16.1" publicKeyToken="b88d1754d700e49a" culture="neutral" />
<bindingRedirect oldVersion="16.1.5.0" newVersion="16.1.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="DevExpress.ExpressApp.Validation.v16.1" publicKeyToken="b88d1754d700e49a" culture="neutral" />
<bindingRedirect oldVersion="16.1.5.0" newVersion="16.1.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="DevExpress.ExpressApp.Win.v16.1" publicKeyToken="b88d1754d700e49a" culture="neutral" />
<bindingRedirect oldVersion="16.1.5.0" newVersion="16.1.6.0" />
</dependentAssembly>

至少可以启动整个项目了,其它功能就慢慢试用吧。

官方 https://www.devexpress.com/Support/Center/Question/Details/K18172

The problem appears because the problematic file contains non ASCII symbols and does not contain information about its Encoding. In this instance, we cannot convert the file, because there is no way to determine the encoding used to write certain files and, consequently, it is impossible to parse such files correctly. In this situation the conversion can lead to a corruption.

Note: you may start to receive similar warning messages when upgrading to the version 10.1 or later of our suites. In version 10, we introduced the source code conversion mechanism in our ProjectConverter tool, and all source files (*.cs, *.vb) can also be processed. So, if they contain non ASCII characters while the encoding is not specified, the mentioned warning will also be shown.

To resolve this issue, you will need to perform the following operations with problematic files:

1) Open the problematic files in the VS, 
2) Select the File | Save As... menu command.
3) Click the down arrow next to the Save button in the Save File As dialog and select "Save with Encoding...".
4) Choose "Unicode (UTF-8 with signature) - Codepage 65001".
5) Process your project files with our ProjectConverter tool.

We also suggest you review the K18172 thread, where you can find an automatic conversion tool kindly provided by our client - Mr. Klayton Dias

See also: 
How to: Manage Files with Encoding

=============================================================

Xafari Framework :  用于面向业务应用开发的强大平台,且它是基于最先进、灵活的的DevExpress XAF平台.

https://galaktikasoft.com/

XAF 与 CIIP的更多相关文章

  1. github开源:企业级应用快速开发框架CIIP WEB+WIN+移动端

    简介 CIIP是基于XAF开发的开源信息系统框架.CIIP最常见的应用场景是基于数据库的企业级应用程序,例如供应链系统,ERP系统,MRP系统,CRM系统等. CIIP支持WEB版本.Windows桌 ...

  2. 没有技术说明文档的开源都是耍流氓:微软Roslyn编译即服务在CIIP中具体应用(上)

    前段时间我发布了 github开源:企业级应用快速开发框架CIIP WEB+WIN+移动端,很多园友们都表示支持并与我探讨相关技术问题,上篇中我也承诺会写相关的技术文章,本篇就来介绍一下建模模块中使用 ...

  3. XAF学习资源整合大全

    近期有很多XAF初学者与我联系,我多数时间在重复很多入门问题,所以决定整理一篇XAF资源列表,方便大家查找资料,也请知晓其他资源的人留言或与我联系,我将新资源追加到本篇文章中,方便更多人. 一.本博客 ...

  4. 开发框架CIIP

    github开源:企业级应用快速开发框架CIIP WEB+WIN+移动端   简介 CIIP是基于XAF开发的开源信息系统框架.CIIP最常见的应用场景是基于数据库的企业级应用程序,例如供应链系统,E ...

  5. 如何汉化XAF应用

    这是一个入门级的问题,应网友请求,总结一下XAF汉化过程的几个关键点. 一.所有Dev的控件的汉化,Dev官方有汉化文件.点击下载15.2版本. 正版用户登陆至官网是有专门的下载界面的,并且可以参与汉 ...

  6. XAF视频教程来啦,已出7课

        XAF交流学习群内的兄弟录制了视频,他没有博客,委拖我发至博客园,希望能让更多的开发人员受益.快速开发企业级应用的好工具!   XAF入门01快速浏览   XAF入门02特点. XAF入门03 ...

  7. XAF 如何基于业务规则禁用属性

    // Developer Express Code Central Example: // How to: Disable Property Editors Based on a Business R ...

  8. XAF 如何将数据库中Byte array图片显示出来

    问题比较简单,直接上代码. private Image _Cover; [Size(SizeAttribute.Unlimited), ValueConverter(typeof(ImageValue ...

  9. XAF视频教程来啦,已出15课

    第一到第七课在这里: http://www.cnblogs.com/foreachlife/p/xafvideo_1_6.html 视频地址:http://i.youku.com/i/UMTI5OTE ...

随机推荐

  1. Android 设置Activity样式 透明度

    一.设置Activity透明度有几种方法:1>.在清单文件中配置Activity时声明android:theme="@android:style/Theme.Translucent&q ...

  2. awk实例

    AWK-F 以XX为分割df -lh | grep boot | awk '{print $5}' | awk -F '%' '{print $1}'grep "bash" /et ...

  3. 【ATcoder s8pc_3 F】 寿司

    http://s8pc-3.contest.atcoder.jp/tasks/s8pc_3_f (题目链接) 题意 有一个长度为$N$的数列$A$,初始为$0$.$Q$次操作,每次两个参数$x,y$. ...

  4. 在任意位置获取应用程序CONTEXT

    Android程序中访问资源时需要提供Context,一般来说只有在各种component中(Activity, Provider等等)才能方便的使用api来获取Context, 而在某些工具类中要获 ...

  5. Luogu 1312 【NOIP2011】玛雅游戏 (搜索)

    Luogu 1312 [NOIP2011]玛雅游戏 (搜索) Description Mayan puzzle 是最近流行起来的一个游戏.游戏界面是一个7行5列的棋盘,上面堆放着一些方块,方块不能悬空 ...

  6. EXGCD 扩展欧几里得

    推荐:https://www.zybuluo.com/samzhang/note/541890 扩展欧几里得,就是求出来ax+by=gcd(x,y)的x,y 为什么有解? 根据裴蜀定理,存在u,v使得 ...

  7. LOJ#2320 生成树计数

    解:讲一个别的题解里我比较难以理解的地方,就是为什么可以把这两个东西合起来看成某一个连通块指数是2m而别的指数都是m. 其实很好理解,但是别人都略过了......把后面的∑提到∏的前面,然后展开,也可 ...

  8. OpenCV 无法启动此程序,因为计算机中丢失opencv_core249.dll。请尝试重新安装改程序已解决此问题

    换了64位的系统,配置好之后运行之前的程序,竟然给我抛出这个错误.应该是我的opencv没有安装对吧.系统报错 无法启动此程序,因为计算机中丢失opencv_core249.dll.请尝试重新安装改程 ...

  9. Deploy to container Plugin插件发布配置

      参数详解: 第一项(WAR/EAR files):是war包的相对路径(相对于工作区路径,即在工作区中war包的相对路径.)如我的maven执行完成之后会在工作区的target目录下生成项目.wa ...

  10. Python中if-else的多种写法

    a, b= 1, 2 将a和b两个变量中的最大值赋值给c (1)常规写法 if a>b:     c = a else:     c = b   (2)表达式 c = a if a>b e ...