473,796 Members | 2,599 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web server not running ASP.NET v1.1

I have just moved a project to my laptop and get the message "Visual Studio
..NET has detected that the specified Web server is not running ASP.NET v1.1.
You will be unable to run ASP.NET Web applications or services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it. Does
anyone know the URL?

Many thanks.
Nov 19 '05 #1
9 1291
http://support.microsoft.com/default...b;en-us;817267
or
http://support.microsoft.com/default...b;en-us;825792
let us know if these don't do the trick

--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.
"Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
news:eJ******** ******@TK2MSFTN GP15.phx.gbl...
I have just moved a project to my laptop and get the message "Visual Studio
.NET has detected that the specified Web server is not running ASP.NET
v1.1. You will be unable to run ASP.NET Web applications or services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it.
Does anyone know the URL?

Many thanks.

Nov 19 '05 #2
Andrew,

see if
http://support.microsoft.com/default...b;en-us;817267

or
http://www.support.microsoft.com/?sc...351&sid=global

help you.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
news:eJ******** ******@TK2MSFTN GP15.phx.gbl...
I have just moved a project to my laptop and get the message "Visual Studio
.NET has detected that the specified Web server is not running ASP.NET
v1.1. You will be unable to run ASP.NET Web applications or services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it.
Does anyone know the URL?

Many thanks.

Nov 19 '05 #3
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?

Thanks,

Andrew
"Juan T. Llibre [MVP]" <no***********@ nowhere.com> wrote in message
news:uW******** ******@tk2msftn gp13.phx.gbl...
Andrew,

see if
http://support.microsoft.com/default...b;en-us;817267

or
http://www.support.microsoft.com/?sc...351&sid=global

help you.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
news:eJ******** ******@TK2MSFTN GP15.phx.gbl...
I have just moved a project to my laptop and get the message "Visual
Studio .NET has detected that the specified Web server is not running
ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it.
Does anyone know the URL?

Many thanks.


Nov 19 '05 #4
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?

Thanks,

Andrew
"Jason Brown [MSFT]" <i-******@online.m icrosoft.com> wrote in message
news:ec******** ******@TK2MSFTN GP11.phx.gbl...
http://support.microsoft.com/default...b;en-us;817267
or
http://support.microsoft.com/default...b;en-us;825792
let us know if these don't do the trick

--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.
"Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
news:eJ******** ******@TK2MSFTN GP15.phx.gbl...
I have just moved a project to my laptop and get the message "Visual
Studio .NET has detected that the specified Web server is not running
ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it.
Does anyone know the URL?

Many thanks.


Nov 19 '05 #5
re:
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?
Hi, Andrew.

First, let's find out what you are actually running.

Please copy the following into a file named "version.as px",
and place the file in your wwwroot directory.

version.aspx:
-------------

<%@ Page Language="VB" %>
<html>
<head>
</head>
<body>
<%
dim var as string
var=Request.Ser verVariables("S ERVER_SOFTWARE" )
Response.Write( "SERVER_SOFTWAR E = " & var)
Response.Write( "<P>")
Response.Write( System.Environm ent.Version.ToS tring())
%>
</body>
</html>

--------

If you placed it in your wwwroot directory,
please run the file by clicking on this link :

http://localhost/version.aspx

Post here the version information which the page writes.

That will tell us what version of ASP.NET you're running.

If you're running 1.0,
there's no "Web Extensions" folder in the IIS Manager.

If you're running 1.1,
there is a "Web Extensions" folder in the IIS Manager.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
news:uV******** ******@TK2MSFTN GP10.phx.gbl... Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?

Thanks,

Andrew
"Juan T. Llibre [MVP]" <no***********@ nowhere.com> wrote in message
news:uW******** ******@tk2msftn gp13.phx.gbl...
Andrew,

see if
http://support.microsoft.com/default...b;en-us;817267

or
http://www.support.microsoft.com/?sc...351&sid=global

help you.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
news:eJ******** ******@TK2MSFTN GP15.phx.gbl...
I have just moved a project to my laptop and get the message "Visual
Studio .NET has detected that the specified Web server is not running
ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it.
Does anyone know the URL?

Many thanks.



Nov 19 '05 #6
SA
Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
dependent on the OS, not the Framework version. In Win 2003, you have that
because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively, and
they don't have a way to manage ISAPI filters like that.

Here's what you should try:

Go to the Framework folder in the Windows\Microso ft .NET folder.
In the 1.1 version folder, there is a file aspnet_regiis.e xe. Just execute
that file. It will re-register ASP.NET 1.1 with IIS.

That might solve the problem.

--

---

Sven.

"Juan T. Llibre [MVP]" <no***********@ nowhere.com> wrote in message
news:Oq******** ******@tk2msftn gp13.phx.gbl...
re:
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?


