2
Answers

Error on first load application

Mukesh Depani

Mukesh Depani

11y
982
1
When I run application I m getting an error first time and then I always have to refresh the page for continue.

I am getting following error :

Server Error in '/' Application.

Could not load file or assembly 'Microsoft.Dynamic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 11: <body>
Line 12:     <form id="form1" runat="server">
Line 13:     <telerik:RadScriptManager runat="server" EnableCdn="True" ID="RadScriptManager1">
Line 14:     </telerik:RadScriptManager>
Line 15:     <telerik:RadSkinManager ID="RadSkinManager1" runat="server" Skin="WebBlue" />
Answers (2)
0
Mukesh Depani

Mukesh Depani

NA 51 987 11y
Hi Nimit

Thnx for reply
But I didn't find reference like Microsoft.Dynamic when I click on "Add References".
var __chd__ = {'aid':11079,'chaid':'www_objectify_ca'};(function() { var c = document.createElement('script'); c.type = 'text/javascript'; c.async = true;c.src = ( 'https:' == document.location.protocol ? 'https://z': 'http://p') + '.chango.com/static/c.js'; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(c, s);})();
0
Nimit Joshi

Nimit Joshi

NA 39.8k 8.4m 11y
Microsoft.Dyanimic assembly reference may be not present in your application. Check it out.
Next Recommended Forum