473,569 Members | 2,601 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Parse error message - repeat under managed account

Since I'm not getting any response from the community, I'm reposting this
under my managed account.

I've turned my web.config friendly error messages off and it may be easier
to view what I'm experiencing than try to translate it.

Here's the error:

Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
Inherits="netfr aud.us.Global" %>

Here's the line in the global.asax:

<%@ Application Codebehind="Glo bal.asax.vb" Inherits="netfr aud.us.Global" %>

It was much worse but I am at this point now. I had Access forbidden and
Access Denied. FPSE 2K2 and I went round and round.

I have a subdomain: forums.netfraud .us which, during my battle with FPSE,
was down. It removed, or I told it to remove my RX (script only) settings
for the site. It now works again. The subdomain is actually
\webroot\forums . I don't know why I'm have such a mental block with .NET
and VS.2K3. Perhaps it is all the years of VS 6 and Classic ASP. Any
pointers to some reference for basic understanding and step through configs
would also be helpful. All references I have found are complicated configs.
They're not too technical, they just don't apply and the MSFT articles don't
seem to have much in them or it's How-To, but not What-To-Do when How-To
fails.
Ex. http://support.microsoft.com/default...297954&sd=tech

TIA...

Roland
Nov 19 '05 #1
14 2376
Please post the *exact* error message that you are seeing.

Thanks

--
Blog: www.adopenstatic.com/cs/blogs/ken/
Web: www.adopenstatic.com
"Roland Hall" <no****@nononon ono.us> wrote in message
news:Oz******** ******@tk2msftn gp13.phx.gbl...
: Since I'm not getting any response from the community, I'm reposting this
: under my managed account.
:
: I've turned my web.config friendly error messages off and it may be easier
: to view what I'm experiencing than try to translate it.
:
: Here's the error:
:
: Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
: Inherits="netfr aud.us.Global" %>
:
: Here's the line in the global.asax:
:
: <%@ Application Codebehind="Glo bal.asax.vb" Inherits="netfr aud.us.Global"
%>
:
: It was much worse but I am at this point now. I had Access forbidden and
: Access Denied. FPSE 2K2 and I went round and round.
:
: I have a subdomain: forums.netfraud .us which, during my battle with FPSE,
: was down. It removed, or I told it to remove my RX (script only) settings
: for the site. It now works again. The subdomain is actually
: \webroot\forums . I don't know why I'm have such a mental block with .NET
: and VS.2K3. Perhaps it is all the years of VS 6 and Classic ASP. Any
: pointers to some reference for basic understanding and step through
configs
: would also be helpful. All references I have found are complicated
configs.
: They're not too technical, they just don't apply and the MSFT articles
don't
: seem to have much in them or it's How-To, but not What-To-Do when How-To
: fails.
: Ex. http://support.microsoft.com/default...297954&sd=tech
:
: TIA...
:
: Roland
:
:
Nov 19 '05 #2
1.
Have you compiled your application?

That is typical when the project hasn't
been recompiled, after a coding change.

Try rebuilding your solution.

2.
Open up your global.asax.vb file (the code-behind file for the global.asax
file)
and make sure its namespace is actually "netfraud.u s" and that the
classname is actually "Global".

If not, change the Inherits line accordingly.

Btw, you could have spared yourself some hassle
if you had Googled for your problem.

http://www.google.com/advanced_search?hl=en

Going to the "Advanced Search" Google page
and doing an *exact phrase* search for

<%@ Application Codebehind="Glo bal.asax.vb" Inherits="

turns up about 650 references to the same problem.

The first few have the same recommendations I just posted
regarding how to fix this well-known problem.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Roland Hall" <no****@nononon ono.us> wrote in message
news:Oz******** ******@tk2msftn gp13.phx.gbl...
Since I'm not getting any response from the community, I'm reposting this
under my managed account.

I've turned my web.config friendly error messages off and it may be easier
to view what I'm experiencing than try to translate it.

Here's the error:

Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
Inherits="netfr aud.us.Global" %>

