An unhandled exception (‘Unhandled Error in Silverlight Application Code:4004

The above error could be caused by one of the follow reasons.

 

The database does not support user instance. For example, you are using Domain Service Class.

 

An unhandled exception (‘Unhandled Error in Silverlight Application Code:4004

The video shows the original connection string is like:

 

<addname=AdventureWorks_DataEntitiesconnectionString=metadata=res://*/AdventureWorks.csdl|res://*/AdventureWorks.ssdl|res://*/AdventureWorks.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\AdventureWorks_Data.mdf;Integrated Security=True;User Instance=True;MultipleActiveResultSets=True&quot;providerName=System.Data.EntityClient />

 

and the changed to:

 

<addname=AdventureWorks_DataEntitiesconnectionString=metadata=res://*/AdventureWorks.csdl|res://*/AdventureWorks.ssdl|res://*/AdventureWorks.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\AdventureWorks_Data.mdf;Integrated Security=True;MultipleActiveResultSets=True&quot;providerName=System.Data.EntityClient />

 

which without the User Instance=True.

 

Resources:

Connecting to SQL Server Express User Instances

Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance

 

 

About these ads

About chanmingman

Ming Man is a senior manager for a development company. With 20 years of experience in the IT field, he has developed system using Clipper, COBOL, VB5, VB6, VB.NET, Java and C #. He is familiar with the N-Tier design of business application and is also an expert with database experience in MS SQL, Oracle and AS 400.
This entry was posted in .Net and tagged . Bookmark the permalink.

One Response to An unhandled exception (‘Unhandled Error in Silverlight Application Code:4004

  1. Pingback: An unhandled exception ('Unhandled Error in Silverlight Application … | Educating Our Workforce

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s