No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Unanswered0Votes
Excel Services Error on Dashboard.
Excel Services and Click Ok. you should have get an error like “An unexpected system error has occured.Additional details have been logged for your ...1 Replies | 36 Views | Created by Tariq Younas - 14 hours 57 minutes ago | Last reply by Jason Guo technet - a few seconds ago -
Unanswered0Votes
How to change hdd serial number in vb.net
I can get serial number of HDD, But i dont know how to change serial number. Could you please help1 Replies | 17 Views | Created by Hoale Jun - 32 minutes ago | Last reply by Mr. Monkeyboy - a few seconds ago -
Unanswered0Votes
sharepoint 2010 error
i have publish SharePoint 2010 site using TMG 2010 with self sign in certificate in order to access from the outside thwhile trying to edit any items or files on the web part of the SharePoint from ...1 Replies | 47 Views | Created by ADAM1972 - 8 hours 9 minutes ago | Last reply by Michael Wharton, MVP - a few seconds ago -
Unanswered0Votes
apply transactional log to restoring database after recovery model change
Hi, Backgound* 1. Applied FULL BACKUP from database A ( recovery mode FULL ) to Database B ( recovery mode FULL ) in NORECOVERY ...1 Replies | 16 Views | Created by Tushar Chavan - 10 minutes ago | Last reply by vr.babu - a few seconds ago -
Unanswered0Votes
Visual Basic Application not opening?
Hi, I'm new to visual basic and i am having some problems with getting an application to work on a domained laptop that has been taken offline. Apologies if ...1 Replies | 54 Views | Created by Jake-ST - 12 hours 1 minutes ago | Last reply by Devon_Nullman - a few seconds ago -
Unanswered0Votes
How to make communication between two or three Virtual Network in same subscription in Windows Azure ?
I have created three Virtual Network in my subscription. Now i want to make communication between these Virtual Network interconnected. How to do configuration ? Any help ... -
Unanswered0Votes
TSQL returns only one row
Hi There, i have a query as below: by running the sql i.e. select NAMEEMPL from SAMINC.dbo.ARSAP INNER JOIN dbo.Users ON NAMEEMPL = User_FirstName + ' ...2 Replies | 34 Views | Created by ppatel112 - 22 minutes ago | Last reply by ppatel112 - 2 minutes ago -
Discussion0Votes
New bug in IE11 -- scrolling position:fixed + background-image elements jitters badly.
visit the following page in IE10 and IE11, and use your mouse wheel to scroll the page: http://www.oussamaharb.com/ In IE3 Replies | 117 Views | Created by bryanangler - Saturday, November 09, 2013 8:59 PM | Last reply by Mаx Shillby - 2 minutes ago -
Unanswered0Votes
Project 2013
I downloaded a trail version of MS Project 2013 on my windows 7. I am unable to view it( ProjectProfessional_x64_en-us). Plus I did not saved my product key so I need a new product key. I also ...1 Replies | 35 Views | Created by Joan Carrington - 4 hours 27 minutes ago | Last reply by Michael Wharton, MVP - 3 minutes ago -
Answered0Votes
How to start and stop VM machine in new WINDOWS AZURE portal programatically
I could see that there are two portals for Windows Azure Old and new. With old portal creation of VM in azure is quite long procedure 1) Creating ...2 Replies | 1212 Views | Created by Vinayak Kedge - Wednesday, November 21, 2012 4:22 AM | Last reply by Naveen Ramawat - 3 minutes ago -
Unanswered0Votes
Swap windows 8 for windows 7
High can I take windows 8 off my computer and install windows 7. If I can how hard is it.1 Replies | 40 Views | Created by Oldsoule71 - 3 hours 3 minutes ago | Last reply by Davin Mickelson - 3 minutes ago -
Unanswered0Votes
Failed to provision site pwa with error
I have a user that is going into Microsoft Project Professional. Trying to go into resource, resource pool, and enterprise resource pool is grayed out. After researching I found that I have to go ...1 Replies | 48 Views | Created by Pete Z17 - 7 hours 28 minutes ago | Last reply by Michael Wharton, MVP - 4 minutes ago -
Unanswered0Votes
how to get selected items list from ListBox which have multiselect in c# xaml metro app
Hi frns , i am using ListBox with SelectionMode="Multiple" , i used the syntax to fetch the selected item is classABC objtaskItemList = ...2 Replies | 59 Views | Created by Shivam_bhardwaj - 18 hours 33 minutes ago | Last reply by Shivam_bhardwaj - 5 minutes ago -
Proposed0Votes
I need a select distinct from 2 tables like this
I have 2 table like this FirstTable itemID X Y 1 1 ...5 Replies | 57 Views | Created by Joska Paszli - 1 hour 4 minutes ago | Last reply by Latheesh NK - 5 minutes ago -
Unanswered0Votes
How do I trigger a breakpoint inside amp-restricted code?
I have a parallel_for_each function I would like to debug, so I followed the Debugging walkthrough (http://msdn.microsoft.com/en-us/library/vstudio/hh368280.aspx) and confirmed that Debugger ...1 Replies | 24 Views | Created by arman_sch - 32 minutes ago | Last reply by Brian Muth - 5 minutes ago -
Proposed0Votes
Is the defualt constructor resposible for all the global fields initializations?
hi, Assume the class has two global fields assigned with values at their declaration class A { int x = 10; int y = ...3 Replies | 39 Views | Created by sniff_bits - 1 hour 25 minutes ago | Last reply by PaulLinton - 6 minutes ago -
Unanswered0Votes
WPF Line drawing: click-line-click
Hey there. I'm making a drawing application in C#. I need a line tool to be able to draw a line, but when you click the first time, then line appears, and you can move the mouse ...2 Replies | 65 Views | Created by Emil Kosic - 14 hours 11 minutes ago | Last reply by Jimmy Yang - MSFT - 6 minutes ago -
Unanswered0Votes
How to edit the list items that are being queried from SharePoin list to a repeating table in an InfoPath form?
Hi, I have an InfoPath form that submits InfoPath repeating table to a SharePoint list and also displays all the items that were submitted in another repeating table(with out code). ...1 Replies | 35 Views | Created by Hitchs - 6 hours 48 minutes ago | Last reply by Hemendra Agrawal - 7 minutes ago -
Unanswered0Votes
Peer computer not receiving message?
-1 Message = Message + Convert.ToChar(Reader.Read()).ToString End While MsgBox(Message, MsgBoxStyle.OkOnly) ...3 Replies | 28 Views | Created by AspirinAUS - 1 hour 46 minutes ago | Last reply by AspirinAUS - 8 minutes ago -
Unanswered0Votes
why they say struct takes lesser memory than class objects?
hi friends, is known that struct objects consume less memory than class objects because struct object does not need an additional memory location to store the memory address of the ... - Items 1 to 20 of 2223767 Next ›