473,394 Members | 1,800 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.

Please Help me

I am getting the following error.
I Created a Web Project
then added upload.aspx
Then I got this error.
I keep aspx controls i am geeting this error.
I have xp pro with IIS Installed
then i installed .net
then i repaired IIS.
Again i installed FrameWork 1.1
I dont know what was the problem.
Please help me.
Thanks

Server Error in '/Inguva' 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 'upload'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="true"
Codebehind="upload.aspx.vb" Inherits="upload" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: c:\inetpub\wwwroot\Inguva\upload.aspx Line: 1

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

Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Nov 17 '05 #1
8 1600
You need to upload the DLL that was compiled when you compiled your project.
Your codebehind gets compiled into a DLL.

"Murali Inguva" <mi*****@hotmail.com> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
I am getting the following error.
I Created a Web Project
then added upload.aspx
Then I got this error.
I keep aspx controls i am geeting this error.
I have xp pro with IIS Installed
then i installed .net
then i repaired IIS.
Again i installed FrameWork 1.1
I dont know what was the problem.
Please help me.
Thanks

Server Error in '/Inguva' 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 'upload'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="true"
Codebehind="upload.aspx.vb" Inherits="upload" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: c:\inetpub\wwwroot\Inguva\upload.aspx Line: 1

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

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

Nov 17 '05 #2
You need to upload the DLL that was compiled when you compiled your project.
Your codebehind gets compiled into a DLL.

"Murali Inguva" <mi*****@hotmail.com> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
I am getting the following error.
I Created a Web Project
then added upload.aspx
Then I got this error.
I keep aspx controls i am geeting this error.
I have xp pro with IIS Installed
then i installed .net
then i repaired IIS.
Again i installed FrameWork 1.1
I dont know what was the problem.
Please help me.
Thanks

Server Error in '/Inguva' 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 'upload'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="true"
Codebehind="upload.aspx.vb" Inherits="upload" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: c:\inetpub\wwwroot\Inguva\upload.aspx Line: 1

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

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

Nov 17 '05 #3
Where i have to upload?
Right now my code in default path

C:\Inetpub\wwwroot\Inguva
and my dlls are in
C:\Inetpub\wwwroot\Inguva\bin\debug

Is there any specified place i have to upload my dlls?

Thank you
for your response
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:O8**************@TK2MSFTNGP11.phx.gbl...
You need to upload the DLL that was compiled when you compiled your project. Your codebehind gets compiled into a DLL.

"Murali Inguva" <mi*****@hotmail.com> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
I am getting the following error.
I Created a Web Project
then added upload.aspx
Then I got this error.
I keep aspx controls i am geeting this error.
I have xp pro with IIS Installed
then i installed .net
then i repaired IIS.
Again i installed FrameWork 1.1
I dont know what was the problem.
Please help me.
Thanks

Server Error in '/Inguva' 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 'upload'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="true"
Codebehind="upload.aspx.vb" Inherits="upload" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: c:\inetpub\wwwroot\Inguva\upload.aspx Line: 1


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

Version Information: Microsoft .NET Framework Version:1.1.4322.573;

ASP.NET
Version:1.1.4322.573


Nov 17 '05 #4
Where i have to upload?
Right now my code in default path

C:\Inetpub\wwwroot\Inguva
and my dlls are in
C:\Inetpub\wwwroot\Inguva\bin\debug

Is there any specified place i have to upload my dlls?

Thank you
for your response
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:O8**************@TK2MSFTNGP11.phx.gbl...
You need to upload the DLL that was compiled when you compiled your project. Your codebehind gets compiled into a DLL.

"Murali Inguva" <mi*****@hotmail.com> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
I am getting the following error.
I Created a Web Project
then added upload.aspx
Then I got this error.
I keep aspx controls i am geeting this error.
I have xp pro with IIS Installed
then i installed .net
then i repaired IIS.
Again i installed FrameWork 1.1
I dont know what was the problem.
Please help me.
Thanks

