BizTalk Server Orchestration - Deploy biztalk project

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > February 2006 > Deploy biztalk project





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Deploy biztalk project
Nazeedah

2006-02-03, 7:47 am

Hi,
I have created a project using Biztalk 2006 and it built successfully but
when trying to deployed it i am getting an error saying " i need to have a
strong name for that project".
Can anyone tell me what should i do.

Thx a lot

Tomas Restrepo \(MVP\)

2006-02-03, 7:47 am

> Hi,
> I have created a project using Biztalk 2006 and it built successfully but
> when trying to deployed it i am getting an error saying " i need to have a
> strong name for that project".
> Can anyone tell me what should i do.


You need to add a strong name to it. First, generate a new strong name key
using the sn.exe utility and save the key file in a directory of your
choice. Example:

sn.exe -k MyProject.snk

Next, modify the biztalk project properties to reference the .snk file you
just generated from the "Assembly Key File" property in the "Assembly"
section of the projects Properties dialog (right click on the project in
solution explorer -> Properties).

Then recompile.


--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/


carlos medina

2006-02-03, 7:47 am

hi.

You need create a strong name using sn.exe tool from .net framework. This
strong name must be related to project that you want to deploy, follow these
steps:

1. Create a strong name file (using sn tool)
2. Right clic on the biztalk project and select properties
3. Select Common Properties -> Assembly section
4. Set the path of your strong name file in "Assembly Key File" property

It is required becuase the deployment process register the biztalk::assembly
in gac

"Nazeedah" <Nazeedah@discussions.microsoft.com> wrote in message
news:FD7441D7-F4EF-4CFB-9AD0-5CE7B25206BD@microsoft.com...
> Hi,
> I have created a project using Biztalk 2006 and it built successfully but
> when trying to deployed it i am getting an error saying " i need to have a
> strong name for that project".
> Can anyone tell me what should i do.
>
> Thx a lot
>



Nazeedah

2006-02-06, 2:57 am

Thx a lot for both of you. i have try it and it works very well and it
deploy successfully
Thx

"carlos medina" wrote:

> hi.
>
> You need create a strong name using sn.exe tool from .net framework. This
> strong name must be related to project that you want to deploy, follow these
> steps:
>
> 1. Create a strong name file (using sn tool)
> 2. Right clic on the biztalk project and select properties
> 3. Select Common Properties -> Assembly section
> 4. Set the path of your strong name file in "Assembly Key File" property
>
> It is required becuase the deployment process register the biztalk::assembly
> in gac
>
> "Nazeedah" <Nazeedah@discussions.microsoft.com> wrote in message
> news:FD7441D7-F4EF-4CFB-9AD0-5CE7B25206BD@microsoft.com...
>
>
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com