I checked that. All external components are set to Copy Local = True. Following reference have Copy Local = False but that should not be an issue.
System
System.Configuration
System.Data
System.Drawing
System.EnterpriseServices
System.Web
System.Web.Mobile
System.Web.Services
System.Xml
I used SysInternals FileMon to compare the file access the Dev Server with the access on the production server. The only NOT FOUND or PATH NOT FOUND errors I see are on following DLL files:
\bin\VJSharpCodeProvider.d
\bin\VJSharpCodeProvider\V
\bin\App_Licenses.dll
but that seems to be normal behaviour...
Main Topics
Browse All Topics





by: samtran0331Posted on 2006-12-22 at 05:36:39ID: 18186740
do you have anything on your development maching and dev server installed on in the GAC?
go to your project properties and then
go through all your references and make sure all non microsoft references are set to "copy local"