This is a migrated thread and some comments may be shown as answers.

Building Telerik Controls from Source code

4 Answers 329 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
NrupalC
Top achievements
Rank 1
NrupalC asked on 14 Jul 2011, 10:42 PM
I have been trying to build the controls using Build_SL.bat. MSBuild fails after reporting an internal exception. Is there any documentation to carry out the configuration process and then build the controls from source code. I am using the latest version 2011 Q2.

I had to use the rebuilt set of controls as I have a modification in RadMediaPlayer which enables me to play Encoder 4 output for Smooth Streaming.

Thank you
Nrupal

4 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 15 Jul 2011, 08:16 AM
Hi Nrupalc,

Please make sure that you have StyleCop 4.3 installed (with MsBuild intergration). Once this is installed you should modify the BuildControls.proj file and remove the line where the text "Editor_SL" is displayed. 

After that the Build_SL script should finish without any errors. We will fix the problem with Editor_SL in our next version. 

Regards,
Milan
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
NrupalC
Top achievements
Rank 1
answered on 15 Jul 2011, 08:37 AM
Hi Milan,

Thank you for the reply. I am still getting the exception. Here is the text from the exception:

Done Building Project "C:\AllFiles\Development\Telerik\RadControls_for_Silverlight_Source_2011_2_0712\Documents\Telerik.Windows.Documents.P
roofing.RadGridView\Telerik.Windows.Documents.Proofing.RadGridView.csproj" (Rebuild target(s)) -- FAILED.




Unhandled Exception: Microsoft.Build.Shared.InternalErrorException: MSB0001: Internal MSBuild Error: MSB0001: Internal MSBuild Error: Global
 Request Id 195 has not been assigned and cannot be retrieved.
=============
Microsoft.Build.Shared.InternalErrorException: MSB0001: Internal MSBuild Error: Global Request Id 195 has not been assigned and cannot be re
trieved.
   at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError(String message, Object[] args)
   at Microsoft.Build.Shared.ErrorUtilities.VerifyThrow(Boolean condition, String unformattedMessage, Object arg0)
   at Microsoft.Build.BackEnd.SchedulingData.GetScheduledRequest(Int32 globalRequestId)
   at Microsoft.Build.BackEnd.Scheduler.HandleRequestBlockedOnInProgressTarget(SchedulableRequest blockedRequest, BuildRequestBlocker blocke
r)
   at Microsoft.Build.BackEnd.Scheduler.ReportRequestBlocked(Int32 nodeId, BuildRequestBlocker blocker)
   at Microsoft.Build.Execution.BuildManager.HandleNewRequest(Int32 node, BuildRequestBlocker blocker)
   at Microsoft.Build.Execution.BuildManager.Microsoft.Build.BackEnd.INodePacketHandler.PacketReceived(Int32 node, INodePacket packet)
   at Microsoft.Build.BackEnd.NodeManager.RoutePacket(Int32 nodeId, INodePacket packet)
   at Microsoft.Build.BackEnd.NodeProviderInProc.RoutePacket(Int32 nodeId, INodePacket packet)
   at Microsoft.Build.BackEnd.NodeEndpointInProc.SendData(INodePacket packet)
   at Microsoft.Build.BackEnd.InProcNode.OnNewRequest(BuildRequestBlocker blocker)
   at Microsoft.Build.BackEnd.BuildRequestEngine.RaiseRequestBlocked(BuildRequestBlocker blocker)
   at Microsoft.Build.BackEnd.BuildRequestEngine.IssueBuildRequest(BuildRequestBlocker blocker)
   at Microsoft.Build.BackEnd.BuildRequestEngine.IssueUnsubmittedRequests()
   at Microsoft.Build.BackEnd.BuildRequestEngine.EngineLoop()


 ---> Microsoft.Build.Shared.InternalErrorException: MSB0001: Internal MSBuild Error: Global Request Id 195 has not been assigned and cannot
 be retrieved.
   at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError(String message, Object[] args)
   at Microsoft.Build.Shared.ErrorUtilities.VerifyThrow(Boolean condition, String unformattedMessage, Object arg0)
   at Microsoft.Build.BackEnd.SchedulingData.GetScheduledRequest(Int32 globalRequestId)
   at Microsoft.Build.BackEnd.Scheduler.HandleRequestBlockedOnInProgressTarget(SchedulableRequest blockedRequest, BuildRequestBlocker blocke
r)
   at Microsoft.Build.BackEnd.Scheduler.ReportRequestBlocked(Int32 nodeId, BuildRequestBlocker blocker)
   at Microsoft.Build.Execution.BuildManager.HandleNewRequest(Int32 node, BuildRequestBlocker blocker)
   at Microsoft.Build.Execution.BuildManager.Microsoft.Build.BackEnd.INodePacketHandler.PacketReceived(Int32 node, INodePacket packet)
   at Microsoft.Build.BackEnd.NodeManager.RoutePacket(Int32 nodeId, INodePacket packet)
   at Microsoft.Build.BackEnd.NodeProviderInProc.RoutePacket(Int32 nodeId, INodePacket packet)
   at Microsoft.Build.BackEnd.NodeEndpointInProc.SendData(INodePacket packet)
   at Microsoft.Build.BackEnd.InProcNode.OnNewRequest(BuildRequestBlocker blocker)
   at Microsoft.Build.BackEnd.BuildRequestEngine.RaiseRequestBlocked(BuildRequestBlocker blocker)
   at Microsoft.Build.BackEnd.BuildRequestEngine.IssueBuildRequest(BuildRequestBlocker blocker)
   at Microsoft.Build.BackEnd.BuildRequestEngine.IssueUnsubmittedRequests()
   at Microsoft.Build.BackEnd.BuildRequestEngine.EngineLoop()
   --- End of inner exception stack trace ---
   at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError(String message, Exception innerException, Object[] args)
   at Microsoft.Build.BackEnd.BuildRequestEngine.EngineLoop()
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx
)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()


Thank you
Nrupal
0
Milan
Telerik team
answered on 21 Jul 2011, 09:03 AM
Hello Nrupalc,

Unfortunately we cannot reproduce problem. This is a very rare exception and we are not sure what is causing it. We are currently investigating this and I will notify you as soon as we have more information.

Greetings,
Milan
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Milan
Telerik team
answered on 22 Jul 2011, 08:03 AM
Hello Nrupalc,

Unfortunately we are pretty much out of ideas. The only think that comes to mind is to try to reinstall the Silverlight SDK. 

Regards,
Milan
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
General Discussions
Asked by
NrupalC
Top achievements
Rank 1
Answers by
Milan
Telerik team
NrupalC
Top achievements
Rank 1
Share this question
or