Sign In
Nothing but .NET
Tips, tricks, and lessons learned from building .NET solutions and working with Microsoft products
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
Assembly Viewer
CRM
CRM 2011
DLL
GAC
JSON
Lync
Miscellaneous
Performance Tuning
Silverlight
Visual Studio
WCF
Windows Media Player
Windows Phone
Windows Phone 7
Windows Vista
WP
WP7
Archive
Archives
February 2012
(1)
July 2011
(1)
April 2011
(3)
March 2011
(4)
February 2011
(1)
December 2010
(1)
November 2010
(1)
November 2006
(1)
April 2006
(2)
March 2006
(1)
March, 2011
MSDN Blogs
>
Nothing but .NET
>
March, 2011
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Nothing but .NET
Preventing TiltEffect on a WP7 ListBox item
Posted
over 1 year ago
by
Mohammed Adenwala
0
Comments
I had some trouble disabling the TiltEffect on items inside a particular WP7 ListBox in my application. I tried setting the SuppressTilt and the IsTiltEnabled properties on the ListBox as well as the StackPanel inside my DataTemplate and the ItemsPanelTemplate...
Nothing but .NET
CRM 2011 SDK - System.InvalidCastException: Unable to cast object of type 'Microsoft.Xrm.Sdk.Entity' to type...
Posted
over 1 year ago
by
Mohammed Adenwala
0
Comments
This is the same issue as the one mentioned in my blog from a few days ago ( Error while using the Create Method - System.ArgumentNullException: Value cannot be null )...but this time I got an InvalidCastException while trying to cast an entity instance...
Nothing but .NET
Creating a .NET WCF 4.0 JSON Service
Posted
over 1 year ago
by
Mohammed Adenwala
2
Comments
I had a lot of trouble getting configuring a .NET 4.0 WCF service which could be called from an HTML page using JQUERY. The issue was pretty much all with configuring the service and so I thought I would share the web.config that I finally got that allowed...
Nothing but .NET
CRM 2011 SDK - Error while using the Create Method - System.ArgumentNullException: Value cannot be null
Posted
over 1 year ago
by
Mohammed Adenwala
3
Comments
If you're using the CRM 2011 SDK with a generated proxy, you may encounter an ArgumentNullException when trying to use the Create method on your service instance. To get around this issue, you must enable proxy types on the service proxy instance as follows...
Page 1 of 1 (4 items)