473,323 Members | 1,560 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,323 software developers and data experts.

problem "Initilizing offline cache"

Hi,

When I open my VS2003 solution it looks up "Initializing offline cache", if
I end it and reopen its OK.

Any suggestions?

Tim
Nov 22 '05 #1
4 2029
Hi Tim,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that when you open an ASP.NET project in
VS.NET 2003, the IDE hangs and a "Initializing offline cache" message
shows. If there is any misunderstanding, please feel free to let me know.

Based on my research, many people in the community has encountered this
error. I have found this is a known issue. You can try the following steps
to see if it fixed the problem.

1. Try an IISReset and see if that fixes it.
2. Check the system event log in Computer Management. In some case, after
we did an IISReset, a warning message was logged from W3SVC "The server
was unable to add the virtual root '/Mydvlp_offline' for the directory
'C:\Documents and Settings\userid\VSWebCache\mydvlp' due to the following
error: The system cannot find the file specified. The data is the error
code." In this case, this was an old webcache location and not what VS.NET
was set to; however, IIS must have been trying to use this old cache
location.
3. Delete the folders under the specified webcache directory (don't worry,
they will be recreated as needed).
4. Do an IISReset.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 22 '05 #2
Hi Tim,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that when you open an ASP.NET project in
VS.NET 2003, the IDE hangs and a "Initializing offline cache" message
shows. If there is any misunderstanding, please feel free to let me know.

Based on my research, many people in the community has encountered this
error. I have found this is a known issue. You can try the following steps
to see if it fixed the problem.

1. Try an IISReset and see if that fixes it.
2. Check the system event log in Computer Management. In some case, after
we did an IISReset, a warning message was logged from W3SVC "The server
was unable to add the virtual root '/Mydvlp_offline' for the directory
'C:\Documents and Settings\userid\VSWebCache\mydvlp' due to the following
error: The system cannot find the file specified. The data is the error
code." In this case, this was an old webcache location and not what VS.NET
was set to; however, IIS must have been trying to use this old cache
location.
3. Delete the folders under the specified webcache directory (don't worry,
they will be recreated as needed).
4. Do an IISReset.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 22 '05 #3
Thanks

I have tried your suggestions and still no joy.

Regards
Tim

"Kevin Yu [MSFT]" <v-****@online.microsoft.com> wrote in message
news:Bq****************@cpmsftngxa10.phx.gbl...
Hi Tim,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that when you open an ASP.NET project in
VS.NET 2003, the IDE hangs and a "Initializing offline cache" message
shows. If there is any misunderstanding, please feel free to let me know.

Based on my research, many people in the community has encountered this
error. I have found this is a known issue. You can try the following steps
to see if it fixed the problem.

1. Try an IISReset and see if that fixes it.
2. Check the system event log in Computer Management. In some case, after
we did an IISReset, a warning message was logged from W3SVC "The server
was unable to add the virtual root '/Mydvlp_offline' for the directory
'C:\Documents and Settings\userid\VSWebCache\mydvlp' due to the following
error: The system cannot find the file specified. The data is the error
code." In this case, this was an old webcache location and not what VS.NET was set to; however, IIS must have been trying to use this old cache
location.
3. Delete the folders under the specified webcache directory (don't worry, they will be recreated as needed).
4. Do an IISReset.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 22 '05 #4
Hi Tim,

This is a known issue in VS.NET 2003. And it will be fixed in the next
version. I'm sorry for the inconvenience.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 22 '05 #5

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

Similar topics

4
by: John | last post by:
I have read somewhere else in this newsgroup that the way to avoid the message (Warning: Page has Expired blah, blah blah ... ) when one presses the back button is to place the statement...
2
by: Todd Anderson | last post by:
I'm ussing this <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> to keep me html page from caching. But it's not working. Is there a javascript that will do this? Thanks in advance for your help.
3
by: Tim Marsden | last post by:
Hi, When I open my VS2003 solution it looks up "Initializing offline cache", if I end it and reopen its OK. Any suggestions? Tim
0
by: Tim Zych | last post by:
I have an asp.net web application that I use with an Access data backend. I want to add a mini-client "offline" DotNet Windows App component in the event that I don't have an internet connection or...
0
by: Juan Irigoyen | last post by:
How I can traduce this sentence in VB. Thanks. Dim arrSesions As DataRow() arrSesions = Context.Cache("SessionKeys").Select("xxx")
2
by: Jason Huang | last post by:
Hi, Kind of spending too much time on the no-cache issue and found out something like <% Response.CacheControl = "no-cache" %>. In my ASP.Net, a C# .aspx file, where do I put the <%...
0
by: Mark Kamoski | last post by:
Hi-- How can one detect, programmatically, if an application is set to "work offline"? The situation is this. I have a project hosted at a site on the web. When I am developing locally, I...
4
by: Guadala Harry | last post by:
Is there any way for one Session to remove and update objects in another Session? I seriously doubt it, but thought I'd ask. Here's why: I have some data that is unique per user (or per session -...
17
by: StevePBurgess | last post by:
A really simple script is driving me up the wall. I have a very simply facility on a website to allow the user to reorder items in a database table as she wishes by clicking a link that (in this...
2
by: TheSteph | last post by:
Hi I have a SQLCommand that do updates on a table. I have a loop where I set the parameters then I call ExecuteNonQuery. For . { . Set the SQLCommand's Params Values;
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
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...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.