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

understanding error message

Someone please help me understand the following error message:

Server Error in '/solo' Application.
----------------------------------------------------------------------------
----

Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS.

Source Error:

Line 23: "Forms", "Passport" and "None"
Line 24: -->
Line 25: <authentication mode="Forms" />
Line 26: <forms name="uloginCookie" loginUrl="login.aspx">
Line 27:

Source File: c:\inetpub\wwwroot\solo\ulogin\web.config Line: 25
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Nov 17 '05 #1
7 1689
Leon,

It looks like the folder your .net files are in is not configured as a web
application on the server.

On the server go to:

Administrative Tools - Internet Information Services

Expand the computer node, expand the web sites node, and find your web site
in the list (It may be within the "Default Web Site" node depending on how
your machine is set up.) If the web site's icon is a folder it is not
configured as a web site.

To configure it as a web site, right click on it and choose properties.
Click the create button and then everything should be fine.

If you have added a web.config file to a folder within your main website
then that folder needs to be a website itself in order for web.config to
function properly.

I hope this helps.

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Leon Shaw" <vn*****@msn.com> wrote in message
news:er**************@TK2MSFTNGP10.phx.gbl...
Someone please help me understand the following error message:

Server Error in '/solo' Application.
-------------------------------------------------------------------------- -- ----

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:

Line 23: "Forms", "Passport" and "None"
Line 24: -->
Line 25: <authentication mode="Forms" />
Line 26: <forms name="uloginCookie" loginUrl="login.aspx">
Line 27:

Source File: c:\inetpub\wwwroot\solo\ulogin\web.config Line: 25
-------------------------------------------------------------------------- -- ----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

Nov 17 '05 #2
Yes, it usually does. But there are some circumstances in which it does not.
If you add a web.config file to a folder it doesn't automatically make that
folder an app. Another example would be if you copy and paste the web site
files into a folder on the server. Then you would have to set up the site
yourself.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Leon Shaw" <vn*****@msn.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
but I though visual studios .net set-up the virtual directory and
application automatically when you create a web application inside the IDE. "S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
Leon,

It looks like the folder your .net files are in is not configured as a web
application on the server.

On the server go to:

Administrative Tools - Internet Information Services

Expand the computer node, expand the web sites node, and find your web

site
in the list (It may be within the "Default Web Site" node depending on how your machine is set up.) If the web site's icon is a folder it is not
configured as a web site.

To configure it as a web site, right click on it and choose properties.
Click the create button and then everything should be fine.

If you have added a web.config file to a folder within your main website
then that folder needs to be a website itself in order for web.config to
function properly.

I hope this helps.

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Leon Shaw" <vn*****@msn.com> wrote in message
news:er**************@TK2MSFTNGP10.phx.gbl...
Someone please help me understand the following error message:

Server Error in '/solo' Application.


--------------------------------------------------------------------------
--
----

Configuration Error
Description: An error occurred during the processing of a
configuration file
required to service this request. Please review the specific error

details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This

error
can be caused by a virtual directory not being configured as an

application
in IIS.

Source Error:

Line 23: "Forms", "Passport" and "None"
Line 24: -->
Line 25: <authentication mode="Forms" />
Line 26: <forms name="uloginCookie" loginUrl="login.aspx">
Line 27:

Source File: c:\inetpub\wwwroot\solo\ulogin\web.config Line: 25


--------------------------------------------------------------------------
--
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573;

ASP.NET
Version:1.1.4322.573



Nov 17 '05 #3
ok so if I added a folder named ulogin to my application in which all my
protected webpage and web.config file is located then ulogin folder itself
must be a web application. So how do I add an application (instead of a
folder) to my main web application inside of VS.net IDE, so I can password
protect certain pages?

"S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
Leon,

It looks like the folder your .net files are in is not configured as a web
application on the server.

On the server go to:

Administrative Tools - Internet Information Services

Expand the computer node, expand the web sites node, and find your web site in the list (It may be within the "Default Web Site" node depending on how
your machine is set up.) If the web site's icon is a folder it is not
configured as a web site.

To configure it as a web site, right click on it and choose properties.
Click the create button and then everything should be fine.

If you have added a web.config file to a folder within your main website
then that folder needs to be a website itself in order for web.config to
function properly.

I hope this helps.

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Leon Shaw" <vn*****@msn.com> wrote in message
news:er**************@TK2MSFTNGP10.phx.gbl...
Someone please help me understand the following error message:

Server Error in '/solo' Application.


--------------------------------------------------------------------------
--
----

