| Author |
XLANGs namespace not found
|
|
| ChuckD_Duncan 2005-03-17, 5:53 pm |
| I am new to B'Talk... this has to be easy. But compiling my C# Component
fails because it can't find the XLANGs namespace. Is this hidden
somewhere on the system? How do I get Visual Studio to find it in the
build?
Thanks.
| |
| Jon Flanders[DevelopMentor] 2005-03-17, 5:53 pm |
| Reference the Microsoft.XLangs.BaseTYpe.dll assembly (in the BizTalk server
install folder).
--
Jon Flanders [DevelopMentor]
http://staff.develop.com/jfland/
http://www.develop.com/courses/biztalk
"ChuckD_Duncan" <cduncan@guardianangelcorp.com> wrote in message
news:d8ecb7aa70fc654a2400faa8c962c1b5@lo
calhost.talkaboutsoftware.com...
>I am new to B'Talk... this has to be easy. But compiling my C# Component
> fails because it can't find the XLANGs namespace. Is this hidden
> somewhere on the system? How do I get Visual Studio to find it in the
> build?
>
> Thanks.
>
| |
| ChuckD_Duncan 2005-03-18, 5:54 pm |
| Thanks... I appreciate your help... that worked just fine.
|
|
|
|