Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 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 January 10th, 2005, 04:46 PM
Authorized User
 
Join Date: Jul 2004
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default shared dll issue

My reporting application has been having issues with dlls in its bin folder. From time to time the application fails to respond and when I debug it for the first time, it generates a compilation error as follows:
"
Compiler Error Message: CS0006: Metadata file 'c:\winnt\microsoft.net\framework\v1.1.4322\tempor ary asp.net files\rock_reports\7e08136e\dd740787\assembly\dl2\ a2a8b8f0\86d3c5af_3ef4c401\chart3d.dll' could not be found

Source Error:
[No relevant source lines]
"
After a re-build, that error message disappears and application runs again.
Could anyone offer some advice?

Yubo





 
Old January 12th, 2005, 11:43 AM
Authorized User
 
Join Date: Jul 2004
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I discovered that the cause of this issue actually stems from the fact that I have <impersonate=true\> tag in the Web.config. The server requires this in the configuration to issue database query while my development machine does not require it so it works fine all the time but this tag on server screwed up the app. from time to time. Do you know why certain machine needs this configuration and how I could get rid of it? Thanks.
Yubo

 
Old January 12th, 2005, 12:55 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,348
Thanks: 0
Thanked 5 Times in 5 Posts
Default

   You need impersonate = true if you want to use Windos authentication. It is not a problem on your dev PC probably because you have the DB and Web server on the same PC. This only becomes and issue when the DB and Web server are on separate servers as they should be.
   As for the original issue, I don't believe that the impersonate tag is causing the problem. I had a similar problem when using some 3rd party controls. The fix was to disable the indexing service on the machine that is running the app.






Similar Threads
Thread Thread Starter Forum Replies Last Post
DLL issue farsfar2 .NET Framework 1.x 1 December 1st, 2007 09:22 PM
Shared data in DLL ChrisBoy Visual C++ 3 April 18th, 2006 11:29 AM
Sub report shared prob issue kondapally Crystal Reports 0 May 12th, 2005 10:46 AM
CrystalDecisions.CrystalShared.dll ISSUE Joko Purnomo .NET Web Services 0 March 22nd, 2005 01:19 AM
Issue in creating Dll in command prompt using vb6 Thangaraja VB Components 0 February 3rd, 2005 08:16 AM





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