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

Global.asax

I don't understand how to access my global objects?

I have this global.asax file:

<%@ Application Codebehind="Global.asax.cs" Inherits="AlbumService.Global"
%>
<object id="AlbumSettings" runat="server" class="AlbumService.Settings"
scope="Application" />

According to http://www.csharphelp.com/archives/archive206.html the object
should be available everywhere in this Application through a Property named
"AlbumSettings" after the object-id? But I just keep getting this
error-message:

"The type or namespace name 'AlbumSettings' could not be found (are you
missing a using directive or an assembly reference?)"

Im using VS.NET 2003 and C#.

/Andreas
Nov 19 '05 #1
2 3935
Namespace name goes here . Class name goes here . public
method/property/event
Global.myClass.myValue roughly

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
"Andreas Zita" <an******@student.liu.se> wrote in message
news:ub**************@TK2MSFTNGP10.phx.gbl...
I don't understand how to access my global objects?

I have this global.asax file:

<%@ Application Codebehind="Global.asax.cs" Inherits="AlbumService.Global"
%>
<object id="AlbumSettings" runat="server" class="AlbumService.Settings"
scope="Application" />

According to http://www.csharphelp.com/archives/archive206.html the object
should be available everywhere in this Application through a Property
named "AlbumSettings" after the object-id? But I just keep getting this
error-message:

"The type or namespace name 'AlbumSettings' could not be found (are you
missing a using directive or an assembly reference?)"

Im using VS.NET 2003 and C#.

/Andreas

Nov 19 '05 #2
Namespace name goes here . Class name goes here . public
method/property/event
Global.myClass.myValue roughly

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
"Andreas Zita" <an******@student.liu.se> wrote in message
news:ub**************@TK2MSFTNGP10.phx.gbl...
I don't understand how to access my global objects?

I have this global.asax file:

<%@ Application Codebehind="Global.asax.cs" Inherits="AlbumService.Global"
%>
<object id="AlbumSettings" runat="server" class="AlbumService.Settings"
scope="Application" />

According to http://www.csharphelp.com/archives/archive206.html the object
should be available everywhere in this Application through a Property
named "AlbumSettings" after the object-id? But I just keep getting this
error-message:

"The type or namespace name 'AlbumSettings' could not be found (are you
missing a using directive or an assembly reference?)"

Im using VS.NET 2003 and C#.

/Andreas

Nov 19 '05 #3

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

Similar topics

22
by: fd123456 | last post by:
Hi Tom ! Sorry about the messy quoting, Google is playing tricks on me at the moment. > Global.asax is where you normally have the Global Application > and Session variables and code to...
12
by: John M | last post by:
Hello, On Microsoft Visual Studio .NET 2003, I want to use some global elements, that can be used in each one of my pages. i.e I put a oleDBConnection on global.asax.vb How can I use it...
8
by: Vishwanathan Raman | last post by:
Hi I have a declared a static DataSet object SOBJ in Global.asax.I also have a localy defined DataSet LSOBJ in Global.asax which I am storing in Application State.Is there any technical...
5
by: ad | last post by:
The Global.asax is code-inside with default. How to change Global.asax to code-behind?
2
by: Steve | last post by:
I am new to this newsgroup & to .NET in general. I have been playing around with Visual Studio .NET, building and rendering web pages using VB "code behind" files. My problem / question is; How...
11
by: Ron | last post by:
I have a web project compiled with the new "Web Deployment Projects" plugin for VS2005. I'm deploying the web project to one assembly and with updateable option set to ON. When I'm running the...
4
by: Al Santino | last post by:
Hello, I've created a simple C# web services project using Visual Studio 2005. My service compiles and runs correctly when called by remote clients. I'm able to step through the service in the...
16
by: thefritz_j | last post by:
We just converted our VS2003 1.1 VB web project (which was working fine) to VS2005 2.0 and now I get: Parser Error Message: Could not load type '<Namespace>.'. Source Error: Line 1: <%@...
8
by: Rob T | last post by:
When I was using VS2003, I was able to compile my asp.net project locally on my machine and copy it to the production server and it would run just fine. I've now converted to VS2005. The project...
15
by: =?Utf-8?B?UGF0Qg==?= | last post by:
Just starting to move to ASP.NET 2.0 and having trouble with the Global.asax code file. In 1.1 I could have a code behind file for the global.asax file. This allow for shared variables of the...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.