473,408 Members | 2,399 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,408 software developers and data experts.

Simple problem with beta 2.0

I've run an site with beta 1.0 without any problems. Today I've
installed Beta 2.0 and can't even run a simple empty page.

Creating an empty site, adding a Default.aspx form. This runs on the
temporary IIS started from within the studion.

But copying the site to the real IIS site, I get the error

Der Typ 'Default_aspx' konnte nicht geladen werden.
(Translation: The type '_Default' could not be loaded) within the line
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>

What am I missing?
--
Sleepless in Berlin
W. Schwenkner
Nov 19 '05 #1
1 1041
If your aspx page is name Default.aspx, then usually your Inherits should be
something like Inherits="Default_aspx". The is what VS does by default.
Make sure your codebehind page is inheriting from the proper class.

--
TDAVISJR
aka - Tampa.NET Koder
"Wernfried Schwenkner" <we**************@schwenkner.de> wrote in message
news:MPG.1cd5a3c0394b4079896d9@merlin...
I've run an site with beta 1.0 without any problems. Today I've
installed Beta 2.0 and can't even run a simple empty page.

Creating an empty site, adding a Default.aspx form. This runs on the
temporary IIS started from within the studion.

But copying the site to the real IIS site, I get the error

Der Typ 'Default_aspx' konnte nicht geladen werden.
(Translation: The type '_Default' could not be loaded) within the line
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>

What am I missing?
--
Sleepless in Berlin
W. Schwenkner

Nov 19 '05 #2

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

Similar topics

9
by: Nathan Rose | last post by:
Here's my problem. I am reading from a text file using this: if (!file_exists($file)) { echo "Don't exist\n"; return false; } $fd = @fopen($file, 'r'); if (!is_resource($fd))
8
by: Dan Perl | last post by:
Here is a problem I am having trouble with and I hope someone in this group will suggest a solution. First, some code that works. 3 classes that are derived from each other (A->B->C), each one...
0
by: Eric Raymond | last post by:
When installing the rpms (or the tar file) onto Red Hat Enteprise Linux AS Beta 1 (Taroon), we get the follwing error: Installing all prepared tables /usr/bin/mysql_install_db: line 1: 7690...
0
by: Miguel Gonzalez | last post by:
I have created a specification for a method to distribute E-Commerce/Shopping Cart data via XML. It's an XML 1.0 based markup language modeled after the RSS 2.0 specification. SSD is to shopping...
48
by: ik | last post by:
ERROR after uninstalling SQL Server 2005 Express I get this message, SQLDMO has not been registered. Please re-run your setupand contact your system administrator. GREAT!!! ReInstalled SQL...
1
by: Michael Rodriguez | last post by:
I created a basic website with two lines of code and was able to debug it fine. I created a webservice with the basic HelloWorld function and was able to run it and debug it fine. I went into...
11
by: riku | last post by:
what does Beta mean, i hear it all the time such as MSN Beta, LimeWire Beta, etc. what exactly does it stand for and what is it? it asks download Beta version. can sum1 please explain. any...
2
by: Gregory (Grisha) Trubetskoy | last post by:
The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the 3.3.0b (Beta) release of mod_python. Version 3.3.0b of mod_python features several new functions and...
14
by: Wildemar Wildenburger | last post by:
Hello folks :) This has got to be an FAQ, but somehow I can't seem to find an answer that I understand ... I thought: I'll just write a decorator that lets me react to method calls easily (the...
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...
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
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...
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...
0
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,...
0
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...

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.