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
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
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
Visual Studio
WCF
Windows Media Player
Windows Phone
Windows Phone 7
Windows Vista
WP
WP7
Monthly Archives
Archives
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)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Nothing but .NET
Windows Phone App Submission error: The [NeutralResourceLanguage] attribute is missing on the entry assembly. (2003)
Posted
6 months ago
by
Mohammed Adenwala
3
Comments
The Windows Phone Marketplace has a big update yesterday. I tried submitting an update for one of my applications today and after selecting and uploading the assembly, I got a messaging saying that static validation completed with errors: The [NeutralResourceLanguage...
Nothing but .NET
CRM Service Exception: Could not load file or assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies
Posted
9 months ago
by
Mohammed Adenwala
2
Comments
I received the below error from a CRM WCF service that I created. After some investigating, I found out that I received this error because I don't have Windows Identify Foundation Pack installed on my developer PC. After installing Windows Identity Foundation...
Nothing but .NET
Retrieving QueryString paramaters in a CRM Plug-In
Posted
9 months ago
by
Mohammed Adenwala
0
Comments
Retrieving QueryString parameters inside of a CRM plug-in was easier than I thought, but with just one caveat. After you register your parameter with your entity's form view, you can then retrieve those parameters using the HttpContext class. Just a reference...
Nothing but .NET
Windows Phone 7 MAC address has arrived!
Posted
10 months ago
by
Mohammed Adenwala
0
Comments
If you're looking for your MAC address for your Windows Phone 7, you'll need the March 2011 (NoDo) update. That update displays your phone's MAC address under SETTINGS > ABOUT . If you're not on the March 2011 (NoDo) update, then follow the instructions...
Nothing but .NET
Preventing TiltEffect on a WP7 ListBox item
Posted
10 months 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
10 months 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
10 months 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
10 months 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...
Nothing but .NET
Stop Microsoft Lync contacts from syncing to your Windows Phone
Posted
11 months ago
by
Mohammed Adenwala
0
Comments
I've noticed that all my Microsoft Lync (previously OCS) contacts show up in my Windows Phone People Hub (contacts/address book). This is because Lync by default syncs all your contacts to your Outlook personal contacts. And if you tried to delete those...
Nothing but .NET
How to copy or replace DLLs from your GAC
Posted
over 2 years ago
by
Mohammed Adenwala
0
Comments
If you want to actually browse DLLs in your GAC at C:\Windows\assembly\ follow the instructions below. This register edit will disable the assembly viewer and instead let you browse files like you would any other folder and allow you to grab or copy files...
Nothing but .NET
Remove unwanted Facebook contacts from your Windows Phone 7
Posted
over 2 years ago
by
Mohammed Adenwala
22
Comments
I just got my Windows Phone 7 and added my Outlook, Windows Live, and Facebook accounts to the phone. The phone automatically downloading and merging all my contacts from each source is GREAT! However, I quickly realized that I ended up with 800+ contacts...
Nothing but .NET
Windows Vista: Can't stand the "User Account Control: Windows needs your permission to continue" dialog?
Posted
over 6 years ago
by
Mohammed Adenwala
8
Comments
Annoyed with always getting that message? I was. If you want to get rid of that prompt, click on START , then RUN , and type in GPEDIT.MSC . In the Group Policy Object Editor window, under Computer Configuration , expand Windows Settings , then Security...
Nothing but .NET
Problem adding a virtual machine in Virtual Server 2005
Posted
over 6 years ago
by
Mohammed Adenwala
8
Comments
If you try to remove a virtual machine from your master list and then attempt to re-add it, you will probably get this error: "The virtual machine could not be added. The virtual machine configuration could not be added. A configuration with this name...
Nothing but .NET
GREAT Windows Media Player Tip: Play Speed -> Fast!
Posted
over 6 years ago
by
Mohammed Adenwala
4
Comments
I wanted to share a GREAT tip that I got from someone when I first started here at Microsoft two months ago. Ok, it probably isn't that GREAT of a tip but it is very helpful to someone like me who is always short on time and has a plethora of web casts...
Nothing but .NET
Visual Studio 2005 - Error opening Visual Studio solution file: Make sure the application for the project type () is installed.
Posted
over 6 years ago
by
Mohammed Adenwala
7
Comments
I was having trouble opening a web services solution. I kept getting the following error: --------------------------- Microsoft Visual Studio --------------------------- The application for project 'http://localhost/MyVirtualWebApp' is not installed...
Page 1 of 1 (15 items)