iT Synergy Blogs

Growing Innovation - Soluciones a problemas reales

  • Facebook
  • Instagram
  • LinkedIn
  • Phone
  • Twitter
  • YouTube

Copyright © 2025 · iT Synergy·

Error instalando Dynamic Resolution Sample en Windows Server 2008
Error instalando Dynamic Resolution Sample en Windows Server 2008 avatar

October 12, 2010 By Jaime Alonso Páez torres Leave a Comment

Problema

El error es generado cuando se ejecuta por linea de comandos el instalador del ejemplo de ESB llamado Dynamic Resolution, ubicado en ..Samples\DynamicResolution\Install\Scripts\DynamicResolution_Install.cmd

The term ‘C:\Programs Files (X86)\Microsoft Visual Studio 8\SDK\v2.0\bin\gacutil.exe’ is not recognized as the name of a cmdlet

Este es un pantallazo del error.

Causa

Sucede en equipos de 64 bits que tengan instalado VS2010 y algunas extensiones de VS2008, ya que el script ESBFunctions.ps1, ubicado en c:\projects\microsoft.practices.esb\source\install\scripts\, intenta ubicar la herramienta de registrar dll en el GAC en una ruta existente que no posee este ejecutable gacutil.exe.

Solución

Es necesario modificar el script c:\projects\microsoft.practices.esb\source\install\scripts\ESBFunctions.ps1, para que ubique la ruta correcta del gacutil.exe

1. Abrir con el notepad el script.

2. Reemplazar las líneas

$SDKPath=(Get-ItemProperty  “hklm:SOFTWARE\Wow6432Node\Microsoft\.NETFramework\”).$SdkKeyName

if ($SDKPath -eq $null)
{
$SDKPath=(Get-ItemProperty  “hklm:SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v7.1”).InstallationFolder
}
if ($SDKPath -eq $null)
{
$SDKPath=(Get-ItemProperty  “hklm:SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v7.0A”).InstallationFolder
}

por

$SDKPath=(Get-ItemProperty  “hklm:SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v7.0A”).InstallationFolder

if ($SDKPath -eq $null)
{
$SDKPath=(Get-ItemProperty  “hklm:SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v7.1”).InstallationFolder
}
if ($SDKPath -eq $null)
{
$SDKPath=(Get-ItemProperty  “hklm:SOFTWARE\Wow6432Node\Microsoft\.NETFramework\”).$SdkKeyName
}

Filed Under: .NET, BizTalk, BizTalk 2010 configurations, BizTalk Application, BizTalk Services

There is a duplicate ‘system.web.extensions/scripting/scriptResourceHandler’ section defined
There is a duplicate ‘system.web.extensions/scripting/scriptResourceHandler’ section defined avatar

October 12, 2010 By Jaime Alonso Páez torres Leave a Comment

Problema

Este error generado al intentar desplegar el portal de ESB en el navegador, en una maquina que posee framework 4.0:

There is a duplicate ‘system.web.extensions/scripting/scriptResourceHandler’ section defined

Causa

Este problema va a suceder en cualquier aplicación web que se quiera ejecutar en framework 4.0 y que haya sido implementada en un framework anterior a este y adicionalmente use las extensiones de Ajax; debido a que la nueva versión del framework (4.0) ya define en el machine.config el uso de System.Web.Extensions que anteriormente se realizaba en el web.config.

En mi caso, me sucedió después de instalar el ESB Portal del ESB Toolkit 2.1 en una maquina con .Net 4.0 y IIS 7.5.

Solución

Eliminar o comentariar las líneas del web.config que hacen parte del section group donde se define System.Web.Extensions.

Ver links relacionados.

http://forums.asp.net/p/1571308/3939106.aspx

http://www.asp.net/learn/whitepapers/aspnet4/breaking-changes#0.1__Toc256770149

Filed Under: BizTalk, BizTalk 2010 configurations, BizTalk Application, SOA

BizTalk 2010, Host Integration Server 2010 on MSDN and BizTalk ESB Toolkit 2.1 Release
BizTalk 2010, Host Integration Server 2010 on MSDN and BizTalk ESB Toolkit 2.1 Release avatar

October 5, 2010 By Marco Antonio Hernández Prado Leave a Comment

 

Para suscriptores de https://my.visualstudio.com/ está disponible ya BizTalk 2010 en sus Ediciones Branch, Developer, Enterprise y Standard. También tenemos disponible Host Integration Server 2010 en sus ediciones Developer y Enterprise.

 

Adicionalmente, el 30 de septiembre de 2010 Microsoft publico su versión final del ESB Toolkit 2.1