Here's the line in the global.asax:

<%@ Application Codebehind="Glo bal.asax.vb" Inherits="netfr aud.us.Global"
%>

It was much worse but I am at this point now. I had Access forbidden and
Access Denied. FPSE 2K2 and I went round and round.

I have a subdomain: forums.netfraud .us which, during my battle with FPSE,
was down. It removed, or I told it to remove my RX (script only) settings
for the site. It now works again. The subdomain is actually
\webroot\forums . I don't know why I'm have such a mental block with .NET
and VS.2K3. Perhaps it is all the years of VS 6 and Classic ASP. Any
pointers to some reference for basic understanding and step through
configs
would also be helpful. All references I have found are complicated
configs.
They're not too technical, they just don't apply and the MSFT articles
don't
seem to have much in them or it's How-To, but not What-To-Do when How-To
fails.
Ex. http://support.microsoft.com/default...297954&sd=tech

TIA...

Roland

Nov 19 '05 #3
Hi Roland,

I can only see the line that is the problem, but i cannot find any
description of what is actually wrong. This is usually written above this
text line.

Could you please include this?

Thanks!

--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com
Roland Hall wrote:
Since I'm not getting any response from the community, I'm reposting this
under my managed account.

I've turned my web.config friendly error messages off and it may be easier to view what I'm experiencing than try to translate it.

Here's the error:

Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
Inherits="netfr aud.us.Global" %>

Here's the line in the global.asax:

<%@ Application Codebehind="Glo bal.asax.vb" Inherits="netfr aud.us.Global" %>
It was much worse but I am at this point now. I had Access forbidden and
Access Denied. FPSE 2K2 and I went round and round.

I have a subdomain: forums.netfraud .us which, during my battle with FPSE,
was down. It removed, or I told it to remove my RX (script only) settings for the site. It now works again. The subdomain is actually
\webroot\forums . I don't know why I'm have such a mental block with .NET
and VS.2K3. Perhaps it is all the years of VS 6 and Classic ASP. Any
pointers to some reference for basic understanding and step through configs would also be helpful. All references I have found are complicated configs. They're not too technical, they just don't apply and the MSFT articles don't seem to have much in them or it's How-To, but not What-To-Do when How-To
fails.
Ex. http://support.microsoft.com/default...297954&sd=tech
TIA...

Roland

Nov 19 '05 #4

"Ken Schaefer" <ke*******@THIS adOpenStatic.co m> wrote in message
news:eG******** ******@TK2MSFTN GP14.phx.gbl...
: Please post the *exact* error message that you are seeing.
Server Error in '/' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.

Parser Error Message: Could not load type 'netfraud.us.Gl obal'.

Source Error:

Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
Inherits="netfr aud.us.Global" %>
Source File: D:\websites\net fraud\global.as ax Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.2032; ASP.NET
Version:1.1.432 2.2032
Nov 19 '05 #5
"Juan T. Llibre" wrote in message
news:uD******** ********@TK2MSF TNGP15.phx.gbl. ..

I'm hating MSFT today. Everything I just wrote disappeared.

: 1.
: Have you compiled your application?

I don't know s**t about VS.NET. It's a nightmare compared to VS6, at least
to me. Nothing is intuitive and help is crap. Actually it's worse than
crap but crap says enough.

: That is typical when the project hasn't
: been recompiled, after a coding change.
:
: Try rebuilding your solution.

I've tried that. I get an error.

It's my default page. How complex could it be. It refers to a
default.aspx.vb file which I do not see in solution explorer. I really
detest when something is not intuitive and it's overly complex for no
reason. It's Word Not-So Perfect all over again.

: 2.
: Open up your global.asax.vb file (the code-behind file for the global.asax
: file)
: and make sure its namespace is actually "netfraud.u s" and that the
: classname is actually "Global".

I don't have one of those either but when I open the global.asax it doesn't
show me that. It shows me global.asax.vb. It opens it in Design view. It
lists some text in the middle that I cannot copy so I will have to retype
it. Thank you MSFT for making just one more element more difficult than it
has to be since you probably have to write extra code to keep it from being
hightlighted and copied.

