Just installed File vista 4 (just downloaded it) and set the premissions up, ran the wizzard ok but as soon as i complete the wizzard and try and go to the login page i get this error:
Server Error in '/PipeFTP' Application.
--------------------------------------------------------------------------------
Method not found: 'Boolean System.Web.HttpRuntime.get_UsingIntegratedPipeline()'.
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.MissingMethodException: Method not found: 'Boolean System.Web.HttpRuntime.get_UsingIntegratedPipeline()'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[MissingMethodException: Method not found: 'Boolean System.Web.HttpRuntime.get_UsingIntegratedPipeline()'.]
GleamTech.FileVista.ApplicationManager..cctor() +0
[TypeInitializationException: The type initializer for 'GleamTech.FileVista.ApplicationManager' threw an exception.]
GleamTech.FileVista.GlobalAsax.Application_AcquireRequestState(Object sender, EventArgs e) +622
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1873; ASP.NET Version:2.0.50727.1433
any ideas whats going on?
Justin
6/24/2010 11:32 AM
Hi Justin,
It seems the integrated mode checking done in Fix 2 (discussed in
Direct Links returning 404 errors) broke compatibility with ASP.NET 2.0 SP1 (2.0.50727.1433 - release date 2007-11-19). I guess we didn't receive the same feedback from most of the users as they should be already running on ASP.NET 2.0 SP2 (2.0.50727.3053 - installed with 3.5 SP1 - release date 2009-01-16) or a newer version.
Anyway, here is another quick fix (cumulative fix) which should fix the error on ASP.NET 2.0 SP1:
Fix 3 for FileVista v4.0Let me know the results.
Cem Alacayir
6/25/2010 2:58 AM
Worked like a charm! thanks!
Justin
6/25/2010 6:23 AM