Filed Under: BizTalk, BizTalk 2010 configurations, BizTalk Application, ESB, SOA Tagged With: BizTalk

  • « Previous Page
  • 1
  • …
  • 51
  • 52
  • 53
  • 54
  • 55
  • …
  • 72
  • Next Page »

Team


Marco
Antonio Hernández

Jaime
Alonso Páez

Luis
Carlos Bernal

Ana
María Orozco

Juan
Camilo Zapata

Diana
Díaz Grijalba

Carlos
Alberto Rueda

Sonia
Elizabeth Soriano

Alexandra
Bravo Restrepo

Bernardo
Enrique Cardales

Juan
Alberto Vélez

Diana
Paola Padilla

Jhon
Jairo Rodriguez

Jesús
Javier Hernández

Alejandro
Garcia Forero

Gustavo
Adolfo Echeverry

Yully
Arias Castillo

Carlos
Andrés Vélez

Brayan
Ruiz

Jimmy
Quejada Meneses

Natalia
Zartha Suárez

Josué
Leonardo Bohórquez

Oscar
Alberto Urrea

Odahir
Rolando Salcedo

Carolina
Torres Rodríguez

Juan
Mauricio García

Mario
Andrés Cortés

Eric
Yovanny Martinez

Tag Cloud

.NET (9) 940px (1) Analysis Services mdx (1) An attempt was made to load a program with an incorrect format. (1) ASP.NET MVC (1) Azure (3) Backup (1) BAM (7) BAM API (1) BAMTraceException (2) BI (3) BizTalk (24) Business Intelligence (6) C# (2) caracteristicas de publicacion (2) Content Editor (3) ESB (15) ESB Toolkit (3) General (4) habilitar caracteristicas (3) indexes (2) Integration Services (2) Master Page (3) MDX (2) MSE (11) net.tcp (2) Office 365 (2) Oracle (2) Performance Point (2) Public Website (2) Receive Location (2) SDK (2) Servicio Web (2) Sharepoint 2010 (2) SharePoint 2013 (4) SharePoint Online (2) SOA (8) Soap Fault (2) Sort Months MDX (2) SQL Server (2) Visual (2) Visual Studio 2010 (2) WCF (19) Windows (3) Windows 8 (17)

Categories

  • .NET (33)
  • Analysis Services (1)
  • ASP.NET MVC (2)
  • Azure (7)
  • BAM (9)
  • BAM PrimaryImport (3)
  • BigData (1)
  • BizTalk (77)
  • BizTalk 2010 configurations (57)
  • BizTalk Application (60)
  • BizTalk Services (13)
  • Business Intelligence (4)
  • Cloud (3)
  • CMD (1)
  • CodeSmith – NetTiers (2)
  • CommandPrompt (1)
  • CRM OptionSet mapping component (1)
  • Desarrollo de software (6)
  • develop (6)
  • developers (3)
  • DropBox (1)
  • Dynamics (1)
  • Enterprise Architect (1)
  • Entity Framework (1)
  • Errores BizTalk (2)
  • ESB (27)
  • ETL (1)
  • Event Viewer (1)
  • Excel Services (1)
  • Foreach loop container (1)
  • General (4)
  • Gerencia de Proyectos (2)
  • Google (1)
  • Grouped Slices (1)
  • Human Talent (1)
  • IIS (4)
  • Integración (6)
  • Integration Services (3)
  • KingswaySoft (1)
  • Lync (1)
  • MSE (13)
  • Office 365 (2)
  • Oracle Data Adapter (2)
  • Performance Point (4)
  • Picklist (1)
  • Pivot Table (1)
  • Procesos (1)
  • Pruebas (1)
  • Public Website (2)
  • Reports (1)
  • SCRUM (1)
  • SDK (2)
  • SEO (1)
  • Servicios (2)
  • Sharepoint (9)
  • SharePoint 2010 (10)
  • SharePoint 2013 (4)
  • SharePoint Online (2)
  • SharpBox (1)
  • Shortcuts (1)
  • Sin categoría (1)
  • SOA (50)
  • SQL (5)
  • SQL Server (3)
  • SQL Server Management Studio (1)
  • SSIS (3)
  • SSL (1)
  • SSO (1)
  • Tracking Profile Editor (2)
  • Twitter (1)
  • Uncategorized (1)
  • Virtual Network (2)
  • Visual Studio 11 (1)
  • Visual Studio 2010 (2)
  • Visual Studio Online (1)
  • VMware (2)
  • WCF (24)
  • Web (1)
  • Web Api (1)
  • Windows (5)
  • Windows 8 (11)
  • Windows Azure (2)
  • Windows Live Write (1)
  • Windows Phone (7)
  • Windows Phone 8 (1)
  • Windows Scheduler (1)
  • windows8 (2)
  • WindowsRT (3)
  • WP7 SDK (1)

Manage

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org