473,770 Members | 1,996 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE offline

Hi.

When IE is offline and I try to create a new web application, I
receive an error that says that I need IE online in order to create
the new application. What is the relationship of IE and .net in this
case?

Thanks,
Robert Scheer
Nov 18 '05 #1
3 1573
Robert,

What do you mean by IE is offline? How do you set Internet Explorer to be
"Offline"?

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Robert Scheer" <rb******@my-deja.com> wrote in message
news:cf******** *************** ***@posting.goo gle.com...
Hi.

When IE is offline and I try to create a new web application, I
receive an error that says that I need IE online in order to create
the new application. What is the relationship of IE and .net in this
case?

Thanks,
Robert Scheer

Nov 18 '05 #2
Hi Justin.

If I click the 'File - Work Offline' option in IE, vs.net avoids me to
create new web applications. As soon as I uncheck this option in IE,
vs.net does not gives me this error anymore. Any ideas?

Thanks,
Robert Scheer

"S. Justin Gengo" <sj*****@aboutf ortunate.com> wrote in message news:<um******* *******@TK2MSFT NGP12.phx.gbl>. ..
Robert,

What do you mean by IE is offline? How do you set Internet Explorer to be
"Offline"?

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Robert Scheer" <rb******@my-deja.com> wrote in message
news:cf******** *************** ***@posting.goo gle.com...
Hi.

When IE is offline and I try to create a new web application, I
receive an error that says that I need IE online in order to create
the new application. What is the relationship of IE and .net in this
case?

Thanks,
Robert Scheer

Nov 18 '05 #3
Robert,

That makes sense.

..Net's debugger and other processes attach to the web server (your local web
server when you're creating a project) through IE. If IE is working offline
then it doesn't try to contact a web server (even the local one) and, of
course, how can you create a project if you can't talk to the web server the
project is on?

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Robert Scheer" <rb******@my-deja.com> wrote in message
news:cf******** *************** ***@posting.goo gle.com...
Hi Justin.

If I click the 'File - Work Offline' option in IE, vs.net avoids me to
create new web applications. As soon as I uncheck this option in IE,
vs.net does not gives me this error anymore. Any ideas?

Thanks,
Robert Scheer

"S. Justin Gengo" <sj*****@aboutf ortunate.com> wrote in message

news:<um******* *******@TK2MSFT NGP12.phx.gbl>. ..
Robert,

What do you mean by IE is offline? How do you set Internet Explorer to be "Offline"?

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Robert Scheer" <rb******@my-deja.com> wrote in message
news:cf******** *************** ***@posting.goo gle.com...
Hi.

When IE is offline and I try to create a new web application, I
receive an error that says that I need IE online in order to create
the new application. What is the relationship of IE and .net in this
case?

Thanks,
Robert Scheer

Nov 18 '05 #4

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

Similar topics

0
1043
by: qwweeeit | last post by:
Hi all, with my last initiative (logging by intercepting open calls) I succeded (with the essential help of Fredrik Lundh), but I must confess that the method is too complicated... I think that a better result could be obtained by offline debugging. I explain: debugging is mainly an interactive activity, but you can also use an offline method, through a file that store the debug commands to be executed.. With pdb there is a technique...
0
1613
by: moko | last post by:
This is a bit long-winded. Can somebody read thru these 2 use cases, and tell me if it is feasible ? :- Use Case : Replication before Offline Synch Scenario 1 : Oracle Server , MSDE client 1. User clicks on 'Go Offline'. System creates a MSDE SQL database in laptop (client), gets the schemas of the tables in Oracle, creates corresponding tables in client's MSDE SQL (mapping Oracle datatypes to SQL
1
1388
by: pHines | last post by:
I have my entire source code directory available on my laptop via Offline Files. The directory structure is housed on my server and made available offline on the laptop using Windows 2000. When I do a build on the server, everything is fine. When I do it on the laptop while connected to the server, everything is fine. But when I do it on the laptop while not connected to the server (working offline), I get internal compiler errors. If...
2
1650
by: John | last post by:
Hi I need to develop an app in vb 2005 which can work in both offline and online modes and will be running on client laptops. I have listened to the following web cast; http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032271522&EventCategory=3&culture=en-US&CountryCode=US What I need to know is, do the laptops need to have a local version of sql server (mobile, express etc.) to accomplish the offline mode?
2
1632
by: John | last post by:
Hi I need to write a vb2005/sql server2005 app running over a LAN. Some users who use laptop need to have the app to have an offline mode for when they are away. I am new to net and would like to know what will be the differences in the online-only and online/offline versions of the app? As not all users need it, is it possible to configure the app so it knows when it is in desktop (online-only) or laptop modes? Thanks
4
9477
by: manwiththeaxe.70 | last post by:
I have recently begun to migrate our DB2 UDB v7.2 enterprise databases up to DB2 UDB v8.2. One question I can't seem to understand is why would I want to run an offline backup for a database now that the online backup includes the necessary log files. Is there a reason why I would need or want to go through the hassle of getting exclusive control of a db for an offline backup?
3
6915
by: Alex | last post by:
Hello, I am running an Access 2003 database, quite modest in size, that is used by upwards of 5 users. I need to modify the database such that these users can work simultaneously and, in some cases, offline. It is split to front and back ends and works over Citrix. So the multi-user is working fine.
2
1999
by: ericthered | last post by:
Hi, I am trying to create an offline database in VB.NET 2005, both the online and offline database use SQL Server 2005. The code I am using seems to run OK with out an exception the DATASET has the records added, but the UPDATE will not update the offline database. (The offline database is empty before I start) Q1) what am I doing wrong? Q2) is there a better way of coping data to an offline SQL database? My code
10
6854
by: Michael Hoffmann | last post by:
Hello, I hope this doesn't come across as totally newbieish, but I've been searching the web and the IBM docs until smoke is coming out of my head. Scenario: We are trying to take primitive "snapshots" of our production database into a test environment by taking (what we thought are) offline backups of production, then doing a redirected restore into test. Here's the steps I do:
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10101
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7456
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6710
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.