Asp.net fails on restored server

  • Thread starter Thread starter Microsoft.com
  • Start date Start date
M

Microsoft.com

Just recovered from a crash.

After restoring from backup any asp.net application fails with the message
below.
machine.comfit has no changes from the default except a user/password.
I've tried uninstall & reinstall, repair, & upgrade.
Anyone have any ideas?
======
An error occurred loading a configuration file: Invalid file name for file
monitoring: 'D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Comfit's. Common
reasons for failure include:
- The filename is not a valid Win32 file name.
- The filename is not an absolute path.
- The filename contains wildcard characters.
- The file specified is a directory.
- Access denied.

Source Error:


[No relevant source lines]


Source File:
D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Comfit\machine.comfit Line: 0


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.210
=====
At this point I'd have been better off reinstalling everything from
scratch...
 
Stupid spell check...

this is the message:

An error occurred loading a configuration file: Invalid file name for file
monitoring: 'D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config'. Common
reasons for failure include:
- The filename is not a valid Win32 file name.
- The filename is not an absolute path.
- The filename contains wildcard characters.
- The file specified is a directory.
- Access denied.

Source Error:


[No relevant source lines]


Source File:
D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config\machine.config Line: 0
 
re:
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

You should take advantage of this misfortune to nuke the mismatch in version numbers.
It looks like you never completely eliminated a beta version.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
Microsoft.com said:
Stupid spell check...

this is the message:

An error occurred loading a configuration file: Invalid file name for file monitoring:
'D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config'. Common reasons for failure include:
- The filename is not a valid Win32 file name.
- The filename is not an absolute path.
- The filename contains wildcard characters.
- The file specified is a directory.
- Access denied.

Source Error:


[No relevant source lines]


Source File: D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config\machine.config Line: 0


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

Microsoft.com said:
Just recovered from a crash.

After restoring from backup any asp.net application fails with the message below.
machine.comfit has no changes from the default except a user/password.
I've tried uninstall & reinstall, repair, & upgrade.
Anyone have any ideas?
 
sheesh
I restored win2k3 on top of win2k3R2.
thanks for noticing the sub rev.

Juan T. Llibre said:
re:
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.210

You should take advantage of this misfortune to nuke the mismatch in
version numbers.
It looks like you never completely eliminated a beta version.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
Microsoft.com said:
Stupid spell check...

this is the message:

An error occurred loading a configuration file: Invalid file name for
file monitoring: 'D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config'.
Common reasons for failure include:
- The filename is not a valid Win32 file name.
- The filename is not an absolute path.
- The filename contains wildcard characters.
- The file specified is a directory.
- Access denied.

Source Error:


[No relevant source lines]


Source File:
D:\WINNT\Microsoft.NET\Framework\v2.0.50727\Config\machine.config
Line: 0


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.210

Microsoft.com said:
Just recovered from a crash.

After restoring from backup any asp.net application fails with the
message below.
machine.comfit has no changes from the default except a user/password.
I've tried uninstall & reinstall, repair, & upgrade.
Anyone have any ideas?
 
Back
Top