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

Problems with source code on iis server


ORIGINAL POST BELOW.. this is an addendum.... read from THE ORIGINAL
POST first and below... andthen come back up to this section
now upon further reading, i can provide some more context.......
Here is what my global.asax file contains

<%@ Application Codebehind="Global.asax.vb" Inherits="GT.Global" %>

below is some of the code from the default.aspx file. My global.asax
file
is inside of the virtual root folder with the rest of the .aspx files.
I do
not understand why default.aspx is not referencing the global class
where all
of my public variables and public constants are defined. I am PERPLEXED

**************THE ORIGINAL POST***********************

"BookerW" wrote:
Ok, here is the situation. I have some vb code that was upgraded to the earliest asp, I believe. When i run this snippet of code below on my local xp box with iis and visual studio 2003 installed, it runs just fine... when i run it on my w2k3 box with iis and asp.net 1.1 and 2.0 installed, but only 1.1 active now because of the aspnet_regiis -i command that was run in the v1.1.4 folder, i get the error below the code:

Code

<%@ Import Namespace="GT.Global"%>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Default.aspx.vb" Inherits="GT._Default"%>
<HTML>
<HEAD>
<title>MBA Database Home Page</title>
<link rel="SHORTCUT ICON" href="http://www.namee.com/icons/gt.ico">
<link href="css/style.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="java/GetCookie.js"></script>
</HEAD>
<body bgcolor="#ffffff" text="#000000" leftmargin="2" topmargin="0"
marginwidth="2" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img src="images/spacer.gif" alt="spacer" width="1" height="11" border="0"></td>
</tr>
<tr>
<td colspan="3"><img src="images/spacer.gif" alt="spacer" width="15" height="1" border="0"><a href="<%=SCHOOL_WEB_ADDRESS%>" target=_blank><img src="<%=SCHOOL_LOGO%>" alt="<%=SCHOOL_LOGO_ALT%>" border=0></a></td>
</tr>
<tr>
<td colspan="3"><img src="images/spacer.gif" alt="spacer" width="1" height="9"></td>
</tr>
<tr>
<td bgcolor="<%=TOP_BANNER_COLOR%>" width="759" colspan=3 valign=middle> <table cellpadding="5" cellspacing="0" border="0">
<tr>
<td><img src="images/spacer.gif" alt="spacer" width="15" height="1" border="0"><img src="images/img_bsgt.gif" alt="The Business School at Name Tech" width="132"
height="30"></td>
<td><h4 style="MARGIN-BOTTOM: 0px; COLOR: #ffffff">MBA<%If
gbDevelopment Then%>
Development<%End If%>
Database</h4>

Error when run on my iis server:

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30451: Name 'gbDevelopment' is not declared.

Source Error:

Line 25: <td><img src="images/spacer.gif" alt="spacer" width="15" height="1" border="0"><img src="images/img_bsgt.gif" alt="The Business School at Name Tech" width="132"
Line 26: height="30"></td>
Line 27: <td><h4 style="MARGIN-BOTTOM: 0px; COLOR: #ffffff">MBA<%If gbDevelopment Then%>
Line 28: Development<%End If%>
Line 29: Database</h4>
Source File: C:\Old mba db sourcefiles\GT\default.aspx Line: 27

Interestingly enough, if i remove the line that references the gbdevelopment variable the page loads just fine. So somehow, it does not seem to recognize the file that has all of the Global variables described. Is there something in the syntax of the import command that may have changed from the asp.net environment to the 1.14 environment....


*** Sent via Developersdex http://www.developersdex.com ***
Jan 24 '06 #1
2 1514
ok discard the earlier post.. i am starting over and looking for guidance on
how and what order to setup iis to prepare for some code that was built for
the 1.1.4322 framework

b

"Booker Washington" wrote:

ORIGINAL POST BELOW.. this is an addendum.... read from THE ORIGINAL
POST first and below... andthen come back up to this section
now upon further reading, i can provide some more context.......
Here is what my global.asax file contains

<%@ Application Codebehind="Global.asax.vb" Inherits="GT.Global" %>

below is some of the code from the default.aspx file. My global.asax
file
is inside of the virtual root folder with the rest of the .aspx files.
I do
not understand why default.aspx is not referencing the global class
where all
of my public variables and public constants are defined. I am PERPLEXED

**************THE ORIGINAL POST***********************

"BookerW" wrote:
Ok, here is the situation. I have some vb code that was upgraded to

the
earliest asp, I believe. When i run this snippet of code below on my

local
xp box with iis and visual studio 2003 installed, it runs just fine...

when i
run it on my w2k3 box with iis and asp.net 1.1 and 2.0 installed, but

only
1.1 active now because of the aspnet_regiis -i command that was run in

the
v1.1.4 folder, i get the error below the code:

Code