Server Error in '/Inguva' 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 'upload'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="true"
Codebehind="upload.aspx.vb" Inherits="upload" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: c:\inetpub\wwwroot\Inguva\upload.aspx Line: 1


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

Version Information: Microsoft .NET Framework Version:1.1.4322.573;

ASP.NET
Version:1.1.4322.573


Nov 17 '05 #5
They should be in the bin directory, not the bin/debug directory.

"Murali Inguva" <mi*****@hotmail.com> wrote in message
news:OF**************@TK2MSFTNGP10.phx.gbl...
Where i have to upload?
Right now my code in default path

C:\Inetpub\wwwroot\Inguva
and my dlls are in
C:\Inetpub\wwwroot\Inguva\bin\debug

Is there any specified place i have to upload my dlls?

Thank you
for your response
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:O8**************@TK2MSFTNGP11.phx.gbl...
You need to upload the DLL that was compiled when you compiled your

project.
Your codebehind gets compiled into a DLL.

"Murali Inguva" <mi*****@hotmail.com> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
I am getting the following error.
I Created a Web Project
then added upload.aspx
Then I got this error.
I keep aspx controls i am geeting this error.
I have xp pro with IIS Installed
then i installed .net
then i repaired IIS.
Again i installed FrameWork 1.1
I dont know what was the problem.
Please help me.
Thanks

Server Error in '/Inguva' 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 'upload'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="true"
Codebehind="upload.aspx.vb" Inherits="upload" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0

Transitional//EN"> Line 3: <HTML>
Source File: c:\inetpub\wwwroot\Inguva\upload.aspx Line: 1


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

Version Information: Microsoft .NET Framework Version:1.1.4322.573;

ASP.NET
Version:1.1.4322.573



Nov 17 '05 #6
They should be in the bin directory, not the bin/debug directory.

"Murali Inguva" <mi*****@hotmail.com> wrote in message
news:OF**************@TK2MSFTNGP10.phx.gbl...
Where i have to upload?
Right now my code in default path

C:\Inetpub\wwwroot\Inguva
and my dlls are in
C:\Inetpub\wwwroot\Inguva\bin\debug

Is there any specified place i have to upload my dlls?

Thank you
for your response
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:O8**************@TK2MSFTNGP11.phx.gbl...
You need to upload the DLL that was compiled when you compiled your

project.
Your codebehind gets compiled into a DLL.

"Murali Inguva" <mi*****@hotmail.com> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
I am getting the following error.
I Created a Web Project
then added upload.aspx
Then I got this error.
I keep aspx controls i am geeting this error.
I have xp pro with IIS Installed
then i installed .net
then i repaired IIS.
Again i installed FrameWork 1.1
I dont know what was the problem.
Please help me.
Thanks

Server Error in '/Inguva' 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 'upload'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="true"
Codebehind="upload.aspx.vb" Inherits="upload" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0

Transitional//EN"> Line 3: <HTML>
Source File: c:\inetpub\wwwroot\Inguva\upload.aspx Line: 1


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

Version Information: Microsoft .NET Framework Version:1.1.4322.573;

ASP.NET
Version:1.1.4322.573



Nov 17 '05 #7
Perfect.... It is working
Thank You very much for your help .
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:uu**************@TK2MSFTNGP10.phx.gbl...
They should be in the bin directory, not the bin/debug directory.

"Murali Inguva" <mi*****@hotmail.com> wrote in message
news:OF**************@TK2MSFTNGP10.phx.gbl...
Where i have to upload?
Right now my code in default path

C:\Inetpub\wwwroot\Inguva
and my dlls are in
C:\Inetpub\wwwroot\Inguva\bin\debug

Is there any specified place i have to upload my dlls?

Thank you
for your response
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:O8**************@TK2MSFTNGP11.phx.gbl...
You need to upload the DLL that was compiled when you compiled your

project.
Your codebehind gets compiled into a DLL.