Configuration Error
Description: An error occurred during the processing of a configuration

file
required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This

error
can be caused by a virtual directory not being configured as an

application
in IIS.

Source Error:

Line 23: "Forms", "Passport" and "None"
Line 24: -->
Line 25: <authentication mode="Forms" />
Line 26: <forms name="uloginCookie" loginUrl="login.aspx">
Line 27:

Source File: c:\inetpub\wwwroot\solo\ulogin\web.config Line: 25


--------------------------------------------------------------------------
--
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573;

ASP.NET
Version:1.1.4322.573


Nov 17 '05 #4
Leon,

If you want instead of adding a separate web.config file to your folder you
can actually use the main web.config file to protect a folder within the web
site.

I have an example on how to do this on my website: www.aboutfortunate.com.
Just search the code library for: "protect a folder with forms
authentication"

I also have a link to an article about how to use a database with forms
authentication in the library (I just added the link when I saw it posted
here).

Good luck!

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Leon Shaw" <vn*****@msn.com> wrote in message
news:eo**************@TK2MSFTNGP11.phx.gbl...
ok so if I added a folder named ulogin to my application in which all my
protected webpage and web.config file is located then ulogin folder itself
must be a web application. So how do I add an application (instead of a
folder) to my main web application inside of VS.net IDE, so I can password
protect certain pages?

"S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
Leon,

It looks like the folder your .net files are in is not configured as a web
application on the server.

On the server go to:

Administrative Tools - Internet Information Services

Expand the computer node, expand the web sites node, and find your web

site
in the list (It may be within the "Default Web Site" node depending on how your machine is set up.) If the web site's icon is a folder it is not
configured as a web site.

To configure it as a web site, right click on it and choose properties.
Click the create button and then everything should be fine.

If you have added a web.config file to a folder within your main website
then that folder needs to be a website itself in order for web.config to
function properly.

I hope this helps.

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Leon Shaw" <vn*****@msn.com> wrote in message
news:er**************@TK2MSFTNGP10.phx.gbl...
Someone please help me understand the following error message:

Server Error in '/solo' Application.


--------------------------------------------------------------------------
--
----

Configuration Error
Description: An error occurred during the processing of a
configuration file
required to service this request. Please review the specific error

details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This

error
can be caused by a virtual directory not being configured as an

application
in IIS.

Source Error:

Line 23: "Forms", "Passport" and "None"
Line 24: -->
Line 25: <authentication mode="Forms" />
Line 26: <forms name="uloginCookie" loginUrl="login.aspx">
Line 27:

Source File: c:\inetpub\wwwroot\solo\ulogin\web.config Line: 25


--------------------------------------------------------------------------
--
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573;

ASP.NET
Version:1.1.4322.573



Nov 17 '05 #5
Leon,

Here's how I'm doing it:

'---My login page code
Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnLogin.Click
Try
Dim FormsAuth As New FormsAuthentication
If FormsAuth.Authenticate(txtbxUsername.Text.ToString ,
txtbxPassword.Text.ToString) Then
FormsAuth.RedirectFromLoginPage(txtbxUsername.Text .ToString,
True)End If
Catch ex As Excepion
'---Handle errors
End Try
End Sub

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Leon Shaw" <vn*****@msn.com> wrote in message
news:u1**************@TK2MSFTNGP10.phx.gbl...
so how do send use to a protect page in the application. Is this correct?
If Me.IsValid Then

If Me.myAuthorization(Me.txtUsername.Text.ToLower,
Me.txtPassword.Text.ToLower) > 0 Then

System.Web.Security.FormsAuthentication.RedirectFr omLoginPage(Me.txtUsername .Text, True)

Me.Response.Redirect("../ulogin/default.aspx")

End If

End If

"S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
news:uh**************@tk2msftngp13.phx.gbl...
Leon,

If you want instead of adding a separate web.config file to your folder you
can actually use the main web.config file to protect a folder within the

web
site.

I have an example on how to do this on my website: www.aboutfortunate.com.
Just search the code library for: "protect a folder with forms
authentication"

I also have a link to an article about how to use a database with forms
authentication in the library (I just added the link when I saw it posted here).

Good luck!

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Leon Shaw" <vn*****@msn.com> wrote in message
news:eo**************@TK2MSFTNGP11.phx.gbl...
ok so if I added a folder named ulogin to my application in which all my protected webpage and web.config file is located then ulogin folder itself must be a web application. So how do I add an application (instead of a folder) to my main web application inside of VS.net IDE, so I can password protect certain pages?

