No announcements
Found 2087861 threads
-
0 Votes
object and collection initializations analysis
The syntax is very similar for basic C#, collections, and Linq.Answered | 3 Replies | 843 Views | Created by amigo 1 - Saturday, February 15, 2014 6:45 AM | Last reply by amigo 1 - Saturday, February 15, 2014 7:36 AM -
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 | 1928 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
Errors when turning Option strict On
What you try to do you can only do with Option Strict Off Why?Answered | 6 Replies | 1700 Views | Created by perland - Friday, December 14, 2012 1:31 AM | Last reply by Family Tree Mike - Friday, December 14, 2012 10:12 PM -
1 Votes
LINQ and Option Strict when using custom object
Option strict is giving a compile time error for something that could easily turn into a run-time error.Answered | 3 Replies | 2977 Views | Created by LCSRVR - Friday, August 12, 2011 5:07 PM | Last reply by John Anthony Oliver - Friday, August 12, 2011 9:29 PM -
1 Votes
The collection has not been initialized
Hi, Here is a working script to read SharePoint host web list data in the app for your reference: 'use strict'; var appWebContext; var ...Answered | 2 Replies | 2853 Views | Created by AlexanderKaa - Monday, October 30, 2017 1:58 PM | Last reply by AlexanderKaa - Wednesday, November 1, 2017 9:11 AM -
0 Votes
Option Strict On Disallows late binding
I have an issue I am trying to come up with the best(or best working option) without turning Option Strict off.Answered | 3 Replies | 1332 Views | Created by LandLord323 - Friday, February 7, 2014 4:40 PM | Last reply by LandLord323 - Friday, February 7, 2014 6:03 PM -
0 Votes
I get error about Option Strict On disallows late binding.
Since this post may be read by other people with a similar situation though not specific to that library we would be remiss not to mention the obvious answer of running that ...Answered | 4 Replies | 2363 Views | Created by Sheetzhappens - Monday, June 25, 2012 8:51 PM | Last reply by Sheetzhappens - Wednesday, June 27, 2012 6:57 PM -
1 Votes
How to fix : Option Strict On disallows late binding.
:-) ;-) Note how with Option Strict Off I can just type sender.Name ' or leave it as CType(sender, Control).Name ' or ...Answered | 7 Replies | 4727 Views | Created by SteveHart - Saturday, July 12, 2008 9:07 PM | Last reply by John Anthony Oliver - Tuesday, July 15, 2008 8:11 AM -
0 Votes
How to get value of the saving field under tools-&gt;options-&gt;Source Control-&gt;Environment-&gt;Saving.
Hi abhi0022, We could use DTE Properties Collections to retrieve related code: like this: // Create and initialize a variable to represent the ...Answered | 2 Replies | 961 Views | Created by abhi0022 - Wednesday, September 21, 2016 12:11 PM | Last reply by Zhanglong Wu - Thursday, September 22, 2016 8:50 AM -
1 Votes
Biztalk Converting Xml tags to < and >
; ...Answered | 12 Replies | 12637 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
save Tools->Options programmatically
Hi Hunter, If you want to programmatically to get/set the property value under Tools->Properties, you can use EnvDTE.DTE.Properties method, which returns an ...Answered | 3 Replies | 3915 Views | Created by _hunter - Friday, June 19, 2009 10:15 AM | Last reply by Ed Dore - Wednesday, June 24, 2009 4:39 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 | 1362 Views | Created by RMonte1229 - Wednesday, October 14, 2015 2:26 PM | Last reply by RLWA32 - Thursday, October 15, 2015 4:32 PM -
1 Votes
Option Strict ON disallows late binding
CBool hides an error if you accidently either expected the wrong type (Boolean) or the object has the wrong type (<> Boolean).Answered | 5 Replies | 2266 Views | Created by Ryan0827 - Friday, July 20, 2012 5:00 PM | Last reply by Ryan0827 - Monday, July 23, 2012 2:45 PM -
4 Votes
Option Strict On disallows implicit conversions from 'Double' to 'Integer'
>> 7 / 2 = 3.5 7 \ 2 = 3 as integer division just takes the whole number or INTEGER part of a sum.Answered | 5 Replies | 10358 Views | Created by hazz - Monday, February 22, 2010 3:25 PM | Last reply by John Anthony Oliver - Monday, February 22, 2010 8:07 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 | 1718 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
setting iFrame innerHTML causes tags being "disabled", < > becoming < and >
Let me know if that is considered an option of value.Answered | 13 Replies | 5681 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
replication 'Initialize with backup' option
Yes if you use the option then after the publication is created it will keep track of the changed transactions and you dont need a log back just a full backup/restore will ...Answered | 2 Replies | 2669 Views | Created by Ocean Deep - Friday, May 31, 2013 4:56 PM | Last reply by Adminanup - Tuesday, June 4, 2013 12:00 AM -
0 Votes
SQL server strict mode
Hello, I only two 2 kind of strict mode: - Option Strict in Visual Basic - Strict Mode in ...Answered | 2 Replies | 8461 Views | Created by DaJukeDr - Tuesday, February 5, 2013 7:49 PM | Last reply by DaJukeDr - Wednesday, February 6, 2013 12:21 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 | 9537 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
Option strict on disallows implicit conversions from string to char
If I define my targetMachineList variable as type String and use this in the Initialize functionality, with the below as the "To" and ...Answered | 8 Replies | 7036 Views | Created by Logan Therrion - Tuesday, December 24, 2013 4:47 PM | Last reply by LoganTherrion - Monday, January 6, 2014 6:05 PM
No announcements