"Murali Inguva" <mi*****@hotmail.com> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
> I am getting the following error.
> I Created a Web Project
> then added upload.aspx
> Then I got this error.
> I keep aspx controls i am geeting this error.
> I have xp pro with IIS Installed
> then i installed .net
> then i repaired IIS.
> Again i installed FrameWork 1.1
> I dont know what was the problem.
> Please help me.
> Thanks
>
> Server Error in '/Inguva' 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 'upload'.
>
> Source Error:
>
>
> Line 1: <%@ Page Language="vb" AutoEventWireup="true"
> Codebehind="upload.aspx.vb" Inherits="upload" %>
> Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > Line 3: <HTML>
>
>
> Source File: c:\inetpub\wwwroot\Inguva\upload.aspx Line: 1
>
>
>


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



Nov 17 '05 #8
Perfect.... It is working
Thank You very much for your help .
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:uu**************@TK2MSFTNGP10.phx.gbl...
They should be in the bin directory, not the bin/debug directory.

"Murali Inguva" <mi*****@hotmail.com> wrote in message
news:OF**************@TK2MSFTNGP10.phx.gbl...
Where i have to upload?
Right now my code in default path

C:\Inetpub\wwwroot\Inguva
and my dlls are in
C:\Inetpub\wwwroot\Inguva\bin\debug

Is there any specified place i have to upload my dlls?

Thank you
for your response
"Marina" <zl*******@nospam.hotmail.com> wrote in message
news:O8**************@TK2MSFTNGP11.phx.gbl...
You need to upload the DLL that was compiled when you compiled your

project.
Your codebehind gets compiled into a DLL.

"Murali Inguva" <mi*****@hotmail.com> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
> I am getting the following error.
> I Created a Web Project
> then added upload.aspx
> Then I got this error.
> I keep aspx controls i am geeting this error.
> I have xp pro with IIS Installed
> then i installed .net
> then i repaired IIS.
> Again i installed FrameWork 1.1
> I dont know what was the problem.
> Please help me.
> Thanks
>
> Server Error in '/Inguva' 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 'upload'.
>
> Source Error:
>
>
> Line 1: <%@ Page Language="vb" AutoEventWireup="true"
> Codebehind="upload.aspx.vb" Inherits="upload" %>
> Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > Line 3: <HTML>
>
>
> Source File: c:\inetpub\wwwroot\Inguva\upload.aspx Line: 1
>
>
>


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



Nov 17 '05 #9

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

Similar topics

1
by: Numberwhun | last post by:
Hello everyone! I am trying to learn java and have run into kind of a snag. Here is the code that I have so far: ------ <begin_code> ---------- import javax.swing.*; import...
1
by: HolaGoogle | last post by:
Hi all, Please help me with the following..it's realy urgent and i tried everything i could and i can't get it work properly!! Thanks in advance. Here's what i'm trying to accomplish: in my...
0
by: s_erez | last post by:
Hi, This is a realy tricky one. I have an ASP.NET application where some pages are reading data from a DB and presenting reports. In order for the user to wait while the page is reading data from...
2
by: rked | last post by:
I get nameSPAN1 is undefined when I place cursor in comments box.. <%@ LANGUAGE="VBScript" %> <% DIM ipAddress ipAddress=Request.Servervariables("REMOTE_HOST") %> <html> <head> <meta...
7
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title>...
4
by: pshindle | last post by:
DB2 Team - I just downloaded and unzipped the new Fixpack 9 for DB2 ESE V8 for Windows (FP9_WR21350_ESE.exe). I then burned the unzipped Fixpack files to a CD. I proceded to install this...
23
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application...
1
PEB
by: PEB | last post by:
POSTING GUIDELINES Please follow these guidelines when posting questions Post your question in a relevant forum Do NOT PM questions to individual experts - This is not fair on them and...
4
by: fatboySudsy | last post by:
Hi, I have constructed a client program that has given me some error codes that i just cannot see. I was wondering if a different set of eyes with much more experience than me could help me out. ...
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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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
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.