Autor Beitrag
Bergmann89
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 1742
Erhaltene Danke: 72

Win7 x64, Ubuntu 11.10
Delphi 7 Personal, Lazarus/FPC 2.2.4, C, C++, C# (Visual Studio 2010), PHP, Java (Netbeans, Eclipse)
BeitragVerfasst: Do 01.04.10 00:40 
Hi,

ich hab heut Nachmittag mein (halbwegs) funktionierendes Projekt (ASP.NET Webanwendung) in mein SVN-Repository hochgeladen. Als ich es mir jetzt wieder runtergeladen hab findet auf einmal die eine Klasse die andere nicht mehr. So is das Projekt aufgebaut:
ausblenden Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
-Lagerverwaltung
 +-Properties
 | `-AssemblyInfo.cs
 +-App_Code
 | `-Database.cs
 +-App_Data
 +-Default.aspx
 | +-Default.aspx.cs
 | `-Default.aspx.Designer.cs
 `-Web.config

Default.aspx.cs soll nun die Database-Klasse nutzen, die sich in der Database.cs befindet. Die _Default-Klasse und die DataBase-Klasse befinden sich jeweils im Namespace "LagerVerwaltung", aber trotzdem findet die Default-Klasse die Database-Klasse nicht mehr. Kann mir da jmd helfen?

€: habs gefunden, die Buildvorgang.Eigenschaft war auf "Inhalt" anstatt auf "Kompilieren" gestellt...

MfG & Thx Bergmann.

_________________
Ich weiß nicht viel, lern aber dafür umso schneller^^