No announcements
Found 2373077 threads
-
0 Votes
Under what circumstances is ControlDesigner.InitializeExistingComponent called?
Hi Dan Elliott, The InitializeExistingComponent method is called when an existing component is being reinitialized.Answered | 1 Replies | 4275 Views | Created by Dan Elliott-MSFT - Thursday, December 2, 2010 1:18 AM | Last reply by Jing0 - Friday, December 3, 2010 7:48 AM -
0 Votes
In WPF, under what circumstances does Visual.PointFromScreen throw InvalidOperationException?
I use Dev Express for this I think you can call these method in OnStartup override method and Window Loaded method, the document of this third-party products should have ...Answered | 1 Replies | 902 Views | Created by ttaylor29 - Saturday, April 28, 2018 6:58 PM | Last reply by Franklin Chen - Monday, April 30, 2018 4:54 AM -
0 Votes
Under what kind of circumstance, sql server will use page-level lock instead of row-level lock
You can control Lock Escalation with Table hints for the optimizer: http://msdn.microsoft.com/en-us/library/ms187373.aspx Lock escalations are explained really ...Answered | 2 Replies | 6292 Views | Created by Liweiyin - Thursday, December 18, 2008 10:53 AM | Last reply by Jonathan Kehayias - Thursday, December 18, 2008 6:20 PM -
0 Votes
Why create a cube under these circumstances?
My question is: Given my requirements, what are the benefits of creating a cube and using it for my reports instead of just creating regular reports using t-sql and SPs ...Answered | 1 Replies | 1780 Views | Created by rbhatup - Wednesday, April 17, 2013 1:52 PM | Last reply by Elvis Long - Friday, April 19, 2013 7:23 AM -
0 Votes
Cannot open a file under any circumstances
Open Site... I browsed to the correct directory, and now it shows in the Folder List. Now... I double-click on a file. Nothing ...Answered | 3 Replies | 3726 Views | Created by MattInVancouver - Friday, May 9, 2008 7:40 PM | Last reply by Perry Moses - Saturday, May 10, 2008 2:49 AM -
0 Votes
what ID is the package running under
Another point to consider: What environment are you running your package in?Answered | 2 Replies | 1682 Views | Created by GoodOldFashionedLoverBoy - Monday, June 17, 2013 6:55 PM | Last reply by Bhawesh Vithalani - Tuesday, June 18, 2013 4:29 AM -
0 Votes
Under what circumstances will Mutex be destroyed?
So, i want to know under what circumstances OS will destroy the Mutex? -
2 Votes
Wanting to skip clickonce update check under certain circumstances
It feels like it is a timing thing but I don't know what the timing issue is.Answered | 13 Replies | 5017 Views | Created by Peter Kellner - Friday, April 1, 2011 4:18 PM | Last reply by Mike Dos Zhang - Wednesday, April 27, 2011 3:55 AM -
1 Votes
What is included under an MSDN License?
Also we just updated our product list that shows what products included in which levels.Answered | 2 Replies | 1544 Views | Created by WendyTrigg - Friday, May 17, 2013 9:19 AM | Last reply by Mike Kinsman - Friday, May 17, 2013 2:42 PM -
0 Votes
under what circumstances always on failover happens
Keep in mind that WSFC is what provides high availability to the Always On Availability Group.Answered | 6 Replies | 787 Views | Created by ManOfSteel75 - Tuesday, April 10, 2018 6:09 PM | Last reply by ManOfSteel75 - Wednesday, April 11, 2018 7:45 PM -
0 Votes
What account does InfoPath 2010 run under?
Check this link - http://blogs.msdn.com/b/bowerm/archive/2006/12/06/calling-web-services-from-infopath-web-forms.aspx Please 'propose as answer' if it helped ...Answered | 4 Replies | 1256 Views | Created by ata6502 - Monday, January 19, 2015 8:15 PM | Last reply by KevHou - Tuesday, December 22, 2015 1:35 AM -
2 Votes
what are these [ ] called in c#
Hi MarcinMR, This suqare bracket([]) in C# is called attributes.They are used to put attributes on classes or methods.Answered | 3 Replies | 1660 Views | Created by MarcinMR - Thursday, October 22, 2015 5:43 PM | Last reply by Dawid Farbaniec - Thursday, October 22, 2015 11:22 PM -
0 Votes
Can't call 32bit dll under 64bit windows ?
This is called WoW64 technology, which allows 32 bit application to run on 64 bit machines.Answered | 2 Replies | 2070 Views | Created by Rakesh Sharnagate - Thursday, November 10, 2011 6:20 AM | Last reply by Adavesh - Thursday, November 10, 2011 1:06 PM -
0 Votes
Call to unmanaged code fails under Windows 7, working under XP
Thanks for your time, I will try what you suggested.Answered | 3 Replies | 6471 Views | Created by nepodmitljivi - Thursday, March 11, 2010 1:22 PM | Last reply by nepodmitljivi - Friday, March 12, 2010 8:50 AM -
0 Votes
what windows account should SSAS run under??
What account should I use to run services for all four components(SQL Agent, SSAS,SSRS,SSIS), should they be run under same service account.Answered | 1 Replies | 4787 Views | Created by khana04 - Tuesday, March 23, 2010 8:25 PM | Last reply by Craig Bryden - Tuesday, March 23, 2010 9:33 PM -
1 Votes
What happens if background UI thread completes after form is closed?
An ObjectDisposedException will be thrown if the Disposed() method on an object has been called, and the reference to that disposed object still exists.Answered | 3 Replies | 3351 Views | Created by catsaremyfriends - Tuesday, September 16, 2008 6:58 PM | Last reply by David M Morton - Tuesday, September 16, 2008 9:10 PM -
0 Votes
Are SQL jobs under SQL agent mirror-aware by default?
What are the "Yes, under a distinct set of circumstances"Answered | 6 Replies | 9209 Views | Created by jimbohhhhhhhhhhhk - Thursday, October 6, 2011 6:44 PM | Last reply by L Gamble - Thursday, December 29, 2011 6:36 PM -
3 Votes
What is Deployment Type under properties of Element.xml file ?
https://books.google.co.in/books?Answered | 3 Replies | 1312 Views | Created by WOW 999999 - Saturday, December 13, 2014 7:41 AM | Last reply by AnilSharma4 - Saturday, December 13, 2014 3:40 PM -
1 Votes
When is it ok to call GC.Collect?
A blog entry, where the rule to calling CC.Collect is DON'T expect in very special circumstances.Answered | 6 Replies | 8087 Views | Created by Derek Smyth - Tuesday, May 26, 2009 4:10 PM | Last reply by JohnGrove - Saturday, May 30, 2009 7:32 PM -
1 Votes
Under what circumstances will a virtual machine fail to start?
The ‘Service Health’ , Service health notifications allow you to view service health messages published by the Azure team that may be affecting the resources ...Proposed | 4 Replies | 377 Views | Created by G Bull - Friday, November 10, 2017 12:37 PM | Last reply by Nirushi J - Saturday, November 11, 2017 8:35 AM - Items 1 to 20 of 2373077 Next ›
No announcements