No announcements
Found 3030214 threads
-
0 Votes
< and > is coming in xml
Hi , I am loading xml in orchestration but the xml is coming like <BTSFaultRoot> <Test ...Answered | 3 Replies | 4756 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
<SSRS Deployment>
Hi I created SSRS Report, But when i try to deploy my reports using visual studio. "The permission granted to use '****' are insufficient for performing this ...Answered | 1 Replies | 1754 Views | Created by ksunny - Thursday, September 10, 2015 6:58 PM | Last reply by Qiuyun Yu - Friday, September 11, 2015 2:37 AM -
1 Votes
Biztalk Converting Xml tags to < and >
&gt;&#xD;&#xA;&lt;ArrayOfIomsMessage xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; ...Answered | 12 Replies | 12457 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
Using #include <fstream>
So I have visual studio 2015 and am currently taking c++ programming course. One of my assignments is to use fstream to read data from a file to my program. Like I said I am ...Answered | 3 Replies | 1182 Views | Created by RMonte1229 - Wednesday, October 14, 2015 2:26 PM | Last reply by RLWA32 - Thursday, October 15, 2015 4:32 PM -
0 Votes
setting iFrame innerHTML causes tags being "disabled", < > becoming < and >
is that async-ish call to setTimeout makes the browser engine sync state before executing the resize fn.Answered | 13 Replies | 5588 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
sharepoint 2010 :errorstring:Element <ViewFields> of parameter viewFields is missing or invalid.
Make sure your viewFields element is <ViewFields>.Answered | 1 Replies | 9439 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
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 | 1648 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
'<' converting to < and '>' to > in soap response coming from biztalk
Load the whole container document, <root> into an XmlDocumentThen read the content of <root> into a ...Answered | 7 Replies | 4110 Views | Created by ChanderDP - Monday, February 27, 2017 12:48 PM | Last reply by Johns-305 - Tuesday, February 28, 2017 1:12 PM -
3 Votes
Bing Maps > REST > Imagery > Metadata > Birdseye image doesn't return data
Hi Ricky, Thanks for your help.Answered | 5 Replies | 1630 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
VPN from Azure Linux VM <-> AWS Linux VM
Hi, is it possible to setup a VPN between an Azure Linux VM to another Linux VM on AWS?Answered | 1 Replies | 468 Views | Created by vinalb - Friday, October 27, 2017 2:28 PM | Last reply by Micah McKittrick - Friday, October 27, 2017 3:03 PM -
0 Votes
I am looking a header file <graphic.h> for my visual studio... please help me for this.
GDI+ Windows GDI OpenGL DirectX Hope that could help.Answered | 3 Replies | 697 Views | Created by Qureshi113 - Friday, June 10, 2016 5:04 PM | Last reply by Baron Bi - Monday, June 13, 2016 2:38 AM -
1 Votes
Async, Await, Tasks, and Returns...
I have tried many times to call a method that returns a Task<T>, and many times when I try to reference the ...Answered | 7 Replies | 1745 Views | Created by JaedenRuiner - Wednesday, October 30, 2019 5:56 PM | Last reply by JaedenRuiner - Thursday, November 14, 2019 5:57 PM -
0 Votes
Async Task with No 'await'
I really hope that the indended solution is not this: class C : A { public override async Task ...Answered | 1 Replies | 11315 Views | Created by Emil2000 - Sunday, October 31, 2010 6:44 PM | Last reply by Reed Copsey, Jr - Sunday, October 31, 2010 7:57 PM -
0 Votes
Webservice returning '>' and '<' in place of angle brackets when called using MSXML:: IXMLHttpRequest
But this response is having data like ">", "<" etc. whereas it should return angle brackets in place of ">" and ...Answered | 2 Replies | 9045 Views | Created by vivek03 - Thursday, March 18, 2010 4:14 AM | Last reply by Shuhai - Friday, July 23, 2010 3:19 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 List<object>();, ...Answered | 5 Replies | 827 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 -
1 Votes
AutoAttend.xml error: Can not read <productKey> setting in the answer file for unattended installation
> <Disk ...Answered | 2 Replies | 926 Views | Created by stpe15 - Tuesday, March 15, 2016 12:08 PM | Last reply by stpe15 - Wednesday, March 16, 2016 9:12 AM -
0 Votes
Viewing test case steps from TFS Web access display corrupted with <DIV> tags
Thanks for helping make community forums a great place.Answered | 1 Replies | 563 Views | Created by WaynePCC - Monday, May 9, 2016 2:33 PM | Last reply by Tingting MO - Tuesday, May 10, 2016 9:25 AM -
0 Votes
Help with composing async Task<IEnumerable<variables>> .....
User-474980206 posted old school: var result = await dbContext.TheTable .GroupBy(r => r.Year) .Select(grp ...Answered | 2 Replies | 824 Views | Created by Anonymous - Monday, May 17, 2021 7:43 PM | Last reply by Anonymous - Monday, May 17, 2021 9:00 PM -
10 Votes
await async task
public async Task<int> GetSumAsync() { int res = await ...Answered | 26 Replies | 3442 Views | Created by Markus Freitag - Tuesday, March 27, 2018 4:30 PM | Last reply by Konstantinos pap - Tuesday, April 10, 2018 7:36 PM -
4 Votes
(Probably) Simple async question, filling class variables
The following question on SO explains ...Answered | 6 Replies | 1079 Views | Created by JornTA - Wednesday, April 24, 2013 5:44 PM | Last reply by FabianHenzler - Saturday, April 27, 2013 4:42 PM - Items 1 to 20 of 3030214 Next ›
No announcements