<%@ Import Namespace="GT.Global"%>
<%@ Page Language="vb" AutoEventWireup="false"

Codebehind="Default.aspx.vb"
Inherits="GT._Default"%>
<HTML>
<HEAD>
<title>MBA Database Home Page</title>
<link rel="SHORTCUT ICON" href="http://www.namee.com/icons/gt.ico">
<link href="css/style.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="java/GetCookie.js"></script>
</HEAD>
<body bgcolor="#ffffff" text="#000000" leftmargin="2" topmargin="0"
marginwidth="2" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img src="images/spacer.gif" alt="spacer"

width="1"
height="11" border="0"></td>
</tr>
<tr>
<td colspan="3"><img src="images/spacer.gif" alt="spacer"

width="15"
height="1" border="0"><a href="<%=SCHOOL_WEB_ADDRESS%>"

target=_blank><img
src="<%=SCHOOL_LOGO%>" alt="<%=SCHOOL_LOGO_ALT%>" border=0></a></td>
</tr>
<tr>
<td colspan="3"><img src="images/spacer.gif" alt="spacer"

width="1"
height="9"></td>
</tr>
<tr>
<td bgcolor="<%=TOP_BANNER_COLOR%>" width="759" colspan=3

valign=middle>
<table cellpadding="5" cellspacing="0" border="0">
<tr>
<td><img src="images/spacer.gif" alt="spacer" width="15"

height="1"
border="0"><img src="images/img_bsgt.gif" alt="The Business School at

Name
Tech" width="132"
height="30"></td>
<td><h4 style="MARGIN-BOTTOM: 0px; COLOR: #ffffff">MBA<%If
gbDevelopment Then%>
Development<%End If%>
Database</h4>

Error when run on my iis server:

Compilation Error
Description: An error occurred during the compilation of a resource

required
to service this request. Please review the following specific error

details
and modify your source code appropriately.

Compiler Error Message: BC30451: Name 'gbDevelopment' is not declared.

Source Error:

Line 25: <td><img src="images/spacer.gif" alt="spacer"

width="15"
height="1" border="0"><img src="images/img_bsgt.gif" alt="The Business

School
at Name Tech" width="132"
Line 26: height="30"></td>
Line 27: <td><h4 style="MARGIN-BOTTOM: 0px; COLOR:

#ffffff">MBA<%If
gbDevelopment Then%>
Line 28: Development<%End If%>
Line 29: Database</h4>
Source File: C:\Old mba db sourcefiles\GT\default.aspx Line: 27

Interestingly enough, if i remove the line that references the

gbdevelopment
variable the page loads just fine. So somehow, it does not seem to

recognize
the file that has all of the Global variables described. Is there

something
in the syntax of the import command that may have changed from the

asp.net
environment to the 1.14 environment....


*** Sent via Developersdex http://www.developersdex.com ***

Jan 27 '06 #2
Final solution that seemed to work:

Ok, the quick rundown

Fixed the ldap references In the code

Replaced the username and passwords for accounts in our domain (Remember
this code came from a separate company)

Installed Oracle Client software on Server

Installed Oracle OLE DB connectivity software (ODAC) from Oracle’s website.
This seemed to resolve the error I got in regards to the Oracle Client not
being found

Finally, the account used to access the database did not have the right to
view specific tables. It could see the list of tables, but not specific
tables.

My DBA had to create synonyms for the account used to access the database to
mimic the account that had ownership of the tables in the database.

At this point, I can now connect, perform queries on the tables, etc ,etc..

Wallah, thanks for the journey,

Thanks for all of your help

"BookerW" wrote:
ok discard the earlier post.. i am starting over and looking for guidance on
how and what order to setup iis to prepare for some code that was built for
the 1.1.4322 framework

b

"Booker Washington" wrote:

ORIGINAL POST BELOW.. this is an addendum.... read from THE ORIGINAL
POST first and below... andthen come back up to this section
now upon further reading, i can provide some more context.......
Here is what my global.asax file contains

<%@ Application Codebehind="Global.asax.vb" Inherits="GT.Global" %>

below is some of the code from the default.aspx file. My global.asax
file
is inside of the virtual root folder with the rest of the .aspx files.
I do
not understand why default.aspx is not referencing the global class
where all
of my public variables and public constants are defined. I am PERPLEXED

**************THE ORIGINAL POST***********************

"BookerW" wrote:
Ok, here is the situation. I have some vb code that was upgraded to

the
earliest asp, I believe. When i run this snippet of code below on my

local
xp box with iis and visual studio 2003 installed, it runs just fine...

when i
run it on my w2k3 box with iis and asp.net 1.1 and 2.0 installed, but

only
1.1 active now because of the aspnet_regiis -i command that was run in

the
v1.1.4 folder, i get the error below the code:

Code

<%@ Import Namespace="GT.Global"%>
<%@ Page Language="vb" AutoEventWireup="false"

