WebLog of Ken Cox
Sign in
|
Join
Home
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 4.0
.NET ASP.NET
AJAX
ASP.NET
asp.net 3.5
asp.net 4
Atlas
Azure
bindingfailure
books
C#
caching
Canadians @ MVP Summit 2008
Chrome
Cloud computing
Code Snippets Manager
Community News
components
CSS
DataContext
Datagrid
DevTeach
Dummies
Dynamic Data
Energize IT
Entity Framework
Entity Framework Profiler
entitydatasource
Errors
Excel
General Software Development
GotDotNet
ie6
IIS
IntelliSense
internet explorer
JavaScript
jQuery
JSON
linkbutton
LINQ
linq to sql
listview
MailMessage
MIX
MSDN
msmq
MVC
MVP
NET
oracle
Orcas
PDF
RadGrid
reviews
roles
Security
Sharepoint
Silverlight
Silverlight 2
siteMap
SQL Server
sqldatasource
SqlTableProfileProvider
Starter Kits
TechDays_CA
Telerik
tools
UAC
UpdatePanel
Validation
VB
ViewState
Virtual Earth
Vista
Visual Basic
Visual Studio
Visual Studio 2008
Visual Studio 2010
Visual Web Developer
Visual Web Developer 2008
Volta
VSTO
WCF
Web Services
web.config
websitespark
Windows 7
Windows Azure
Windows Home Server
Windows Phone 7
Windows Server 2008
Word
WP7
WPF
WSH
xaml
xmlserialization
News
ASP.NET 3.5 For Dummies
Navigation
Home
Blogs
Archives
May 2012 (2)
April 2012 (3)
June 2011 (1)
April 2011 (3)
March 2011 (2)
January 2011 (1)
December 2010 (2)
November 2010 (5)
October 2010 (2)
September 2010 (3)
August 2010 (7)
July 2010 (2)
June 2010 (3)
May 2010 (3)
April 2010 (4)
March 2010 (1)
February 2010 (2)
December 2009 (3)
November 2009 (5)
October 2009 (6)
September 2009 (5)
August 2009 (2)
July 2009 (1)
May 2009 (1)
April 2009 (2)
March 2009 (3)
February 2009 (5)
January 2009 (7)
November 2008 (3)
October 2008 (8)
September 2008 (5)
August 2008 (5)
July 2008 (6)
June 2008 (3)
May 2008 (6)
April 2008 (2)
March 2008 (5)
February 2008 (7)
January 2008 (9)
December 2007 (3)
November 2007 (6)
October 2007 (3)
September 2007 (2)
August 2007 (3)
June 2007 (3)
May 2007 (5)
April 2007 (3)
March 2007 (2)
February 2007 (2)
January 2007 (3)
December 2006 (1)
November 2006 (4)
October 2006 (4)
September 2006 (4)
August 2006 (2)
July 2006 (4)
June 2006 (3)
May 2006 (4)
April 2006 (1)
March 2006 (4)
February 2006 (2)
January 2006 (1)
December 2005 (1)
November 2005 (2)
October 2005 (4)
September 2005 (1)
August 2005 (1)
July 2005 (2)
June 2005 (1)
April 2005 (2)
March 2005 (1)
February 2005 (3)
January 2005 (1)
November 2004 (1)
October 2004 (2)
September 2004 (1)
August 2004 (2)
July 2004 (3)
June 2004 (4)
Web Links
KenCox.ca
August 2010 - Posts
1
Comments
An ASP.NET 4 Web Application Using the SqlTableProfileProvider – Doable or a Time Sink?
by
Ken Cox [MVP]
Update: Imar Spaanjaars (MVP) came up with the solution and I did the documentation and packaging . Go for it! Have hundreds of ASP.NET developers been wasting dozens of hours each on something that can’t be made to work in ASP.NET? This is too weird...
Filed under:
.NET
,
ASP.NET
,
MVP
,
SqlTableProfileProvider
,
asp.net 4
0
Comments
Fix: LinkButton Doesn’t Looked Disabled in ASP.NET 4
by
Ken Cox [MVP]
I couldn’t figure out why the LinkButtons in my former ASP.NET 3.5 site suddenly wouldn’t look disabled even though I was setting lnkbtn.Enabled = False The quick fix was to check the web.config file to ensure a new ASP.NET 4 setting: <pages ...
Filed under:
Community News
,
ASP.NET
,
.NET 4.0
,
linkbutton
14
Comments
Fed Up With System.Data.Metadata.Edm.ObjectItemAssemblyLoader
by
Ken Cox [MVP]
I’m fed up with the random errors I’m getting on my ASP.NET 4, Entity Framework 4 web application lately. It seems to stem from something that System.Data.Metadata.Edm is doing with a call to System.Reflection.Assembly.GetTypes(). I keep getting the error...
Filed under:
Community News
,
.NET
,
ASP.NET
,
Entity Framework
,
.NET 4.0
8
Comments
Fix: The type or namespace name 'EntityDataSource' does not exist
by
Ken Cox [MVP]
Today’s stupid mistake had me going in circles in my Web application project. The error message was: The type or namespace name 'EntityDataSource' does not exist… As the rest of the error message suggests, I must be missing an assembly reference. Nope...
Filed under:
.NET
,
ASP.NET
,
Entity Framework
,
entitydatasource
1
Comments
Monitor Your EF4 Queries with Entity Framework Profiler
by
Ken Cox [MVP]
Entity Framework is wonderful for non-SQL developers like me. I can implement data access code in VB-like object syntax or with drag’n’drop datasource controls and then let EF turn it into T-SQL. For the most part, I’m happy to be insulated from the SQL...
Filed under:
Community News
,
.NET
,
ASP.NET
,
Entity Framework
,
.NET 4.0
,
Entity Framework Profiler
5
Comments
Unhelpful ASP.NET Error Message: ‘Retrieve the LoaderExceptions property for more information’
by
Ken Cox [MVP]
Since I upgraded my file-based web site from ASP.NET 3.5 to 4.0 (including Entity Framework 4), I’ve been getting the following error message far too often: Unable to load one or more of the requested types. Here’s the scenario: I FTP a bunch of new files...
Filed under:
.NET
,
ASP.NET
,
IIS
,
Entity Framework
,
.NET 4.0
1
Comments
Visual Studio Lightswitch - Welcome Advanced Amateurs
by
Ken Cox [MVP]
There are a lot of people in business who are wizards with tools like Excel, even though their primary job isn’t software development. Sometimes their apps become essential to the business process. Lightswitch , announced at VSLive!, will appeal to advanced...
Filed under:
.NET
,
ASP.NET
,
Visual Studio
,
Silverlight
More Posts