Hi, Andrew.

First, let's find out what you are actually running.

Please copy the following into a file named "version.as px",
and place the file in your wwwroot directory.

version.aspx:
-------------

<%@ Page Language="VB" %>
<html>
<head>
</head>
<body>
<%
dim var as string
var=Request.Ser verVariables("S ERVER_SOFTWARE" )
Response.Write( "SERVER_SOFTWAR E = " & var)
Response.Write( "<P>")
Response.Write( System.Environm ent.Version.ToS tring())
%>
</body>
</html>

--------

If you placed it in your wwwroot directory,
please run the file by clicking on this link :

http://localhost/version.aspx

Post here the version information which the page writes.

That will tell us what version of ASP.NET you're running.

If you're running 1.0,
there's no "Web Extensions" folder in the IIS Manager.

If you're running 1.1,
there is a "Web Extensions" folder in the IIS Manager.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
news:uV******** ******@TK2MSFTN GP10.phx.gbl...
Thanks. Using 817267 I looked at IIS and there is no "Web Service
Extensions" tab. What do I need to install?

Thanks,

Andrew
"Juan T. Llibre [MVP]" <no***********@ nowhere.com> wrote in message
news:uW******** ******@tk2msftn gp13.phx.gbl...
Andrew,

see if
http://support.microsoft.com/default...b;en-us;817267

or
http://www.support.microsoft.com/?sc...351&sid=global
help you.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
news:eJ******** ******@TK2MSFTN GP15.phx.gbl...
I have just moved a project to my laptop and get the message "Visual
Studio .NET has detected that the specified Web server is not running
ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
services"

Presumably there is a d/l on MSDN to rectify this, but I can't find it. Does anyone know the URL?

Many thanks.



Nov 19 '05 #7
re:
Hmm, having a Web Service Extensions node (not tab) in the
IIS Manager is dependent on the OS, not the Framework version.
Aargh! You're right. I should go get some sleep.

re: In the 1.1 version folder, there is a file aspnet_regiis.e xe.
Just execute that file. It will re-register ASP.NET 1.1 with IIS
You need the -i parameter if you're running aspnet_regiis.

In a cmd, window, run :
"%windir%\Micro soft.NET\Framew ork\v.1.1.4322\ aspnet_regiis.e xe" -i

Just running aspnet_regiis will produce the usage instructions.


Juan T. Llibre
===========
"SA" <in*********@fr eemail.nl> wrote in message
news:uP******** ******@TK2MSFTN GP14.phx.gbl... Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
dependent on the OS, not the Framework version. In Win 2003, you have that
because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively,
and
they don't have a way to manage ISAPI filters like that.

Here's what you should try:

Go to the Framework folder in the Windows\Microso ft .NET folder.
In the 1.1 version folder, there is a file aspnet_regiis.e xe. Just execute
that file. It will re-register ASP.NET 1.1 with IIS.

That might solve the problem.

--

---

Sven.

"Juan T. Llibre [MVP]" <no***********@ nowhere.com> wrote in message
news:Oq******** ******@tk2msftn gp13.phx.gbl...
re:
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?


Hi, Andrew.

First, let's find out what you are actually running.

Please copy the following into a file named "version.as px",
and place the file in your wwwroot directory.

version.aspx:
-------------

<%@ Page Language="VB" %>
<html>
<head>
</head>
<body>
<%
dim var as string
var=Request.Ser verVariables("S ERVER_SOFTWARE" )
Response.Write( "SERVER_SOFTWAR E = " & var)
Response.Write( "<P>")
Response.Write( System.Environm ent.Version.ToS tring())
%>
</body>
</html>

--------

If you placed it in your wwwroot directory,
please run the file by clicking on this link :

http://localhost/version.aspx

Post here the version information which the page writes.

That will tell us what version of ASP.NET you're running.

If you're running 1.0,
there's no "Web Extensions" folder in the IIS Manager.

If you're running 1.1,
there is a "Web Extensions" folder in the IIS Manager.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
news:uV******** ******@TK2MSFTN GP10.phx.gbl...
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?
>
> Thanks,
>
> Andrew
> "Juan T. Llibre [MVP]" <no***********@ nowhere.com> wrote in message
> news:uW******** ******@tk2msftn gp13.phx.gbl...
>> Andrew,
>>
>> see if
>> http://support.microsoft.com/default...b;en-us;817267
>>
>> or
>> http://www.support.microsoft.com/?sc...351&sid=global >>
>> help you.
>>
>>
>>
>>
>> Juan T. Llibre
>> ===========
>> "Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
>> news:eJ******** ******@TK2MSFTN GP15.phx.gbl...
>>>I have just moved a project to my laptop and get the message "Visual
>>>Studio .NET has detected that the specified Web server is not running
>>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
>>>services"
>>>
>>> Presumably there is a d/l on MSDN to rectify this, but I can't find it. >>> Does anyone know the URL?
>>>
>>> Many thanks.
>>>
>>
>>
>
>