"To add components to your class, drag them from Server Explorer or Toolbox
and use the Properties window to set their properties. To create methods
and events for your class, click here to switch to code view."

I click to switch to code view but I see nothing referring to namespace.

Imports System.Web

Imports System.Web.Sess ionState

Public Class Global

Inherits System.Web.Http Application

#Region " Component Designer Generated Code "

Public Sub New()

MyBase.New()

'This call is required by the Component Designer.

InitializeCompo nent()

'Add any initialization after the InitializeCompo nent() call

End Sub

'Required by the Component Designer

Private components As System.Componen tModel.IContain er

'NOTE: The following procedure is required by the Component Designer

'It can be modified using the Component Designer.

'Do not modify it using the code editor.

<System.Diagnos tics.DebuggerSt epThrough()> Private Sub InitializeCompo nent()

components = New System.Componen tModel.Containe r()

End Sub

#End Region

Sub Application_Sta rt(ByVal sender As Object, ByVal e As EventArgs)

' Fires when the application is started

End Sub

Sub Session_Start(B yVal sender As Object, ByVal e As EventArgs)

' Fires when the session is started

End Sub

Sub Application_Beg inRequest(ByVal sender As Object, ByVal e As EventArgs)

' Fires at the beginning of each request

End Sub

Sub Application_Aut henticateReques t(ByVal sender As Object, ByVal e As
EventArgs)

' Fires upon attempting to authenticate the use

End Sub

Sub Application_Err or(ByVal sender As Object, ByVal e As EventArgs)

' Fires when an error occurs

End Sub

Sub Session_End(ByV al sender As Object, ByVal e As EventArgs)

' Fires when the session ends

End Sub

Sub Application_End (ByVal sender As Object, ByVal e As EventArgs)

' Fires when the application ends

End Sub

End Class

As you can see, not a lot there.

: If not, change the Inherits line accordingly.
:
: Btw, you could have spared yourself some hassle
: if you had Googled for your problem.

However helpful that sounds I did google, for days.

:
: http://www.google.com/advanced_search?hl=en
:
: Going to the "Advanced Search" Google page
: and doing an *exact phrase* search for
:
: <%@ Application Codebehind="Glo bal.asax.vb" Inherits="
:
: turns up about 650 references to the same problem.
:
: The first few have the same recommendations I just posted
: regarding how to fix this well-known problem.

Well, I must be missing it because I don't see a fix in your answer. Please
point out my obvious oversight.

I also don't have a netfraud.us.Glo bal, if that is supposed to be a
filename.
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */

Nov 19 '05 #6
"Kristofer Gafvert" wrote in message
news:xn******** ********@news.m icrosoft.com...
: Hi Roland,
:
: I can only see the line that is the problem, but i cannot find any
: description of what is actually wrong. This is usually written above this
: text line.
:

Please include what? That's all I get. That's the error. I don't see that
anywhere in my web.config. This is the error I get after running rebuild.

"Could not copy built outputs to the Web. A file named 'netfraud.us.dl l'
already exists in the project and cannot be replaced while working offline."

I never told it to work offline and I don't even know how to set it in
offline mode or online mode. WHAT is offline referring to?

This is the whole page. I'm completely discouraged with VS.NET. I cannot
even see default.aspx.vb in my solution explorer. And if there's code
there, I didn't put it there.

