|
Home > Archive > BizTalk Server General > May 2005 > VS 2005
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]
|
|
|
| Anyone installed the beta yet? And how did it work with Biztalk? Anything
you might want to pass along?
Thanks!!
ed
| |
| Bill Ticehurst 2005-05-08, 5:49 pm |
| Hi Ed,
VS2005 isn't supported with BizTalk currently. VS2005 installs .NET
Framework 2.0, which is known to have some issues with BizTalk 2004.
The next release of BizTalk will support VS2005 and will require the .NET
Framework 2.0.
Regards,
- Bill Ticehurst [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights
"Ed" <Ed@discussions.microsoft.com> wrote in message
news:CF2EC9C1-EEAA-4AED-9607-A76CA6DCEC3F@microsoft.com...
> Anyone installed the beta yet? And how did it work with Biztalk?
> Anything
> you might want to pass along?
>
> Thanks!!
>
> ed
| |
| Dan Tharp 2005-05-23, 5:53 pm |
| What are the BizTalk 2004 issues with Framework 2.0?
"Bill Ticehurst" <billti@online.microsoft.com> wrote in message
news:eYM4r6AVFHA.3292@TK2MSFTNGP14.phx.gbl...
> Hi Ed,
>
> VS2005 isn't supported with BizTalk currently. VS2005 installs .NET
> Framework 2.0, which is known to have some issues with BizTalk 2004.
>
> The next release of BizTalk will support VS2005 and will require the .NET
> Framework 2.0.
>
> Regards,
>
> - Bill Ticehurst [MSFT]
>
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> "Ed" <Ed@discussions.microsoft.com> wrote in message
> news:CF2EC9C1-EEAA-4AED-9607-A76CA6DCEC3F@microsoft.com...
>
>
| |
| Tomas Restrepo \(MVP\) 2005-05-23, 8:48 pm |
| Hi Dan,
> What are the BizTalk 2004 issues with Framework 2.0?
Well, it doesn't run 
Seriously speaking, though, it is possible to run them side by side by
modifying the .config files for all BTS services and executables and setting
them to run with the v1.1 framework only, by adding:
<configuration>
<startup>
<supportedRuntime version="v1.1.4322" />
</startup>
</configuration>
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
|
|
|
|
|