Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4.5.1 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4.5.1: in C# and VB by Imar Spaanjaars; ISBN: 978-1-118-84677-3
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4.5.1 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 9th, 2015, 04:02 AM
Authorized User
 
Join Date: Aug 2011
Posts: 44
Thanks: 14
Thanked 0 Times in 0 Posts
Default WebForms.dll and FriendlyUrls.dll not found

Hello Imar,

On building the solution I get two warnings about two assemblies not found
(WebForms.dll and FriendlyUrls.dll) in a path of the Imar user.

If I look in the packages.config the two .dlls are registered and the "Manage NuGet packages" marks them as installed.

Below the packages.config:

Code:
<packages>
  <package id="EntityFramework" version="6.1.1" targetFramework="net451" />
  <package id="jQuery" version="2.0.3" targetFramework="net451" />
  <package id="Microsoft.AspNet.FriendlyUrls.Core" version="1.0.2" targetFramework="net451" />
  <package id="Microsoft.AspNet.ScriptManager.WebForms" version="5.0.0" targetFramework="net451" />
  <package id="Modernizr" version="2.7.1" targetFramework="net451" />
</packages>
Below are the two warnings:

Code:
Warning: Unable to update auto-refresh reference 'microsoft.scriptmanager.webforms.dll'. Cannot find assembly 'C:\BegASPNET\Users\Imar\Documents\Visual Studio 2013\Projects\localhost_50404\packages\Microsoft.AspNet.ScriptManager.WebForms.5.0.0\lib\net45\Microsoft.ScriptManager.WebForms.dll'. 

Warning: Unable to update auto-refresh reference 'microsoft.aspnet.friendlyurls.dll'. Cannot find assembly 'C:\BegASPNET\Users\Imar\Documents\Visual Studio 2013\Projects\localhost_50404\packages\Microsoft.AspNet.FriendlyUrls.Core.1.0.2\lib\net45\Microsoft.AspNet.FriendlyUrls.dll'.
How can I remove the two warnings ?

Thank you
Antonius
 
Old July 9th, 2015, 04:45 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi Antonius,

You can delete the .refresh files from the site's Bin folder.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!





Similar Threads
Thread Thread Starter Forum Replies Last Post
dll was loaded ,but DLLRegisterServer entry point was not found. sonali Classic ASP Professional 0 December 13th, 2012 06:04 AM
Unable to load DLL 'webengine.dll': The specified module could not be found??? Ron Howerton ASP.NET 2.0 Professional 2 September 2nd, 2009 01:09 PM
MSVCR80D.dll not found paulbird Visual C++ 2005 1 March 23rd, 2007 04:32 PM
Install problems - VS 6.0 on XP SCRRUN.DLL PDM.DLL jeff4444 Visual C++ 0 December 6th, 2006 08:48 PM
"Pdssql.dll not found" rcpriya Crystal Reports 3 May 10th, 2006 06:41 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.