"S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
> Leon,
>
> It looks like the folder your .net files are in is not configured as a web
> application on the server.
>
> On the server go to:
>
> Administrative Tools - Internet Information Services
>
> Expand the computer node, expand the web sites node, and find your
web site
> in the list (It may be within the "Default Web Site" node depending on
how
> your machine is set up.) If the web site's icon is a folder it is

not > configured as a web site.
>
> To configure it as a web site, right click on it and choose

properties. > Click the create button and then everything should be fine.
>
> If you have added a web.config file to a folder within your main website > then that folder needs to be a website itself in order for web.config to
> function properly.
>
> I hope this helps.
>
> --
> S. Justin Gengo, MCP
> Web Developer
>
> Free code library at:
> www.aboutfortunate.com
>
> "Out of chaos comes order."
> Nietzche
> "Leon Shaw" <vn*****@msn.com> wrote in message
> news:er**************@TK2MSFTNGP10.phx.gbl...
> > Someone please help me understand the following error message:
> >
> > Server Error in '/solo' Application.
>


--------------------------------------------------------------------------
> --
> > ----
> >
> > Configuration Error
> > Description: An error occurred during the processing of a

configuration
> file
> > required to service this request. Please review the specific error
details
> > below and modify your configuration file appropriately.
> >
> > Parser Error Message: It is an error to use a section registered
as > > allowDefinition='MachineToApplication' beyond application level.

This > error
> > can be caused by a virtual directory not being configured as an
> application
> > in IIS.
> >
> > Source Error:
> >
> > Line 23: "Forms", "Passport" and "None"
> > Line 24: -->
> > Line 25: <authentication mode="Forms" />
> > Line 26: <forms name="uloginCookie" loginUrl="login.aspx">
> > Line 27:
> >
> > Source File: c:\inetpub\wwwroot\solo\ulogin\web.config Line: 25
> >
> >
>


--------------------------------------------------------------------------
> --
> > ----
> > Version Information: Microsoft .NET Framework Version:1.1.4322.573; > ASP.NET
> > Version:1.1.4322.573
> >
> >
>
>



Nov 17 '05 #6
but what if you wanted to send the user back to a specified pade(not
RedirectFromLoginPage) which is the default.aspx?
"S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
Leon,

Here's how I'm doing it:

'---My login page code
Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnLogin.Click
Try
Dim FormsAuth As New FormsAuthentication
If FormsAuth.Authenticate(txtbxUsername.Text.ToString ,
txtbxPassword.Text.ToString) Then
FormsAuth.RedirectFromLoginPage(txtbxUsername.Text .ToString,
True)End If
Catch ex As Excepion
'---Handle errors
End Try
End Sub

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Leon Shaw" <vn*****@msn.com> wrote in message
news:u1**************@TK2MSFTNGP10.phx.gbl...
so how do send use to a protect page in the application. Is this correct?
If Me.IsValid Then

If Me.myAuthorization(Me.txtUsername.Text.ToLower,
Me.txtPassword.Text.ToLower) > 0 Then

System.Web.Security.FormsAuthentication.RedirectFr omLoginPage(Me.txtUsername
.Text, True)

Me.Response.Redirect("../ulogin/default.aspx")

End If

End If

"S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
news:uh**************@tk2msftngp13.phx.gbl...
Leon,

If you want instead of adding a separate web.config file to your folder
you
can actually use the main web.config file to protect a folder within
the web
site.

I have an example on how to do this on my website:

www.aboutfortunate.com. Just search the code library for: "protect a folder with forms
authentication"

I also have a link to an article about how to use a database with
forms authentication in the library (I just added the link when I saw it

posted here).

Good luck!

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Leon Shaw" <vn*****@msn.com> wrote in message
news:eo**************@TK2MSFTNGP11.phx.gbl...
> ok so if I added a folder named ulogin to my application in which all my
> protected webpage and web.config file is located then ulogin folder itself
> must be a web application. So how do I add an application (instead
of a > folder) to my main web application inside of VS.net IDE, so I can password
> protect certain pages?
>
> "S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
> news:%2***************@TK2MSFTNGP10.phx.gbl...
> > Leon,
> >
> > It looks like the folder your .net files are in is not configured
as a web
> > application on the server.
> >
> > On the server go to:
> >
> > Administrative Tools - Internet Information Services
> >
> > Expand the computer node, expand the web sites node, and find your web > site
> > in the list (It may be within the "Default Web Site" node
depending
on how
> > your machine is set up.) If the web site's icon is a folder it is not > > configured as a web site.
> >
> > To configure it as a web site, right click on it and choose

