Click here to Skip to main content
15,909,953 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: could not load file or assembly system.windows...The system cannot find the file specified Pin
Zeyad Jalil17-Jan-17 5:09
professionalZeyad Jalil17-Jan-17 5:09 
AnswerRe: could not load file or assembly system.windows...The system cannot find the file specified Pin
Zeyad Jalil17-Jan-17 21:13
professionalZeyad Jalil17-Jan-17 21:13 
GeneralRe: could not load file or assembly system.windows...The system cannot find the file specified Pin
ZurdoDev18-Jan-17 0:40
professionalZurdoDev18-Jan-17 0:40 
Questionwhat is code coverage feature come with VS IDE Pin
Tridip Bhattacharjee15-Jan-17 21:08
professionalTridip Bhattacharjee15-Jan-17 21:08 
AnswerRe: what is code coverage feature come with VS IDE Pin
F-ES Sitecore15-Jan-17 22:40
professionalF-ES Sitecore15-Jan-17 22:40 
QuestionAdd login button to MVC home page Pin
MichaelLuna15-Jan-17 19:16
MichaelLuna15-Jan-17 19:16 
QuestionRe: Add login button to MVC home page Pin
ZurdoDev16-Jan-17 1:58
professionalZurdoDev16-Jan-17 1:58 
AnswerRe: Add login button to MVC home page Pin
MichaelLuna16-Jan-17 18:00
MichaelLuna16-Jan-17 18:00 
GeneralRe: Add login button to MVC home page Pin
ZurdoDev17-Jan-17 0:42
professionalZurdoDev17-Jan-17 0:42 
AnswerRe: Add login button to MVC home page Pin
Richard Deeming17-Jan-17 2:40
mveRichard Deeming17-Jan-17 2:40 
GeneralRe: Add login button to MVC home page Pin
MichaelLuna17-Jan-17 20:26
MichaelLuna17-Jan-17 20:26 
QuestionCreate Webservice Pin
Member 1294904613-Jan-17 7:43
Member 1294904613-Jan-17 7:43 
AnswerRe: Create Webservice Pin
ZurdoDev13-Jan-17 7:57
professionalZurdoDev13-Jan-17 7:57 
QuestionASP.NET Core 1.0 and Phone SDK Pin
xiecsuk12-Jan-17 22:57
xiecsuk12-Jan-17 22:57 
AnswerRe: ASP.NET Core 1.0 and Phone SDK Pin
Richard Deeming13-Jan-17 2:15
mveRichard Deeming13-Jan-17 2:15 
GeneralRe: ASP.NET Core 1.0 and Phone SDK Pin
xiecsuk19-Jan-17 0:35
xiecsuk19-Jan-17 0:35 
QuestionMVC Standard coding Pin
mrkeivan10-Jan-17 20:50
mrkeivan10-Jan-17 20:50 
AnswerRe: MVC Standard coding Pin
Richard MacCutchan10-Jan-17 21:29
mveRichard MacCutchan10-Jan-17 21:29 
AnswerRe: MVC Standard coding Pin
F-ES Sitecore10-Jan-17 22:53
professionalF-ES Sitecore10-Jan-17 22:53 
AnswerRe: MVC Standard coding Pin
koolprasad200311-Jan-17 17:14
professionalkoolprasad200311-Jan-17 17:14 
QuestionVJSCOR Assembly frequent error only in UAT environment Not in PROD Pin
deepak2612310-Jan-17 19:09
deepak2612310-Jan-17 19:09 
Hi Guys,

I am getting the below errors frequently whenever any deployment or after 40 minutes I am getting the below error only in UAT environment. But not in Production Environment . All codes are same in UAT and Prod.

Please suggest any solution

Could not load file or assembly 'vjscor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'vjscor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 38:
Line 39:
Line 40: <asp:toolkitscriptmanager id="ToolkitScriptManager1" runat="server">
Line 41:
Line 42:

Source File: D:\Projects\AEDDO\login.aspx Line: 40

Assembly Load Trace: The following information can be helpful to determine why the assembly 'vjscor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
AnswerRe: VJSCOR Assembly frequent error only in UAT environment Not in PROD Pin
Richard MacCutchan10-Jan-17 21:26
mveRichard MacCutchan10-Jan-17 21:26 
GeneralRe: VJSCOR Assembly frequent error only in UAT environment Not in PROD Pin
deepak2612310-Jan-17 22:59
deepak2612310-Jan-17 22:59 
AnswerRe: VJSCOR Assembly frequent error only in UAT environment Not in PROD Pin
Richard Deeming11-Jan-17 2:12
mveRichard Deeming11-Jan-17 2:12 
QuestionHow to dynamically add roles to authorize attribute for controller and action in ASP.Net MVC Pin
Tridip Bhattacharjee5-Jan-17 2:11
professionalTridip Bhattacharjee5-Jan-17 2:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.