Codebehind="Default.aspx.vb"
Inherits="GT._Default"%>
<HTML>
<HEAD>
<title>MBA Database Home Page</title>
<link rel="SHORTCUT ICON" href="http://www.namee.com/icons/gt.ico">
<link href="css/style.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="java/GetCookie.js"></script>
</HEAD>
<body bgcolor="#ffffff" text="#000000" leftmargin="2" topmargin="0"
marginwidth="2" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img src="images/spacer.gif" alt="spacer"

width="1"
height="11" border="0"></td>
</tr>
<tr>
<td colspan="3"><img src="images/spacer.gif" alt="spacer"

width="15"
height="1" border="0"><a href="<%=SCHOOL_WEB_ADDRESS%>"

target=_blank><img
src="<%=SCHOOL_LOGO%>" alt="<%=SCHOOL_LOGO_ALT%>" border=0></a></td>
</tr>
<tr>
<td colspan="3"><img src="images/spacer.gif" alt="spacer"

width="1"
height="9"></td>
</tr>
<tr>
<td bgcolor="<%=TOP_BANNER_COLOR%>" width="759" colspan=3

valign=middle>
<table cellpadding="5" cellspacing="0" border="0">
<tr>
<td><img src="images/spacer.gif" alt="spacer" width="15"

height="1"
border="0"><img src="images/img_bsgt.gif" alt="The Business School at

Name
Tech" width="132"
height="30"></td>
<td><h4 style="MARGIN-BOTTOM: 0px; COLOR: #ffffff">MBA<%If
gbDevelopment Then%>
Development<%End If%>
Database</h4>

Error when run on my iis server:

Compilation Error
Description: An error occurred during the compilation of a resource

required
to service this request. Please review the following specific error

details
and modify your source code appropriately.

Compiler Error Message: BC30451: Name 'gbDevelopment' is not declared.

Source Error:

Line 25: <td><img src="images/spacer.gif" alt="spacer"

width="15"
height="1" border="0"><img src="images/img_bsgt.gif" alt="The Business

School
at Name Tech" width="132"
Line 26: height="30"></td>
Line 27: <td><h4 style="MARGIN-BOTTOM: 0px; COLOR:

#ffffff">MBA<%If
gbDevelopment Then%>
Line 28: Development<%End If%>
Line 29: Database</h4>
Source File: C:\Old mba db sourcefiles\GT\default.aspx Line: 27

Interestingly enough, if i remove the line that references the

gbdevelopment
variable the page loads just fine. So somehow, it does not seem to

recognize
the file that has all of the Global variables described. Is there

something
in the syntax of the import command that may have changed from the

asp.net
environment to the 1.14 environment....


*** Sent via Developersdex http://www.developersdex.com ***

Feb 9 '06 #3

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

Similar topics

5
by: Jim Andersen | last post by:
Hi, I made a DTS-package and it works when I execute it manually, but when it is run by the SQL Server Agent, it fails. I have use the guide to create a maintenance plan. That doesn't work so...
5
by: Justice | last post by:
Currently I'm doing some experimenting with the XMLHTTP object in Javascript. Now, the XMLHttp object is asynchronous (at least in this case), and the following code causes a significant memory...
17
by: Lloyd Sheen | last post by:
This IDE is driving me nuts. I needed another button so I copied an existing one, changed the Text and the id and position by drag and drop. Well then I run and get the following: Control...
1
by: Josh | last post by:
The error I am getting is the following. ALong with the error asp doesnt start and the web site is down until I reregister asp service. Event Type: Error Event Source: ASP.NET...
2
by: Brian | last post by:
NOTE ALSO POSTED IN microsoft.public.dotnet.framework.aspnet.buildingcontrols I have solved most of my Server Control Collection property issues. I wrote an HTML page that describes all of the...
4
by: HNguyen | last post by:
Hi, I have a Web application in ASP.NET. My Application allows the users upload files into the server after checking their user names and passwords. For each transaction, the Web program will...
0
by: Peter R. Vermilye | last post by:
I am involved on a web application that is using a third party set of APIs for remote database access (middleware). I've been brought in because of my background in programming, thus I'm new to...
5
by: Bendik Engebretsen | last post by:
Developed this personal WEB site with the new ASP.NET 2.0 Beta: http://www.techsoft.no/bendik/ It has got this problem: After a while browsing through pictures on the site, an error occurs: ...
17
by: Leif | last post by:
Hello All, Last week (11 Nov 05) with the Subject header: "XHTML 1.0 Strict validation problem", I tried to describe a validation problem with text added to my source files in XHTML. I was...
1
by: mister-Ed | last post by:
I am displaying subcategories in my datalist, and now I have a bizarre thing happen when I add a new subcategory record in my sql database, the new subcategory link does not click into the next...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.