Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
this is some detail info:

my project must use devexpress 8.1.5 ,for some reason, and uses vs2010 rtm .I have changed my machine.config add

XML
<runtime>

<netfx40_legacysecuritypolicy enabled="true" />

</runtime>


but it build fail.

my project has some report ,ie. *.rdlc when building

msbuild report fail ,some infomation as follows:

Target "RunRdlCompiler: (TargetId:283)" in file "C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\ReportingServices\Microsoft.ReportingServices.targets" from project "D:\WorkSpace\MyClient.csproj" (target "CompileRdlFiles" depends on it):

Building target "RunRdlCompiler" completely.

Output file "obj\Debug\RdlCompile.compiled" does not exist.

Using "RdlCompile" task from assembly "Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".

Task "RdlCompile" (TaskId:209)

Done executing task "RdlCompile" -- FAILED. (TaskId:209)

Done building target "RunRdlCompiler" in project "ConveyanceClient.csproj" -- FAILED.: (TargetId:283)



can anyone help me ?

thanks !
Posted
Updated 9-Sep-10 0:15am
v3

I solve my problem doing this:
1- exlcuding rdlc files
2- building the project
3- including the files
4- build again.
 
Share this answer
 
Comments
bozkirayazi 17-Apr-19 4:08am    
I came from the future :)
it solved the problem I've been dealing with for 2 days. thanks.
Have you contacted the DevExpress folks? It's their library...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900