Nov 19 '05 #8
Lordy be! I think that worked. Thanks to you, and Juan and Jason. Where do
you discover all this stuff?

- Andrew
"SA" <in*********@fr eemail.nl> wrote in message
news:uP******** ******@TK2MSFTN GP14.phx.gbl...
Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
dependent on the OS, not the Framework version. In Win 2003, you have that
because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively,
and
they don't have a way to manage ISAPI filters like that.

Here's what you should try:

Go to the Framework folder in the Windows\Microso ft .NET folder.
In the 1.1 version folder, there is a file aspnet_regiis.e xe. Just execute
that file. It will re-register ASP.NET 1.1 with IIS.

That might solve the problem.

--

---

Sven.

"Juan T. Llibre [MVP]" <no***********@ nowhere.com> wrote in message
news:Oq******** ******@tk2msftn gp13.phx.gbl...
re:
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?


Hi, Andrew.

First, let's find out what you are actually running.

Please copy the following into a file named "version.as px",
and place the file in your wwwroot directory.

version.aspx:
-------------

<%@ Page Language="VB" %>
<html>
<head>
</head>
<body>
<%
dim var as string
var=Request.Ser verVariables("S ERVER_SOFTWARE" )
Response.Write( "SERVER_SOFTWAR E = " & var)
Response.Write( "<P>")
Response.Write( System.Environm ent.Version.ToS tring())
%>
</body>
</html>

--------

If you placed it in your wwwroot directory,
please run the file by clicking on this link :

http://localhost/version.aspx

Post here the version information which the page writes.

That will tell us what version of ASP.NET you're running.

If you're running 1.0,
there's no "Web Extensions" folder in the IIS Manager.

If you're running 1.1,
there is a "Web Extensions" folder in the IIS Manager.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
news:uV******** ******@TK2MSFTN GP10.phx.gbl...
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?
>
> Thanks,
>
> Andrew
> "Juan T. Llibre [MVP]" <no***********@ nowhere.com> wrote in message
> news:uW******** ******@tk2msftn gp13.phx.gbl...
>> Andrew,
>>
>> see if
>> http://support.microsoft.com/default...b;en-us;817267
>>
>> or
>> http://www.support.microsoft.com/?sc...351&sid=global >>
>> help you.
>>
>>
>>
>>
>> Juan T. Llibre
>> ===========
>> "Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
>> news:eJ******** ******@TK2MSFTN GP15.phx.gbl...
>>>I have just moved a project to my laptop and get the message "Visual
>>>Studio .NET has detected that the specified Web server is not running
>>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
>>>services"
>>>
>>> Presumably there is a d/l on MSDN to rectify this, but I can't find it. >>> Does anyone know the URL?
>>>
>>> Many thanks.
>>>
>>
>>
>
>



Nov 19 '05 #9
SA
Andrew:

When you hit your head hard enough often enough, it'll become clear to you
too...

--

---

Sven.

"Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
news:ei******** ******@tk2msftn gp13.phx.gbl...
Lordy be! I think that worked. Thanks to you, and Juan and Jason. Where do
you discover all this stuff?

- Andrew
"SA" <in*********@fr eemail.nl> wrote in message
news:uP******** ******@TK2MSFTN GP14.phx.gbl...
Hmm, having a Web Service Extensions node (not tab) in the IIS Manager is
dependent on the OS, not the Framework version. In Win 2003, you have that because it's IIS 6. In Win XP or Win 2000, its 5.1 or 5.0 respectively,
and
they don't have a way to manage ISAPI filters like that.

Here's what you should try:

Go to the Framework folder in the Windows\Microso ft .NET folder.
In the 1.1 version folder, there is a file aspnet_regiis.e xe. Just execute that file. It will re-register ASP.NET 1.1 with IIS.

That might solve the problem.

--

---

Sven.

"Juan T. Llibre [MVP]" <no***********@ nowhere.com> wrote in message
news:Oq******** ******@tk2msftn gp13.phx.gbl...
re:
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?

Hi, Andrew.

First, let's find out what you are actually running.

Please copy the following into a file named "version.as px",
and place the file in your wwwroot directory.

version.aspx:
-------------

<%@ Page Language="VB" %>
<html>
<head>
</head>
<body>
<%
dim var as string
var=Request.Ser verVariables("S ERVER_SOFTWARE" )
Response.Write( "SERVER_SOFTWAR E = " & var)
Response.Write( "<P>")
Response.Write( System.Environm ent.Version.ToS tring())
%>
</body>
</html>

