No announcements
Found 4121928 threads
-
1 Votes
Biztalk Converting Xml tags to < and >
I also faced the same problem < > was converted to < or > i used the property ...Answered | 12 Replies | 12439 Views | Created by Sajid Hussain - Thursday, May 24, 2012 8:57 AM | Last reply by Saroj kumar Das - Thursday, June 20, 2013 7:22 AM -
0 Votes
< and > is coming in xml
You can only subscribe to valid XML messages, and since you don't have a closing 'Test' tag you won't be able to subscribe to the message.Answered | 3 Replies | 4748 Views | Created by kapil kumar velpuri - Thursday, September 27, 2012 12:34 PM | Last reply by Jean-Paul Smit - Thursday, September 27, 2012 2:31 PM -
0 Votes
Button state to be set via List<string> not working
Ok so I need to change the List<String> to List<Button> ?Answered | 2 Replies | 1646 Views | Created by Lee 'Wozy' Warren - Thursday, June 20, 2013 6:40 PM | Last reply by Lee 'Wozy' Warren - Friday, June 21, 2013 8:33 AM -
0 Votes
<SSRS Deployment>
Hi ksunny, In Reporting Services, before we publish a report, we must have permission to do so.Answered | 1 Replies | 1746 Views | Created by ksunny - Thursday, September 10, 2015 6:58 PM | Last reply by Qiuyun Yu - Friday, September 11, 2015 2:37 AM -
0 Votes
Using #include <fstream>
So I have visual studio 2015 and am currently taking c++ programming course.Answered | 3 Replies | 1172 Views | Created by RMonte1229 - Wednesday, October 14, 2015 2:26 PM | Last reply by RLWA32 - Thursday, October 15, 2015 4:32 PM -
0 Votes
'<' converting to < and '>' to > in soap response coming from biztalk
You have to...Answered | 7 Replies | 4088 Views | Created by ChanderDP - Monday, February 27, 2017 12:48 PM | Last reply by Johns-305 - Tuesday, February 28, 2017 1:12 PM -
0 Votes
setting iFrame innerHTML causes tags being "disabled", < > becoming < and >
It would be awesome if the Fragments API supported rendering an HTML string instead of only a url (I've tried createObjectURL on a string variable; "no ...Answered | 13 Replies | 5577 Views | Created by P5music - Thursday, April 5, 2012 7:27 PM | Last reply by Josh Elster - Monday, December 17, 2012 6:41 PM -
0 Votes
Cannot implicitly convert type 'int' to 'System.Collections.Generic.List<int>'
Cannot implicitly convert type 'int' to 'System.Collections.Generic.List<int>' You can't tell ...Answered | 2 Replies | 11895 Views | Created by ForumHelp7 - Sunday, July 19, 2015 8:23 PM | Last reply by DA924 - Sunday, July 19, 2015 9:30 PM -
0 Votes
Get particular value from List<object> by comparing the value from the Generic list while iterating in c#
Hi Lance, I cannot change the exisiting List<object> ctlFileInfo = new ...Answered | 5 Replies | 826 Views | Created by Vanitha Loganathan - Tuesday, March 19, 2019 8:15 PM | Last reply by Lance Li-MSFT - Monday, March 25, 2019 1:39 AM -
0 Votes
sharepoint 2010 :errorstring:Element <ViewFields> of parameter viewFields is missing or invalid.
Make sure your viewFields element is <ViewFields>.Answered | 1 Replies | 9437 Views | Created by tom winds - Thursday, March 22, 2012 8:50 AM | Last reply by Steve.Curran - Friday, March 23, 2012 5:39 PM -
0 Votes
I have used the package Karambolo.AspNetCore.Bundling.WebMarkupMin, Got the error "Cannot convert from 'string' to 'System.Action<System.Collections.Generic.List<Karambolo.AspNetCore.Bundling.IBundleItemTransform>>" with the below code
User-474980206 posted in .AddCss you can only define one string parameter, the following parameters are transformation functions. use the .Include() to add ...Unanswered | 3 Replies | 184 Views | Created by Anonymous - Monday, May 3, 2021 6:41 AM | Last reply by Anonymous - Tuesday, May 4, 2021 6:06 AM -
0 Votes
I got “System.Collections.Generic.List” instead of data
Hi Doudy_Egypt, I am marking your issue as "Answered", if you have new findings about your issue, ...Answered | 9 Replies | 3551 Views | Created by Doudy_Egypt - Thursday, December 13, 2012 6:02 PM | Last reply by Sheldon _Xiao - Friday, January 4, 2013 7:46 AM -
2 Votes
'System.Collections.Generic.List(Of DCTS_CLASS.TripsDetail)' cannot be converted to 'System.Collections.Generic.List(Of DCTS_CLASS.Trips
AS VB can't convert the value you return to the type you pretend it should be, it fails...Answered | 5 Replies | 7759 Views | Created by PoppyGB - Thursday, December 13, 2012 4:24 PM | Last reply by PoppyGB - Friday, December 14, 2012 4:59 PM -
0 Votes
Getting Error as The Web application at <Location> could not be found.
Hi, I have created a timer job in DEV environment and deploy the same and it is working fine. but as soon as I deploy the same to test I am ...Answered | 1 Replies | 2001 Views | Created by RahulPundlik07 - Monday, July 25, 2016 8:00 AM | Last reply by ruirds - Tuesday, July 26, 2016 4:22 AM -
0 Votes
Removing double quotes from the string array
hii try this, it may usefull for you string asda = ...Answered | 4 Replies | 10433 Views | Created by Beer Mohamed - Monday, January 9, 2012 6:28 AM | Last reply by Carl Daniel - Tuesday, January 10, 2012 1:40 AM -
3 Votes
Bing Maps > REST > Imagery > Metadata > Birdseye image doesn't return data
Do you have any reference about BirdseyeV2 and any article relate with "Bing will stop old Birdseye support".Answered | 5 Replies | 1591 Views | Created by b.trung.164 - Tuesday, October 31, 2017 10:33 AM | Last reply by Ricky_Brundritt - Wednesday, November 1, 2017 3:13 PM -
0 Votes
I have error Cannot implicitly convert type.
The error is saying that you're trying to use SelectListItem (from System.Web.Mvc) where it expects a SelectListItem (from System.Web.WebPages).Answered | 2 Replies | 16637 Views | Created by Nader Khaled - Monday, March 10, 2014 5:14 PM | Last reply by CoolDadTx - Monday, March 10, 2014 5:41 PM -
1 Votes
> converts as > & converts as > in XML query whats the solution?
The correct method is to use the TYPE directive to return XML data type from FOR XML and then use the value method to retrieve: ;WITH TreeCTE AS ...Answered | 2 Replies | 13521 Views | Created by MeetP - Friday, March 5, 2010 5:38 PM | Last reply by Plamen Ratchev - Friday, March 5, 2010 5:50 PM -
0 Votes
Webservice returning '>' and '<' in place of angle brackets when called using MSXML:: IXMLHttpRequest
Hi, I am calling a webservice method using MSXML2::IXMLHttpRequest (msxml3.dll).Answered | 2 Replies | 9044 Views | Created by vivek03 - Thursday, March 18, 2010 4:14 AM | Last reply by Shuhai - Friday, July 23, 2010 3:19 PM -
0 Votes
VPN from Azure Linux VM <-> AWS Linux VM
I see no reason why this would not work.Answered | 1 Replies | 459 Views | Created by vinalb - Friday, October 27, 2017 2:28 PM | Last reply by Micah McKittrick - Friday, October 27, 2017 3:03 PM - Items 1 to 20 of 4121928 Next ›
No announcements