> No matter how weird this may sound, forcing a recompile of the application > typically resolves this problem. In windoze world, I would do "iisreset" or > touch the web.config file. Under Mono, similar technique might work. > > The error seems to do with private search bin paths for the application. My > guess that the ASP.NET worker tries to locate the application DLL (probably due > to a failed recompilation), but fails, and gives you an error. This part is a > guess, though. > > Regards, > Mark. >
This application is running on a hosting site in Sydney, they don't have the ability to recompile it, as they don't have access to the source code. I have the source code and of course the development environment. I'm in Hervey Bay, about 4 hours by air away from Sydney. We've tried resetting the IIS service, that's the first thing I thought of based on experience of MS. We've also tried deleting the virtual directory, and recreating it. The problem is I can't get the application to fail on my site. It works on both my development machine, as it should, and on my Staging Server. I am unable to find anything wrong with the web.config file, or the machine.config file, and other applications on the same site work fine. references to the following lines from the machine.config file look rather nasty Source Error: Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 198: <add assembly="*"/>Line 199: </assemblies> Line 200: </compilation> Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 198 -- Regards Tracy Barlow TracyAnne Software Phone: 07 4124 5092 Mobile: 0416 00 38 61 Web: www.tracyannesoftware.net/ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
