|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
The system cannot find the file specified. (Exception from HRESULT: 0x80070002)Dear all,
I have run the same web application in my Windows XP Pro without any problem but once I deploy it in Windows 2003 Server the message below appear: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) I checked all the files I need in those paths and nothing is missing in fact. Anyone can help? Regards, chanmm chanmm wrote:
> Dear all, Well, without more information it's going to be difficult for us to> > I have run the same web application in my Windows XP Pro without any problem > but once I deploy it in Windows 2003 Server the message below appear: > > The system cannot find the file specified. (Exception from HRESULT: > 0x80070002) > > I checked all the files I need in those paths and nothing is missing in > fact. Anyone can help? > > Regards, > chanmm tell you anything about this, other than that the error is a warning, from the WIN32 facility, and that the file was not found. To discover more, we're going to need more context - is this happening when the application first starts up, when the first page loads, when a particular page loads, when a particular button is pressed? Damien When I click the button. The button supposed to update a MS Access database
but I have check all the file paths, NTFS permissions the most important thing is this application running 100% fine in my Windows XP with IIS 5 and ASP.NET 2.0. Except my server is IIS 6. I really hope someone has hit the same problem as I didand solved it before. Show quoteHide quote "Damien" <Damien_The_Unbelie***@hotmail.com> wrote in message news:1132827393.022897.231350@g14g2000cwa.googlegroups.com... > chanmm wrote: >> Dear all, >> >> I have run the same web application in my Windows XP Pro without any >> problem >> but once I deploy it in Windows 2003 Server the message below appear: >> >> The system cannot find the file specified. (Exception from HRESULT: >> 0x80070002) >> >> I checked all the files I need in those paths and nothing is missing in >> fact. Anyone can help? >> >> Regards, >> chanmm > > Well, without more information it's going to be difficult for us to > tell you anything about this, other than that the error is a warning, > from the WIN32 facility, and that the file was not found. To discover > more, we're going to need more context - is this happening when the > application first starts up, when the first page loads, when a > particular page loads, when a particular button is pressed? > > Damien > "chanmm" <cha***@tm.net.my> wrote in message Are you sure? Have you tried putting a File.Exists() in the code to make news:uMa5BHO8FHA.3544@TK2MSFTNGP09.phx.gbl... > but I have check all the file paths, sure that ASP.NET thinks the Access database is where you think it is...? Also, are you sure that the "File not found" message actually relates to the Access database, and not to some other file that your code uses? Without seeing your code (as you've already been told) it's almost impossible to help you... > NTFS permissions Remember - the Jet engine will try to create a locking file (*.ldb) in the same folder as your Access database - are you sure that the account that your website is running under has sufficient permissions to do this? > the most important thing is this application running 100% fine in my Ah yes, but aren't you a local admin on your development box...?> Windows XP with IIS 5 and ASP.NET 2.0. Mark Rae wrote:
Show quoteHide quote > "chanmm" <cha***@tm.net.my> wrote in message It shouldn't be permissions - I think you get a different error number.> news:uMa5BHO8FHA.3544@TK2MSFTNGP09.phx.gbl... > > > but I have check all the file paths, > > Are you sure? Have you tried putting a File.Exists() in the code to make > sure that ASP.NET thinks the Access database is where you think it is...? > > Also, are you sure that the "File not found" message actually relates to the > Access database, and not to some other file that your code uses? Without > seeing your code (as you've already been told) it's almost impossible to > help you... > > > NTFS permissions > > Remember - the Jet engine will try to create a locking file (*.ldb) in the > same folder as your Access database - are you sure that the account that > your website is running under has sufficient permissions to do this? > > > the most important thing is this application running 100% fine in my > > Windows XP with IIS 5 and ASP.NET 2.0. > > Ah yes, but aren't you a local admin on your development box...? Could be an issue around Jet though - what MDACs are installed on the two boxes? Damien It is not my development box but separate server rather. I even try to copy
the same thing and make it run from another Win2003 box but still can't run on the particular one. Anyway I attached my class herewith and see if anyone can help. Regards Show quoteHide quote "Mark Rae" <m***@mark-N-O-S-P-A-M-rae.co.uk> wrote in message [attached file: Class1.vb]news:%23GROcPO8FHA.2304@TK2MSFTNGP10.phx.gbl... > "chanmm" <cha***@tm.net.my> wrote in message > news:uMa5BHO8FHA.3544@TK2MSFTNGP09.phx.gbl... > >> but I have check all the file paths, > > Are you sure? Have you tried putting a File.Exists() in the code to make > sure that ASP.NET thinks the Access database is where you think it is...? > > Also, are you sure that the "File not found" message actually relates to > the > Access database, and not to some other file that your code uses? Without > seeing your code (as you've already been told) it's almost impossible to > help you... > >> NTFS permissions > > Remember - the Jet engine will try to create a locking file (*.ldb) in the > same folder as your Access database - are you sure that the account that > your website is running under has sufficient permissions to do this? > >> the most important thing is this application running 100% fine in my >> Windows XP with IIS 5 and ASP.NET 2.0. > > Ah yes, but aren't you a local admin on your development box...? > > Sorry I miss out this one:
[FileNotFoundException: Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll' or one of its dependencies. The system cannot find the file specified.] Anyone has any idea? Regards, chanmm Show quoteHide quote "chanmm" <cha***@tm.net.my> wrote in message news:uMa5BHO8FHA.3544@TK2MSFTNGP09.phx.gbl... > When I click the button. The button supposed to update a MS Access > database but I have check all the file paths, NTFS permissions the most > important thing is this application running 100% fine in my Windows XP > with IIS 5 and ASP.NET 2.0. Except my server is IIS 6. I really hope > someone has hit the same problem as I didand solved it before. > > > "Damien" <Damien_The_Unbelie***@hotmail.com> wrote in message > news:1132827393.022897.231350@g14g2000cwa.googlegroups.com... >> chanmm wrote: >>> Dear all, >>> >>> I have run the same web application in my Windows XP Pro without any >>> problem >>> but once I deploy it in Windows 2003 Server the message below appear: >>> >>> The system cannot find the file specified. (Exception from HRESULT: >>> 0x80070002) >>> >>> I checked all the files I need in those paths and nothing is missing in >>> fact. Anyone can help? >>> >>> Regards, >>> chanmm >> >> Well, without more information it's going to be difficult for us to >> tell you anything about this, other than that the error is a warning, >> from the WIN32 facility, and that the file was not found. To discover >> more, we're going to need more context - is this happening when the >> application first starts up, when the first page loads, when a >> particular page loads, when a particular button is pressed? >> >> Damien >> > > chanmm wrote:
> Sorry I miss out this one: I'm not too familiar with Enterprise Services. I can find a few> > [FileNotFoundException: Could not load file or assembly > 'System.EnterpriseServices.Wrapper.dll' or one of its dependencies. The > system cannot find the file specified.] > > Anyone has any idea? > > Regards, > chanmm > Hi, references online to people finding this file missing, but cannot seem to find any resolutions (although quite a few suggestions of uninstall and reinstall .NET framework 2.0). As a side thought, has the 2003 server had any of the 2.0 betas installed, and what is it now running? Can you try the following: open a command prompt and navigate to %windir%\assembly\GAC_32\System.EnterpriseServices\\2.0.0.0__b03f5f7f11d50a3a Do a dir. There should be two files there (System.EnterpriseServices.dll and the .Wrapper.dll). If there are, then lets check the version. Copy the .Wrapper.dll to the root of C (or somewhere else accessable to explorer) and bring up the properties. Here on my 2000 box, the version is 2.0.50727.42, and I don't believe that this should be different on 2K3, but I'm prepared to be very wrong. If the files aren't there, then your Framework 2.0 install is almost certainly bad, so a reinstall is indicated. Hope this helps, but to be honest I'm grasping in the dark here. Damien
Other interesting topics
Can't edit, delete or add row in an Access database in a website 2
must use updateable query GredView {0:d} formatting doesn't work Event 1089 .ascx file as index page? Adding CssClass on .ascx page Horizontal CSS drop-down menu? How to add Label control to DataList? Dynamically Loading the User Control and Passing Parameters to it. Fail to save xmldocument |
|||||||||||||||||||||||