Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Biztalk
|
Biztalk General discussion about Biztalk server.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Biztalk section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 2nd, 2008, 08:07 AM
Registered User
 
Join Date: May 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Namespace to get the string array

What message type should i assign to a message which contains a data type of string array in biztalk server
when i used the message type as System.string for my message Message_1 and assigning a value
Message_1=Message_2.Split(',');
iam getting the error which is as follows cannot implicitly convert type 'System.String[]'to 'System.String'
Can anyone suggest me what message type i have to use for Message_1
and where can i get it.that is in which namespace can i get it .
if i use the statement
string[] Variable_1 = MatchRuleFields.Split(',');
where Variable_1 is a string type it is giving an error which is as follows identifier 'string' does not exist in MatchRulesOrches'; are you missing an assembly reference? can someone suggest some solution for this.




 
Old June 2nd, 2008, 11:24 AM
Registered User
 
Join Date: May 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by mamatharocks
 What message type should i assign to a message which contains a data type of string array in biztalk server
when i used the message type as System.string for my message Message_1 and assigning a value
Message_1=Message_2.Split(',');
iam getting the error which is as follows cannot implicitly convert type 'System.String[]'to 'System.String'
Can anyone suggest me what message type i have to use for Message_1
and where can i get it.that is in which namespace can i get it .
if i use the statement
string[] Variable_1 = MatchRuleFields.Split(',');
where Variable_1 is a string type it is giving an error which is as follows identifier 'string' does not exist in MatchRulesOrches'; are you missing an assembly reference? can someone suggest some solution for this.I am trying this in an expression shape in biztalk server .









Similar Threads
Thread Thread Starter Forum Replies Last Post
Convering a String Array to an Integer array nkrust C# 9 November 17th, 2010 12:02 PM
String to array ajit Javascript 5 January 20th, 2007 04:02 PM
Casting String array to string Samatha ASP.NET 1.0 and 1.1 Professional 1 December 5th, 2006 07:46 AM
String to Array Psion PHP How-To 1 September 5th, 2006 11:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.