Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/11/2008, 04:31
Avatar de krakxp
krakxp
 
Fecha de Ingreso: junio-2006
Ubicación: NA
Mensajes: 105
Antigüedad: 18 años, 7 meses
Puntos: 0
Problemas de instalacion de Anthem

Hola comunidad

UNa pregunta alguien me puede explicar como instalo el Anthem y como puedo aplicarlo a mis futuros desarrollos de sistemas, estoy usando VS2003

Y bueno hago los paso del install.txt casi como esta ai excepto por la ruta del directorio ke yo la tengo en

Código:
C:\Inetpub\wwwroot\ASPX\anthem\Anthem-Examples-2003
Código:
======================================
Steps to install on Visual Studio 2003
======================================


1. Download the Anthem.NET zip to your hard-disk.

2. Right-click on the zip file, select "Properties" and "Unblock" the files.

3. Unzip the file and copy the created directory 'anthem' with all its
subcontent to a location where you'd want to work with it. Let's
pretend that location is C:\anthem.

4. Create a virtual directory in your Internet Information Services called
"Anthem-Examples-2003" and point it to the following subdirectory (under
anthem):

C:\anthem\Anthem-Examples-2003

Alternatively, you could just right-click the Anthem-Examples-2003
folder, select "Properties", switch to the "Web Sharing" tab, select
"Share this folder", and then accept all of the default settings on
the dialog that appears.

5. Now fire up your VS.NET 2003 and open the project solution file named
"Anthem-2003.sln" or double-click the .sln file directly.

6. Before compiling and running the program make sure you first select the
"Start Up Project" to be 'Anthem-Examples-2003' (using Solution Explorer) and
not 'Anthem-2003', but that one should have been loaded in the first place, and
the reference to it from the WebForm project should be correct.

7. Select the web form you want to be the "Set as Start Page", in this case
'Default.aspx'.

8. Now press F5 (or Ctrl F5) to run in Debug mode (or in Run without
debugging). Note that if VS.NET 2003 complains here saying not being able to
debug is probably caused by not having enabled IIS Integrated Security in the
IIS manager applet.

Pero al intentar ejecutar mi proyecto me envia 5 errores y no se como solucionarlos:

Código:
1.-C:\Inetpub\wwwroot\ASPX\anthem\Anthem-Examples-2003\CustomControl.cs(45): El tipo o el nombre del espacio de nombres 'Method' no existe en la clase o el espacio de nombres 'Anthem' (¿falta una referencia de ensamblado?)

2.-C:\Inetpub\wwwroot\ASPX\anthem\Anthem-Examples-2003\CustomControl2.cs(8): No se puede encontrar el tipo o el nombre de espacio de nombres 'ICallBackControl' (¿falta una directiva using o una referencia de ensamblado?)

3.-C:\Inetpub\wwwroot\ASPX\anthem\Anthem-Examples-2003\CustomControl2.cs(8): No se puede encontrar el tipo o el nombre de espacio de nombres 'IUpdatableControl' (¿falta una directiva using o una referencia de ensamblado?)

4.-No se pudo encontrar el componente 'Anthem-2003' al que se hace referencia. 

5.-No se pudo encontrar el componente 'AnthemExtensions-2003' al que se hace referencia.




Alguien me kiere ayudar estoy deseperado por kerer usar Ajax .