properties.
> > Click the create button and then everything should be fine.
> >
> > If you have added a web.config file to a folder within your main

website
> > then that folder needs to be a website itself in order for web.config
to
> > function properly.
> >
> > I hope this helps.
> >
> > --
> > S. Justin Gengo, MCP
> > Web Developer
> >
> > Free code library at:
> > www.aboutfortunate.com
> >
> > "Out of chaos comes order."
> > Nietzche
> > "Leon Shaw" <vn*****@msn.com> wrote in message
> > news:er**************@TK2MSFTNGP10.phx.gbl...
> > > Someone please help me understand the following error message:
> > >
> > > Server Error in '/solo' Application.
> >
>


-------------------------------------------------------------------------- > > --
> > > ----
> > >
> > > Configuration Error
> > > Description: An error occurred during the processing of a
configuration
> > file
> > > required to service this request. Please review the specific
error > details
> > > below and modify your configuration file appropriately.
> > >
> > > Parser Error Message: It is an error to use a section registered

as > > > allowDefinition='MachineToApplication' beyond application level.

This
> > error
> > > can be caused by a virtual directory not being configured as an
> > application
> > > in IIS.
> > >
> > > Source Error:
> > >
> > > Line 23: "Forms", "Passport" and "None"
> > > Line 24: -->
> > > Line 25: <authentication mode="Forms" />
> > > Line 26: <forms name="uloginCookie" loginUrl="login.aspx">
> > > Line 27:
> > >
> > > Source File: c:\inetpub\wwwroot\solo\ulogin\web.config Line: 25 > > >
> > >
> >
>


--------------------------------------------------------------------------
> > --
> > > ----
> > > Version Information: Microsoft .NET Framework Version:1.1.4322.573; > > ASP.NET
> > > Version:1.1.4322.573
> > >
> > >
> >
> >
>
>



Nov 17 '05 #7
Leon,

..Net handles that for you. It sends the user to the original page they were
trying to go to when they were redirected to the login page.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Leon Shaw" <vn*****@msn.com> wrote in message
news:eU**************@TK2MSFTNGP12.phx.gbl...
but what if you wanted to send the user back to a specified pade(not
RedirectFromLoginPage) which is the default.aspx?
"S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
Leon,

Here's how I'm doing it:

'---My login page code
Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnLogin.Click
Try
Dim FormsAuth As New FormsAuthentication
If FormsAuth.Authenticate(txtbxUsername.Text.ToString ,
txtbxPassword.Text.ToString) Then
FormsAuth.RedirectFromLoginPage(txtbxUsername.Text .ToString,
True)End If
Catch ex As Excepion
'---Handle errors
End Try
End Sub

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Leon Shaw" <vn*****@msn.com> wrote in message
news:u1**************@TK2MSFTNGP10.phx.gbl...
so how do send use to a protect page in the application. Is this correct? If Me.IsValid Then

If Me.myAuthorization(Me.txtUsername.Text.ToLower,
Me.txtPassword.Text.ToLower) > 0 Then

System.Web.Security.FormsAuthentication.RedirectFr omLoginPage(Me.txtUsername
.Text, True)

Me.Response.Redirect("../ulogin/default.aspx")

End If

End If

"S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
news:uh**************@tk2msftngp13.phx.gbl...
> Leon,
>
> If you want instead of adding a separate web.config file to your folder you
> can actually use the main web.config file to protect a folder within the web
> site.
>
> I have an example on how to do this on my website:

www.aboutfortunate.com.
> Just search the code library for: "protect a folder with forms
> authentication"
>
> I also have a link to an article about how to use a database with forms > authentication in the library (I just added the link when I saw it

posted
> here).
>
> Good luck!
>
> --
> S. Justin Gengo, MCP
> Web Developer
>
> Free code library at:
> www.aboutfortunate.com
>
> "Out of chaos comes order."
> Nietzche
>
>
> "Leon Shaw" <vn*****@msn.com> wrote in message
> news:eo**************@TK2MSFTNGP11.phx.gbl...
> > ok so if I added a folder named ulogin to my application in which all
my
> > protected webpage and web.config file is located then ulogin folder itself
> > must be a web application. So how do I add an application (instead of
a
> > folder) to my main web application inside of VS.net IDE, so I can
password
> > protect certain pages?
> >
> > "S. Justin Gengo" <sj*****@aboutfortunate.com> wrote in message
> > news:%2***************@TK2MSFTNGP10.phx.gbl...
> > > Leon,
> > >
> > > It looks like the folder your .net files are in is not
configured
as
a
> web
> > > application on the server.
> > >
> > > On the server go to:
> > >
> > > Administrative Tools - Internet Information Services
> > >
> > > Expand the computer node, expand the web sites node, and find
your web
> > site
> > > in the list (It may be within the "Default Web Site" node depending
on
> how
> > > your machine is set up.) If the web site's icon is a folder it

