peacock 发表于 2014-12-22 11:47:20

关于DevExpress 14.2.3源码编译的一些说明

1、必须使用VS2013及以上版本

2、需要安装ASP.NET MVC 3

3、编译过程中会提示一些依赖dll,绝大多数都能在dllzj下载到,不过有两个依赖dll还是找不到,希望能找到的网友能共享下,分别是以下dll
Microsoft.SharePoint.dll 15.0.0.0
Microsoft.SharePoint.Publishing.dll 15.0.0.0
Microsoft.Web.CommandUI.dll 15.0.0.0

DevExpress.WinRTPresenter.BackgroundTasks.dll
上面三个都属于SharePoint 2013里面的,哪位网友装了SharePoint 2013希望能共享下
最后一个在Sources\DevExpress.XtraBars\DevExpress.WinRTPresenter\DevExpress.WinRTPresenter.csproj文件里面是这样描述的,但并未找到这个dll
    <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
    <Reference Include="DevExpress.WinRTPresenter.BackgroundTasks"><Name>DevExpress.WinRTPresenter.BackgroundTasks</Name><HintPath>..\..\..\Bin\WinRT\DevExpress.WinRTPresenter.BackgroundTasks.dll</HintPath></Reference>


kuex 发表于 2015-1-3 15:36:05

貌似需要vs2010

vivr 发表于 2015-1-4 11:19:26

那三个缺的DLL都不好找。

阿力 发表于 2015-1-6 09:00:04

能请教一下, 源码编译好后, 那些像 DevExpress ORM Data Model Wizard 工具怎么使用? 好像都是用的以前的签名的...

peacock 发表于 2015-1-6 10:20:16

阿力 发表于 2015-1-6 09:00
能请教一下, 源码编译好后, 那些像 DevExpress ORM Data Model Wizard 工具怎么使用? 好像都是用的以前的签 ...

工具是不含源码的

244498592 发表于 2015-2-5 18:47:15

用源码编译后还需要破解不???

小年轻_丶 发表于 2015-2-27 19:36:26

244498592 发表于 2015-2-5 18:47
用源码编译后还需要破解不???

同求{:3_42:}

BizTalk2008 发表于 2015-5-10 22:02:46

小年轻_丶 发表于 2015-2-27 19:36
同求

不需要再破解了

hchack 发表于 2015-5-13 22:51:34

源码是从哪里下载的?

yduis6554 发表于 2015-9-26 00:21:55

http://www.dxper.net/thread-4964-1-1.html

你需要的东丁.
页: [1]
查看完整版本: 关于DevExpress 14.2.3源码编译的一些说明