472,353 Members | 1,263 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

Null Reference Exception on Register Directive

Hi there --

ASP.NET 1.1 - Windows 2003 Web - IIS 6

I have an issue where a Null Reference Exception is being thrown on the
Register directive line when I'm adding a UC to a page. So I get the big
yellow error page, but the line that is highlighted is:

Line 3: <%@ Register TagPrefix="uc1" TagName="ui_Default" Src=" .........

And here's the odd part. This is in a Windows 2003 Load Balancer Cluster,
and this exact same page is working on the other 3 machines in the cluster.
The files are stored on a SAN and each of the machines accesses the SAN to
get the files (i.e. the files are actually physically the exact same files,
so it's not a problem w/ the programming or script).

So this must be a machine configuration problem. I have rebooted. I have
reset IIS. I have cleared out the ASPNETTemporaryFiles folder. I have
sync'd IIS from the master machine. None of these has helped.

The file that it points to in the src attribute is, of course, there (see
the comment about this same exact file working on the other 3 machines).

I'm rather stumped here. Can anyone give me a nudge in the right direction?

Thanks,
Paul Prewett
Sep 27 '06 #1
2 1360
Sorry, this is the wrong place to post this.

**DELETE**

"Paul Prewett" wrote:
Hi there --

ASP.NET 1.1 - Windows 2003 Web - IIS 6

I have an issue where a Null Reference Exception is being thrown on the
Register directive line when I'm adding a UC to a page. So I get the big
yellow error page, but the line that is highlighted is:

Line 3: <%@ Register TagPrefix="uc1" TagName="ui_Default" Src=" .........

And here's the odd part. This is in a Windows 2003 Load Balancer Cluster,
and this exact same page is working on the other 3 machines in the cluster.
The files are stored on a SAN and each of the machines accesses the SAN to
get the files (i.e. the files are actually physically the exact same files,
so it's not a problem w/ the programming or script).

So this must be a machine configuration problem. I have rebooted. I have
reset IIS. I have cleared out the ASPNETTemporaryFiles folder. I have
sync'd IIS from the master machine. None of these has helped.

The file that it points to in the src attribute is, of course, there (see
the comment about this same exact file working on the other 3 machines).

I'm rather stumped here. Can anyone give me a nudge in the right direction?

Thanks,
Paul Prewett
Sep 27 '06 #2

"Paul Prewett" <Pa*********@discussions.microsoft.comwrote in message
news:CA**********************************@microsof t.com...
Hi there --

ASP.NET 1.1 - Windows 2003 Web - IIS 6

I have an issue where a Null Reference Exception is being thrown on the
Register directive line when I'm adding a UC to a page. So I get the big
yellow error page, but the line that is highlighted is:

Line 3: <%@ Register TagPrefix="uc1" TagName="ui_Default" Src=" .........

And here's the odd part. This is in a Windows 2003 Load Balancer Cluster,
and this exact same page is working on the other 3 machines in the
cluster.
The files are stored on a SAN and each of the machines accesses the SAN to
get the files (i.e. the files are actually physically the exact same
files,
so it's not a problem w/ the programming or script).

So this must be a machine configuration problem. I have rebooted. I have
reset IIS. I have cleared out the ASPNETTemporaryFiles folder. I have
sync'd IIS from the master machine. None of these has helped.

The file that it points to in the src attribute is, of course, there (see
the comment about this same exact file working on the other 3 machines).

I'm rather stumped here. Can anyone give me a nudge in the right
direction?
>
Certainly, try asking the question in
microsoft.public.dotnet.framework.aspnet
This is a classic ASP group
Thanks,
Paul Prewett

Sep 27 '06 #3

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

Similar topics

5
by: Boniek | last post by:
Hi I define a public property in a new form and I can see this property in table of Properties in Visual. How I can hide this property to see...
0
by: muralidharan | last post by:
WebForm1.aspx Code: <%@ Register TagPrefix="ComponentArt" Namespace="ComponentArt.Web.UI" Assembly="ComponentArt.Web.UI"...
5
by: Greg Collins [MVP] | last post by:
I have an ASP.NET page that uses a tag: <asp:Xml id="foo" runat="server" DocumentSource="rss.xml" TransformSource="rss20.xsl" /> This creates a...
5
by: Matt | last post by:
Hi all, I'm having a very strange problem. The third line in the following code gives me a null reference exception when used in an ASP.Net web...
5
by: serge calderara | last post by:
Dear all, I do not see the difference between Referencing an assembliy for use in my project and Register it on a page ? At the end if I want...
2
by: Hennie | last post by:
I Get the following error all of a sudden: I do not know what is wrong or where to start looking. I added the Debug="true" directive at the top of...
5
by: richard.tallent | last post by:
I'm fond of web controls in ASP.NET, but the need for <@ Register%> blocks at the top of each page is a pain. ASP.NET 2.0 has a way to centrally...
0
by: Paul Prewett | last post by:
---ORIGINALLY POSTED INCORRECTLY IN THE ASP CLASSIC FORUM--- Hi there -- ASP.NET 1.1 - Windows 2003 Web - IIS 6 I have an issue where a Null...
11
by: MikeT | last post by:
This may sound very elementary, but can you trap when your object is set to null within the object? I have created a class that registers an...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...

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.