is not
> > > configured as a web site.
> > >
> > > To configure it as a web site, right click on it and choose
properties.
> > > Click the create button and then everything should be fine.
> > >
> > > If you have added a web.config file to a folder within your main
website
> > > then that folder needs to be a website itself in order for

web.config
to
> > > function properly.
> > >
> > > I hope this helps.
> > >
> > > --
> > > S. Justin Gengo, MCP
> > > Web Developer
> > >
> > > Free code library at:
> > > www.aboutfortunate.com
> > >
> > > "Out of chaos comes order."
> > > Nietzche
> > > "Leon Shaw" <vn*****@msn.com> wrote in message
> > > news:er**************@TK2MSFTNGP10.phx.gbl...
> > > > Someone please help me understand the following error message:
> > > >
> > > > Server Error in '/solo' Application.
> > >
> >
>


-------------------------------------------------------------------------- > > > --
> > > > ----
> > > >
> > > > Configuration Error
> > > > Description: An error occurred during the processing of a
> configuration
> > > file
> > > > required to service this request. Please review the specific error > > details
> > > > below and modify your configuration file appropriately.
> > > >
> > > > Parser Error Message: It is an error to use a section
registered
as
> > > > allowDefinition='MachineToApplication' beyond application

level. This
> > > error
> > > > can be caused by a virtual directory not being configured as an > > > application
> > > > in IIS.
> > > >
> > > > Source Error:
> > > >
> > > > Line 23: "Forms", "Passport" and "None"
> > > > Line 24: -->
> > > > Line 25: <authentication mode="Forms" />
> > > > Line 26: <forms name="uloginCookie" loginUrl="login.aspx">
> > > > Line 27:
> > > >
> > > > Source File: c:\inetpub\wwwroot\solo\ulogin\web.config

Line: 25 > > > >
> > > >
> > >
> >
>


--------------------------------------------------------------------------
> > > --
> > > > ----
> > > > Version Information: Microsoft .NET Framework

Version:1.1.4322.573;
> > > ASP.NET
> > > > Version:1.1.4322.573
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 17 '05 #8

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

Similar topics

9
by: Marty McDonald | last post by:
If I invoke a web service, and it throws an exception, I can see the exception if the client app is a .Net app. However, if the client app is not a .Net app, I only receive the HTTP 500 error. I...
13
by: Manfred Braun | last post by:
Hi All, I am trying to understand the blocking method socket.Send(). The call blocks as expected, but does this mean, it returnes after the underlying TCP layer got a confirmation, that the send...
1
by: Charlie Brookhart | last post by:
I am not understanding what the following error message is saying: An unhandled exception of type 'System.InvalidOperationException' occurred in system.data.dll Additional information:...
1
by: Anonieko | last post by:
Understanding and Using Exceptions (this is a really long post...only read it if you (a) don't know what try/catch is OR (b) actually write catch(Exception ex) or catch{ }) The first thing I...
9
by: Rudy | last post by:
Hello All! I'm a little confused on Public Class or Modules. Say I have a this on form "A" Public Sub Subtract() Dim Invoice As Decimal Dim Wage As Decimal Static PO As Decimal Invoice =...
2
by: Greg Corradini | last post by:
Hello All, A few weeks ago, I wrote two scripts using mx.ODBC on an Access DB. Among other things, both scripts create new tables, perform a query and then populate the tables with data in a...
3
by: Greg Corradini | last post by:
Hello, I'm trying to perform a simple insert statement into a table called Parcel_Test (see code below). Yet, I get an error message that I've never seen before (see traceback below). I've tried...
11
by: venkatagmail | last post by:
I have problem understanding pass by value and pass by reference and want to how how they are or appear in the memory: I had to get my basics right again. I create an array and try all possible...
9
by: Daniel Smedegaard Buus | last post by:
Hey all :) I was wondering about the $error_types (I particularly notice the 's' suffix when reading the manual) parameter for 'set_error_handler()': Can be used to mask the triggering of the...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
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,...
0
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...
0
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,...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.