No announcements
Found 1703714 threads
-
0 Votes
Usability of KeyedCollection<int, MyType>
The two approaches I have seen are to either add an additional member for your KeyedCollection (or a generic subclass for int keyed ...Answered | 3 Replies | 6493 Views | Created by JocularJoe - Tuesday, April 24, 2007 4:33 PM | Last reply by Thomas S. Trias - Thursday, January 6, 2011 11:47 PM -
0 Votes
Casting MyType<int> to MyType<IComparer>
I can best explain why this is, with a simple example: // class definition class A<T> where T : IComparable { public T X { get; ...Answered | 1 Replies | 4041 Views | Created by Morten Nielsen - Friday, January 15, 2010 3:39 AM | Last reply by NET Junkie - Friday, January 15, 2010 9:34 AM -
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 | 4753 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 | 1749 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 >
; ...Answered | 12 Replies | 12449 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 | 1180 Views | Created by RMonte1229 - Wednesday, October 14, 2015 2:26 PM | Last reply by RLWA32 - Thursday, October 15, 2015 4:32 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 | 9438 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
'<' 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 | 4099 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
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 | 1647 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
Issues with INT instead of int for identity function
> --When "INT" is used with Identity function, this script only works on SQL server 2008, not on 2005.Answered | 8 Replies | 4404 Views | Created by ysgui - Monday, December 13, 2010 9:59 PM | Last reply by ysgui - Monday, December 13, 2010 11:13 PM -
0 Votes
setting iFrame innerHTML causes tags being "disabled", < > becoming < and >
Eventually, the solution I came to (and I'm hoping this is not causing any other issues i've yet to find) is to put the call to resizePages() into a separate thread by wrapping it ...Answered | 13 Replies | 5582 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
How to access method inside user control using Activator.CreateInstance(myType)
Type myType = a.GetType(ucControl); // Create an instance.Answered | 4 Replies | 1900 Views | Created by Jumpingboy - Wednesday, July 18, 2012 9:37 PM | Last reply by Jumpingboy - Wednesday, July 18, 2012 10:55 PM -
4 Votes
Converting int[] to int?
[] y = x.Cast<int?Answered | 5 Replies | 1521 Views | Created by Cheese Bread - Thursday, October 3, 2013 2:56 PM | Last reply by Adavesh - Thursday, October 3, 2013 4:37 PM -
0 Votes
Is this usable in ASP.Net MVC framework?
Hi, i have a little Html-Helper method for this: public static MvcHtmlString Chart(this HtmlHelper htmlHelper, Chart chart) { if (chart == ...Answered | 5 Replies | 7382 Views | Created by Ajay Navgale - Thursday, November 6, 2008 1:28 PM | Last reply by SaschaM - Friday, March 20, 2015 1:04 PM -
1 Votes
Unable to serialize type 'MyType'.
You don't need any access to MyType.Answered | 5 Replies | 5167 Views | Created by haris hasan - Tuesday, July 6, 2010 2:14 PM | Last reply by Tim Lovell-Smith - Thursday, July 8, 2010 2:31 AM -
0 Votes
int?
Quote>>What is "int?Answered | 2 Replies | 3178 Views | Created by Peter-HK - Wednesday, October 6, 2010 3:30 AM | Last reply by Peter-HK - Thursday, October 7, 2010 4:16 AM -
0 Votes
How to Convert Variable<int> to int?
public class CreateTaskActivity : CodeActivity { [RequiredArgument] public InArgument<Task> ...Answered | 5 Replies | 5059 Views | Created by Rafael Mascarenhas - Thursday, November 24, 2011 9:41 PM | Last reply by Rafael Mascarenhas - Thursday, December 1, 2011 5:00 PM -
0 Votes
is this possible int MyFunc(int,int=1,int=2);
int = 5, // <== here i'm getting an error: ") expected but found =" unsigned, /* use (1 ...Answered | 2 Replies | 3026 Views | Created by zapzipzap - Monday, May 10, 2010 11:36 PM | Last reply by zapzipzap - Tuesday, May 11, 2010 5:52 AM -
1 Votes
what is the difference between int a[] and vector<int> a[]?
So someone else recommended me using vector<int> and I did it: vector<int> ...Answered | 10 Replies | 1873 Views | Created by C-Z - Sunday, November 11, 2012 9:31 PM | Last reply by Barry-Schwarz - Monday, November 12, 2012 4:39 AM -
0 Votes
Available vs usable RAM
Hi, I'd probably start by running this: http://windows.microsoft.com/en-US/windows7/Diagnosing-memory-problems-on-your-computer For further ...Answered | 3 Replies | 1233 Views | Created by gm1924 - Thursday, July 16, 2015 2:38 PM | Last reply by gm1924 - Thursday, July 16, 2015 4:09 PM - Items 1 to 20 of 1703714 Next ›
No announcements