--------

If you placed it in your wwwroot directory,
please run the file by clicking on this link :

http://localhost/version.aspx

Post here the version information which the page writes.

That will tell us what version of ASP.NET you're running.

If you're running 1.0,
there's no "Web Extensions" folder in the IIS Manager.

If you're running 1.1,
there is a "Web Extensions" folder in the IIS Manager.


Juan T. Llibre
===========
"Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
news:uV******** ******@TK2MSFTN GP10.phx.gbl...
> Thanks. Using 817267 I looked at IIS and there is no "Web Service
> Extensions" tab. What do I need to install?
>
> Thanks,
>
> Andrew
> "Juan T. Llibre [MVP]" <no***********@ nowhere.com> wrote in message
> news:uW******** ******@tk2msftn gp13.phx.gbl...
>> Andrew,
>>
>> see if
>> http://support.microsoft.com/default...b;en-us;817267
>>
>> or
>>

http://www.support.microsoft.com/?sc...351&sid=global
>>
>> help you.
>>
>>
>>
>>
>> Juan T. Llibre
>> ===========
>> "Andrew Chalk" <ac****@XXXmagn acartasoftware. com> wrote in message
>> news:eJ******** ******@TK2MSFTN GP15.phx.gbl...
>>>I have just moved a project to my laptop and get the message "Visual
>>>Studio .NET has detected that the specified Web server is not running >>>ASP.NET v1.1. You will be unable to run ASP.NET Web applications or
>>>services"
>>>
>>> Presumably there is a d/l on MSDN to rectify this, but I can't find

it.
>>> Does anyone know the URL?
>>>
>>> Many thanks.
>>>
>>
>>
>
>



Nov 19 '05 #10

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

Similar topics

19
2737
by: Mark C. | last post by:
The company I work for has been running Access 2000 on a Windows NT server with Opportunistic Locking turned off on the server without issue for almost a year. We have just switched to a Windows 2000 file server with service pack 3 installed and are now experiencing at least 2 corruptions a day. The registry setting for Opportunistic Locking that was on the Windows NT server does not exist on the Windows 2000 server so we can not make the...
3
1820
by: Patrick Fisher | last post by:
What are the implications of running a MS-Access BE and an SQL-Server BE on the same Terminal Server? Assuming that the TS can handle the load are there any other issues? Thanks Patrick
1
2480
by: Piotrek Stachowicz | last post by:
Hi, I'd like to display list of all MS SQL servers which are available on the network (I write application which uses database located on one of the machines in my LAN). Has anyone got any idea what to do in order to obtain list of all such servers?! When you open Sql Service Manager (for sql server2000) you've got such list. Thanks,
2
588
by: Petr PALAS | last post by:
Hi, when I open ANY ASP.NET application on my computer I get this message: ---------------------------------------------------------------------------- ---- Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser
5
2793
by: Ken Cox [Microsoft MVP] | last post by:
MS has posted this here: http://www.asp.net/faq/ms03-32-issue.aspx Fix for: 'Server Application Unavailable' Error after Applying Security Update for IE ------------------------------------------------------------------------------- -
1
2981
by: Reza Sadeghi | last post by:
Hi I am getting this error when I tried to browse any asp.net in visual studio.net. I can build the project but when I try to run and debug the project I get error message that "Unable to start debugging on the web server. server side error occurred on sending debug HTTP Request. I am running WinXP Pro SP1 with all hotfixes and VS.NET 2002 and .NET Framework 1.0
12
1314
by: RKay | last post by:
I have a Win2k server running SQL Server 2000. On that box I built a working web service that pulls data from the database. One of the services available simply accepts an ado.net connection string to test if a connection can be made to the local server. I can call that web service from any box on my network, and with the correct connection string, I can establish a connection to the database. However, when I copy the exact same service...
22
3306
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to load DLL (aspnet_isapi.dll)." Of course the dll is able to be found, it's still in the framework directory and for grins I even put it in my service's local directory. This is apparantly server 2003 not allowing asp.net to be run if IIS was not...
28
4847
by: Gil | last post by:
can i have a client pc trigger access.exe to open on the server side pc? i want to have the server run special functions and return the output to the clients without having the clients run the functions itself.
4
5047
by: casper | last post by:
Hi, I created an asp.net 2.0 website with VWD and made it an application in IIS. It was created on a ntfs disc (my documents...). The directory permissions are set on 'anonymous allowed' using IUSR_MYSERVER, which has read/list permissions to the apllication directory. When i start it from the browser, i get this error: Server Application Unavailable
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10461
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10239
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
9057
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
7555
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
6796
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
5579
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4122
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
3736
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.