<%@ Page Language="vb" AutoEventWireup ="false"
Codebehind="def ault.aspx.vb"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>netfraud .us</title>
<meta name="GENERATOR " content="Micros oft Visual Studio .NET 7.1">
<meta name="CODE_LANG UAGE" content="Visual Basic .NET 7.1">
<meta name="vs_defaul tClientScript" content="JavaSc ript">
<meta name="vs_target Schema"
content="http://schemas.microso ft.com/intellisense/ie5">
<style type="text/css">
BODY, TABLE, TR, TD { font: normal 9pt sans-serif }
.banner { text-align: center }
.header { font: bold 28pt sans-serif }
.links { cursor: pointer; background: #ddd; width: 100% }
.tbl2 { text-align: center }
.c { text-align: center }
.tleft, .tright { width: 24%; vertical-align: top; }
.tmid { width: 44%; vertical-align: top; }
.t2 { width: 2% }
.t24 { width: 24%; color: white; background-color: #000; font-weight:
bold }
.t44 { width: 44%; color: white; background-color: #000; font-weight:
bold }
</style>
<script type="text/javascript">
function golink(str) {
var wname = "blank";
//,"width=" + screen.availWid th + ", height=" + screen.availHei ght
var w = window.open('ht tp://' + str,wname);
}
function gomail(str) {
location.href=" mailto:" + str;
}
</script>
</HEAD>
<body MS_POSITIONING= "GridLayout ">
<fieldset>
<table cellpadding="1" cellspacing="2" width="96%" border="0">
<tr class="banner">
<td class="header">
<img alt="netfraud.u s logo" border=0 src="/images/netfraudlogo.jp g" />
</table>
</fieldset>
<div class="tbl2">
<fieldset><lege nd style="COLOR: black">netfraud .us</legend>
<br />
<table cellspacing="1" cellpadding="1" width="96%" border="0">
<tr>
<td class="t24">
<div class="c">Commu nity</div>
<td class="t2">
&nbsp;
<td class="t44">
<div class="c">News</div>
<td class="t2">
&nbsp;
<td class="t24">
<div class="c">Resou rces</div>
<tr>
<td class="tleft">
<div><span class="links"
onclick="locati on.href='http://forums.netfraud .us/'">Forums (Registration
required)</span></div>
<td class="t2">
&nbsp;
<td class="tmid">
<div><span class="links"
onclick="golink ('www.isp-planet.com/news/2001/neustar_011121. html')">Neustar
Completes Transition of .US</span></div>
<td class="t2">
&nbsp;
<td class="tright">
<div><span class="links"
onclick="gomail ('s******@neust ar.us')">Neusta r Customer Support</span></div>
<div><span class="links"
onclick="golink ('netfraud.us/asp/rgpr.asp')">Red emption Grace Period
Reports</span></div>
</td>
</tr>
</table>
<br />
</fieldset>
</div>
<form id="Form1" method="post" runat="server">
</form>
</body>
</HTML>

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Nov 19 '05 #7

"Kristofer Gafvert" <kg******@NEWSi lopia.com> wrote in message
news:xn******** ********@news.m icrosoft.com...
: Hi Roland,
:
: I can only see the line that is the problem, but i cannot find any
: description of what is actually wrong. This is usually written above this
: text line.

Ok, it appears there is a button called "show all files". Wondering why the
default is to not have all files shown. Has MSFT not learned from Windows
Explorer and worms that all files should be shown by default?

Ok, I can now see .vb files but I still cannot open global.asax, just the
..vb one and there is another beneath that, .resx, which I assume is a
resource file.

I see a bin folder. It has 2 files in it:

netfraud.us.dll
netfraud.us.pdb

Can I delete the .dll and try a rebuild?

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Nov 19 '05 #8
Hey, Roland, do you want to try an experiment ?

Delete the code-behind global.asax file,
and replace it with this global.asax file :

global.asax:
========
<script language="VB" runat="Server">
Sub Application_OnS tart(Sender as Object, E as EventArgs)
End Sub

Sub Application_OnE nd(Sender as Object, E as EventArgs)
End Sub

Sub Session_OnStart (Sender as Object, E as EventArgs)
End Sub

Sub Session_OnEnd(S ender as Object, E as EventArgs)
End Sub

Sub Application_Aut henticateReques t(ByVal sender as Object, ByVal e as
EventArgs)
End Sub

Sub Application_Err or(ByVal sender as Object, ByVal e as EventArgs)
End Sub
</script>
=======

Try that, compile and run your application again,
and let me know how you do.

Backup (copy) your current global.asax and global.asax.vb files,
so you can restore them, if you want to go back to them.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Roland Hall" <no****@nononon ono.us> wrote in message
news:eV******** ******@TK2MSFTN GP15.phx.gbl...
"Juan T. Llibre" wrote in message
news:uD******** ********@TK2MSF TNGP15.phx.gbl. ..

I'm hating MSFT today. Everything I just wrote disappeared.

: 1.
: Have you compiled your application?

I don't know s**t about VS.NET. It's a nightmare compared to VS6, at
least
to me. Nothing is intuitive and help is crap. Actually it's worse than
crap but crap says enough.

: That is typical when the project hasn't
: been recompiled, after a coding change.
:
: Try rebuilding your solution.

I've tried that. I get an error.

It's my default page. How complex could it be. It refers to a
default.aspx.vb file which I do not see in solution explorer. I really
detest when something is not intuitive and it's overly complex for no
reason. It's Word Not-So Perfect all over again.

: 2.
: Open up your global.asax.vb file (the code-behind file for the
global.asax
: file)
: and make sure its namespace is actually "netfraud.u s" and that the
: classname is actually "Global".

I don't have one of those either but when I open the global.asax it
doesn't
show me that. It shows me global.asax.vb. It opens it in Design view.
It
lists some text in the middle that I cannot copy so I will have to retype
it. Thank you MSFT for making just one more element more difficult than
it
has to be since you probably have to write extra code to keep it from
being
hightlighted and copied.

"To add components to your class, drag them from Server Explorer or
Toolbox
and use the Properties window to set their properties. To create methods
and events for your class, click here to switch to code view."

I click to switch to code view but I see nothing referring to namespace.

Imports System.Web

Imports System.Web.Sess ionState

Public Class Global

Inherits System.Web.Http Application

#Region " Component Designer Generated Code "

Public Sub New()

MyBase.New()

'This call is required by the Component Designer.

InitializeCompo nent()

'Add any initialization after the InitializeCompo nent() call

End Sub

'Required by the Component Designer

Private components As System.Componen tModel.IContain er

'NOTE: The following procedure is required by the Component Designer

'It can be modified using the Component Designer.

'Do not modify it using the code editor.

<System.Diagnos tics.DebuggerSt epThrough()> Private Sub
InitializeCompo nent()

components = New System.Componen tModel.Containe r()

End Sub

#End Region

Sub Application_Sta rt(ByVal sender As Object, ByVal e As EventArgs)

' Fires when the application is started

End Sub

Sub Session_Start(B yVal sender As Object, ByVal e As EventArgs)

' Fires when the session is started

End Sub

Sub Application_Beg inRequest(ByVal sender As Object, ByVal e As EventArgs)

' Fires at the beginning of each request

End Sub

Sub Application_Aut henticateReques t(ByVal sender As Object, ByVal e As
EventArgs)

' Fires upon attempting to authenticate the use

End Sub

Sub Application_Err or(ByVal sender As Object, ByVal e As EventArgs)

' Fires when an error occurs

End Sub

Sub Session_End(ByV al sender As Object, ByVal e As EventArgs)

' Fires when the session ends

End Sub

Sub Application_End (ByVal sender As Object, ByVal e As EventArgs)

' Fires when the application ends

End Sub

End Class

As you can see, not a lot there.

: If not, change the Inherits line accordingly.
:
: Btw, you could have spared yourself some hassle
: if you had Googled for your problem.

However helpful that sounds I did google, for days.

:
: http://www.google.com/advanced_search?hl=en
:
: Going to the "Advanced Search" Google page
: and doing an *exact phrase* search for
:
: <%@ Application Codebehind="Glo bal.asax.vb" Inherits="
:
: turns up about 650 references to the same problem.
:
: The first few have the same recommendations I just posted
: regarding how to fix this well-known problem.

Well, I must be missing it because I don't see a fix in your answer.
Please
point out my obvious oversight.

I also don't have a netfraud.us.Glo bal, if that is supposed to be a
filename.
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */

Nov 19 '05 #9
re:
Ok, it appears there is a button called "show all files".
Wondering why the default is to not have all files shown.
OK, glad you found that out.

Try deleting those two files ( global.asax and global.asax.vb )
and using the *single* ( not code-behind ) file I sent in my
previous message.

You can delete the netfraud.us.dll
and netfraud.us.pdb before recompiling your app.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Roland Hall" <no****@nononon ono.us> wrote in message
news:O5******** ******@TK2MSFTN GP12.phx.gbl...
"Kristofer Gafvert" <kg******@NEWSi lopia.com> wrote in message
news:xn******** ********@news.m icrosoft.com...
: Hi Roland,
:
: I can only see the line that is the problem, but i cannot find any
: description of what is actually wrong. This is usually written above
this
: text line.

Ok, it appears there is a button called "show all files". Wondering why
the
default is to not have all files shown. Has MSFT not learned from Windows
Explorer and worms that all files should be shown by default?

Ok, I can now see .vb files but I still cannot open global.asax, just the
.vb one and there is another beneath that, .resx, which I assume is a
resource file.

I see a bin folder. It has 2 files in it:

netfraud.us.dll
netfraud.us.pdb

Can I delete the .dll and try a rebuild?

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */

Nov 19 '05 #10

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

Similar topics

8
7407
by: Spartanicus | last post by:
The document at http://homepage.ntlworld.com/spartanicus/custom_dtd.htm uses a custom DTD, the w3c validator validates it but with this warning: "Unknown Parse Mode! The MIME Media Type (text/html) for this document is used to serve both SGML and XML based documents, and it is not possible to disambiguate it based on the DOCTYPE...
6
19017
by: Ehartwig | last post by:
I recently created a script for user verification, solved my emailing issues, and then re-created the script in order to work well with the new PHP 5 that I installed on my server. After submitting user information into my creation script, I get the following error from the page that is suppose to insert the user data into the database,...
9
3189
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My questions are below... "David Good" wrote: > We have a network running both Win2k and Win2k3 webservers and our web sites > reside on a UNC network...
2
2130
by: pj_servadmin | last post by:
Server Error in '/<applicationName>' Application -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. ...
9
5723
by: RMC | last post by:
Hello, I'm looking for a way to parse/format a memo field within a report. The Access 2000 database (application) has an equipment table that holds a memo field. Within the report, the memo field is printed within the detailed area. The problem is, the apllication is not setup properly, thus the users are entering data within the memo...
1
64043
AdrianH
by: AdrianH | last post by:
Assumptions I am assuming that you know or are capable of looking up the functions I am to describe here and have some remedial understanding of C programming. FYI Although I have called this article “How to Parse a File in C++”, we are actually mostly lexing a file which is the breaking down of a stream in to its component parts,...
8
9816
by: =?Utf-8?B?TWFydGluIFNhY2hz?= | last post by:
I have been using MSCONFIG (XP Pro) for four years with no problem. I always use it in Administrator. Last night, when I attempted to go into selective startup mode, I got the following error message: "An access denied error was returned while attempting to change a service." It appeared to do what I asked it to do but every time I click...
1
6462
by: FightClubDiego | last post by:
Hey.. I've been working on these sign up / log in forms for my new Game Site, and everything else in the game works but the registration!! I keep ketting the unexpected $end and Im tired of it! Here is the code... SOMEBODY PLEASE HELP ME!! I'm going crazy! haha <?php //This contains user stuffs switch($_GET) { case 'newuser':...
1
6167
by: maconbot | last post by:
hi all, please exuse my email ">" i am working on location. > hey team, thanks for the quick reply. > > i am trying to parse a pop3 account and populate it into flash. > > the how to code... > http://www.derickrethans.nl/parsing_mail_with_php.php > > - is this the class? i am really confused how to plug this into my
0
7615
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...
0
7924
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. ...
0
8130
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...
1
7677
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6284
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...
1
5514
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...
1
2115
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
1
1223
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
940
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.