microsoft

Deploying An Application that Uses microsoft.crm.sdk web service.

I have used web services in the past and nothing special was required for deployment. As long as the application compiled and you could get to it through Visual Studio all was well. I am integrating a custom application with Microsoft Dynamics CRM and am receiving an error when I deploy the application as follows: Could not load file or ...

using 32 bit SQL server ODBC on 64 bit system

hi! Microsoft has a SQL server either as 32 bit or 64bit, however the 64bit contains both 32bit AND 64 bit. are there any MSI packages containing the 32 bit AND 64 bit version of the ODBC connector ? i.e. the install package decides by itself which version to install`? ...

SQL Management Studio Insert statement confliction

I'm working on creating a development database for my boss. I have the SQL script that creates all the tables, but now I have loads of data to import. There are 5 tables total in the database, and their ID's are related to eachother like so: Note: I'm not allowed to share info like database/table names Table1 +-- Table2 +-- Table3 ...

Something similar to NUnit TestCaseSource in Visual Studio unit testing

Is there anything similar to NUnit TestCaseSource attribute in Visual Studio unit testing? The closest solution I found was to use a DataSource. But I don't want to store my test case parameters in a data source. ...

Why is MS not more open with .Net?

I have been a developer for many years and have used several different programming languages. However, the one I love the most is C#. I think it and the .Net framework make development quick and enjoyable. With that said .Net works, with MS full support, only on windows machines. I would love to natively use C# on android, iPhones, and ...

How to remove %EF%BB%BF in PHP string

I am trying to use MS Bing API $data = file_get_contents("http://api.microsofttranslator.com/V2/Ajax.svc/Speak?appId=APPID&text={$text}&language=ja&format=audio/wav"); $data = stripslashes(trim($data)); The data returned has a ' ' character in the first character of the returned string. It is not a space because I trimed ...

Tricky Algorithm Interview Question

Possible Duplicate: Algorithm: How to tell if an array is a permutation in O(n)? I was asked this interview question at Microsoft, and it's been bugging me that I haven't been able to solve it. Does anybody have any ideas? You're passed an array with n integers in it. Each integer is between 1 and n (inclusive). These numb...

using ace engine for updating excel workbook

Hi all when I use microsoft jet database engine for udpating excel work book it works correctly but when I usnng microsoft.ace.oledb 12.0 for working xlsx files I got this error : operation must use an updateable query ...

Does anyone outside the MSFT community care about OData?

OData is being touted as a new open standard for REST-style data services, but I can't find much evidence of it being used in anger by anyone who isn't plugged into the MSFT developer community. If it's an open standard I would have expected to some more traction from the Java/Ruby/Python/PHP communities. The background behind the quest...

Reverse Proxy on Apache for SharePoint Foundation2010

We have an Apache (Redhat 4.6, Apache 2.0.52, libxml2 2.6.16) as a reverse proxy. Authentification and most of the functionality is o.k. But on SharePoint2010-side he has minor problems: - Pulldown menu doesn't work - List editings menu has errors There seems as Reverse proxy can't extract the hard coded of the SharePoint Server within ...