Microsoft Corporation is an American public multinational corporation headquartered in Redmond, Washington, USA that develops, manufactures, licenses, and supports a wide range of products and services predominantly related to computing through its various product divisions.
3
votes
0answers
29 views
ArgumentException was thrown on ByteTagVisualization
I'm new to posting on stackoverflow and new to coding for the Microsoft Surface in C# - however I have inherited someone else's code to adapt.
I'm getting the following error when trying to set the ...
3
votes
0answers
196 views
Identifying and reading Microsoft Office lock files
I'm writing something that monitors a folder, and whether a file is an office document, and is locked for editing, is relevant. This is in Python.
I need any information I can get on these files. In ...
2
votes
0answers
55 views
TFS customization : How to customize the Burndown Chart and Thumbnail in the Team Web Access?
How can i customize the burndown chart and the relevant thumbnail in the Team web access? The current appearance is shown in followig images.
I want to use Column charts instead of area chart ...
2
votes
0answers
78 views
ListBox and Isolated Storage
I have two questions about Windows Mobile Development:
I have two ListBox ( ListBox1, ListBox2)
I save my items in ListBox1 with isolated storage.
I want to get the selected item from ListBox1 and ...
2
votes
0answers
157 views
Mocking HttpContextBase with Microsoft Fakes - UserGet property is missing
I am currently trying to write some unit tests utilizing the Microsoft Fakes Framework. For a specific unit test I have to mock the Controller.User property. So I added a fake assembly for System.Web ...
2
votes
0answers
73 views
How to find POS Printer installed in Network using POS for .Net
I am working with one POS system and got stuck at one place. The problem I have is with POS printer in Network. Let me describe you my problem in detail.
I have one POS Printer attached to my ...
2
votes
0answers
88 views
Dradis + XSLT: Microsoft XML 2003: Processing
I would like to create an XML file that can be opened in Word (using Word 2003 XML). I'm trying to embed a single image into the document like this:
![enter image description here][1]
...
2
votes
0answers
135 views
Microsoft CRM Java
Hi I'm trying to connect to crm online with my microsoft 365 login using java. I use the sample code given in java2crmcrud in crm sdk. I have replaced the [email protected], mypassword and ...
2
votes
0answers
77 views
Draw a hypergraph in Microsoft Visio
I would like to draw a hypergraph in Microsoft Visio, like this one:
Hypergraph Wikipedia Page
So, how exactly can I draw a set (containing arbitrary many shapes) in Visio?
The free hand tool is ...
2
votes
0answers
90 views
Which license of Visual Studio 2010 is best suited to my needs?
I am a bit confused by the range of different licenses available for VS2010.
I have been evaluating Visual Web Developer 2010 Express and would like to start building websites for commercial use ...
2
votes
0answers
194 views
XNA 3.1 project fails to build in Windows 8
I've recently got myself a copy of Windows 8 (Debug/Checked build for a 64-bit OS). Having fiddled with it for a while, I got .NET 3.5 installed on it, along with Visual C# Express Edition 2008. Now, ...
2
votes
0answers
94 views
Rsync error. Could not start Rsync service on Local Computer
I am facing a problem:
Could not start Rsync service on Local Computer.
Error 1069: The service did not start due to a logon failure.
Can some body please help me on this?
Thanks in advance.
2
votes
0answers
1k views
Enabling Microsoft XML DOM Document add-on in IE8 causes stack overflow
Enabling the "Microsoft XML DOM Document" add-on in IE8 causes a stack overflow popup error on some page loads. Would anyone know why? It does not appear that leaving this add-on disabled has any ...
2
votes
0answers
74 views
Microsoft Merge replication for Android and iOS
Microsoft Sync Toolkit is extensible by design and allows you to connect databases on Android and iOS clients to sync.
Can you get Merge replication to work with iOS and Android?
2
votes
0answers
211 views
How can I input XML data from an external web service into a scope field during a custom FAST ESP pipeline stage written in python?
We have an external web service that we access during a custom pipeline stage in FAST. Our task is to get the XML that is output by this web service and store it into a scope field. At this point we ...