473,378 Members | 1,617 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Problems with Windows 2003 Service Pack 1 and IsolatedStorage

Hello! Can anyone help me with this problem?...

I have developed an ASP.NET (version 1.1) application which I have deployed
to a number of webservers.

The web application works fine on Windows 2000 Server computers. It also
works OK on Windows 2003 Server UNTIL Windows 2003 Service Pack 1 is
installed!

The error and stack trace I am given is:

[DirectoryNotFoundException: Could not find a part of the path "*".]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +287

System.IO.IsolatedStorage.IsolatedStorageFile.GetF ileDirectoryNames(String
path, String msg, Boolean file) +373
System.IO.IsolatedStorage.IsolatedStorageFile.GetR andomDirectory(String
rootDir, Boolean& bMigrateNeeded, String& sOldStoreLocation) +55

System.IO.IsolatedStorage.IsolatedStorageFile.Init GlobalsNonRoaming(IsolatedStorageScope scope) +112

System.IO.IsolatedStorage.IsolatedStorageFile.GetR ootDir(IsolatedStorageScope
scope) +98

System.IO.IsolatedStorage.IsolatedStorageFile.GetG lobalFileIOPerm(IsolatedStorageScope scope) +208
System.IO.IsolatedStorage.IsolatedStorageFile.Init (IsolatedStorageScope
scope) +37

System.IO.IsolatedStorage.IsolatedStorageFile.GetS tore(IsolatedStorageScope
scope, Type domainEvidenceType, Type assemblyEvidenceType) +66
System.IO.IsolatedStorage.IsolatedStorageFile.GetU serStoreForDomain() +12

CMTC.Web.Configuration.WebAppConfigurator.WebAppCo nfigurator.LoadAppSettings()

CMTC.Web.Configuration.WebAppConfigurator.WebAppCo nfigurator.GetValue(String
key)
CMTC.Kumquat.KumquatConfigurator.get_IsDataSourceF ullyConfigured() +41
CMTC.Kumquat.KumquatConfigurator.get_IsFullyConfig ured() +12
CMTC.Kumquat.Global.Application_BeginRequest(Objec t sender, EventArgs e)
+562

System.Web.SyncEventExecutionStep.System.Web.HttpA pplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously) +87

As you can see, this problem is been caused by an Isolated Storage function.
I am confident that my code is correct (because it works fine on Windows 2000
and before Windows 2003 SP1 is applied). Therefore, I suspect that the
service pack changes some permissions on the computer that causes this
problem. However, I have been unable to determine exactly what permissions it
changes (machine.config and File System permissions for the Network Service
user look OK).

Has anyone else experienced anything similiar? What is it that Windows 2003
Service Pack 1 changes that interrupts the way my app uses Isolated Storage?

Any suggestions gratefully received!
Nov 19 '05 #1
0 971

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: ccuthbert | last post by:
I have a MCMS 2002 site that we recently had several hotfixes installed. After installing the hotfixes, both AOL users and Earthlink users experience tha same problem, namely that intermittently...
1
by: Simon Chester | last post by:
Hello! Can anyone help me with this problem?... I have developed an ASP.NET (version 1.1) application which I have deployed to a number of webservers. The web application works fine on Windows...
7
by: Grant | last post by:
Ok I have XP Pro and recently upgraded to SP2 but after doing so one of my favorite webpages to check daily does not respond the same as before. It used to be (pre SP2) that I could when visiting...
2
by: Sharon | last post by:
I've had an Access 2000 app running successfully for many months on both Windows XP and Windows 2000. Recently when my Windows 2000 users call a particular report, they get first a dialog...
0
by: Just another Joe Programmer | last post by:
Hello All!! For those of you having problems :- * Debugging ASP .NET projects in VS .NET 2002 * Creating/opening ASP .NET projects in VS .NET 2003 DO NOT DESPAIR! Several solutions have...
7
by: lvpaul | last post by:
Hallo ! I am using IIS-Windows-Authentication in my intranet (web.config <authentication mode="Windows" /> <identity impersonate="true" /> How can I get the users (client) IP-Address ? I...
0
by: jpegny | last post by:
Hello all, I'm in the middle of setting up a windows 2003 server for asp.net (with vb.net 2003) remote development/deployment. The problem is that as soon as I install service pack 1 on...
1
by: bhasky | last post by:
We have two production server, Prod server 1 giving error Session Timout before 90min where it has been set 90 in global.asa Differences Prod Ser 1 : Windows 2003, No Service Pack Installed...
15
by: =?Utf-8?B?TVNU?= | last post by:
To demonstrate my problem, I have a very simple VB Windows application. It has a text box that is used to display a counter, a button to reset the counter, and a timer that increments the counter...
0
by: =?Utf-8?B?cGx1cG9z?= | last post by:
Hi, Problem issue 925522, http://support.microsoft.com/kb/925522/en-us (“An FTP session that is copying a file from an FTP server appears to stop responding on a client computer that is running...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.