The sql-server-ce-4 tag has no wiki summary.
0
votes
1answer
30 views
does SQL Server compact 4.0 requries sql server installed
I'm doing some testing with sql server compact 4.0 added into an mvc application. do you know if this is required to be installed on an sql server 8.0 when i deploy to web server or does the compact ...
-1
votes
0answers
17 views
SQL Ce Versiaon not Worked after Instal My app on other Pc [closed]
I used the SDF database file to the project and there is no problem in my system.
But when the project is transferred onto another machine, then even after installing .Net Framework 4, it does not ...
1
vote
0answers
23 views
how do I set the data location with SqlServerCE without naming the sdf?
I'm using Sql Server Compact Edition v4 with EntityFramework v5. I pass the name of the sdf file into the constructor of my various DbContext inheritors. It works fine but always creates the files in ...
2
votes
2answers
56 views
SQL Server Compact 4.0 does not work in VS 2010 SP1
I've installed SQL Server compact 4.0 local database and I've added a database. However, if I try to open my database, an unknown errors occurs.
I tried to restart my VS 2010 after install the SQL ...
0
votes
0answers
75 views
SQL Server CE 4.0 error when installed before Net framework 4 on my app setup
I have my app that needs SQL Server CE 4.0 (using Entity Framework) and net framework 4.
I put into requirements net framework 4 and SQL Server CE 4.0 (for this last one I have to make a special ...
0
votes
0answers
52 views
SQL Server CE - Join table with additonal where - slow performance
I use a SQL Server CE 4.0 database for my application.
There are two tables:
Barcode (75'000 rows)
Id (PK)
ArticleId
IsDeleted
IsMainbarcode
...
Article (70'000 rows)
Id (PK)
Description
...
...
0
votes
1answer
15 views
Why whenever touching Server Explorer, database contents is erased?
Update
I've just found what's causing it but couldn't solve it :
When running the project, VS copies the SDF file to bin\Debug, therefore, any changes made to it, even if only refreshing the DB ...
0
votes
1answer
205 views
ClickOnce deploy of WPF app with SQL Server Compact database
I read this post which apparently solves the issue with WPF app publishing which has SQL Server Compact dependency. I went through all the steps prescribed by the author of this post but it just ...
1
vote
1answer
287 views
How to combine Entity Framework and SQL Compact in Visual Studio 2012?
I am using the MS Entity Framework and Visual Studio 2012 in combination with the SQL Server Express. Now I want to use the EF in combination with an SQL Server Compact Edition database.
The design ...
0
votes
0answers
109 views
SQL CE 4.0 Private deployment with Entity FrameWork 5.0
Trying to do a Private Deployment for WPF Application with SQLCE 4.0 + EntityFramework5.0
With the help of the below link
http://erikej.blogspot.com/2011/02/using-sql-server-compact-40-with.html.
...
0
votes
1answer
61 views
SQL Server CE Toolbox - VS 2010 plugin not allowing connections to 4.0
I've installed the SQL Server Compact Edition 4.0 runtime and DbFactory provider and everything.
But after I've installed the SQL Server CE Toolbox (v3.2) from CodePlex, I still cannot seem to get ...
0
votes
2answers
129 views
How to solve false “EF Power Tools: modelEntityContainerName contains characters that are not valid”?
I'm facing an issue that many already faced, with a difference: neither the SDF file name, or the path, contains invalid characters.
I've even tried with the Northwind.sdf file and Ikeep getting the ...
0
votes
1answer
85 views
Windows XP The specified locale is not supported on this operating system. [ LCID = 16393 ]
I Use the Sql Server Compact edition 4.0 and have installed on my System (windows 7). From my Solution when i run this works fine basically the line of code
SqlCeConnection.Open() with the ...
2
votes
1answer
61 views
For a small Database site, should i choose SQL CE or SQL Server
I have a website with not more than 100 products which shall grow to 1000-5000 over the period of time if the website grows.
I like SQL CE as its hassle free in deployment and backup. The only thing ...
0
votes
0answers
43 views
Deployment Project not prompting for SQL Server Compact 4 prerequiste
My application uses Microsoft SQL Server CE 4.0, while working on the deployment project I realized (by installing the MSI on virtual machines) that we needed to install SQL Server CE 4.0 (not just ...
-2
votes
1answer
104 views
Gettings started with EF (SqlServerCe)
I am creating an application in WPF, and I want connect to a database using SQL Server Compact 4.0.
I add data base to project. And using NuGet I added
System.Data.SqlServerCe
...
1
vote
1answer
42 views
Is there any tool with which I can upgrade my CE database to 4.0?
I'm having trouble creating a .NET project. I already have some database with extension .sdf and whenever I intend to connect to it I get the following error:
The database file has been created by an ...
1
vote
1answer
172 views
The specified argument value for the function is not valid. [ Argument # = 1,Name of function(if known) = isnull ]
I want to select from a table where a column matches a given parameter. If the parameter is null, I want to select all records from the table. The relevant code below is what throws this error.
...
2
votes
1answer
152 views
ReportViewer in 2012 won't bind to SQL Server Compact datasource
I am using Visual Studio 2012 and SQL Server Compact 4.0. When I try to bind the ReportViewer control to an instance of a datasource via the designer, it won't bind (the selectable instance is ...
2
votes
2answers
609 views
Entity Framework, ASP.NET, and SQL Server CE
With VS 2010 SP1 I created an ASP.NET MVC4 project from the "internet" template. I then created a connection string for SQL Server CE 4.0:
<add name="DefaultConnection"
connectionString="Data ...
0
votes
1answer
140 views
SQL Server CE 4 very poor performance on XP SP3
I have a SQL Server Compact 4.0 database with Entity Framework 4.3 and Encryption enabled with Platform Default mode and this is its connection string:
Data Source={Database ...
0
votes
0answers
176 views
SQL CE 4 Error: The ntext and image data types cannot be used in WHERE, HAVING, GROUP BY, ON, or IN clauses
I'm trying to migrate an old SQL Server database (created in Entity Framework 4) to SQL CE 4. I've moved everything, recreated the schema and inserted the data into the SDF file, but now when I try to ...
0
votes
0answers
71 views
Moving to SQL Server CE 4 from SQL Server
I have a website where I have an SQL Server database, but I want to get rid of SQL Server and move into a more compact/modular system. SQL Server CE 4 suits my needs, but I have a problem. I've ...
1
vote
0answers
325 views
How to make a setup for Visual Studio 2012 project which uses SQL Server CE 4.0 and .net framework 4.0 or 3.5 sp1 with GAC registering?
I have created a Windows forms application project in VS 2012 which uses SQL Server CE 4.0 (Compact Edition) and .NET framework 3.5 sp1 and in future 4.0!
Now I don't know how to create a setup! ...
0
votes
1answer
64 views
Strategy for implementing a composite key of which the second part is rarely discriminating. Entity Framework Code First
I have the following scenario:
An Atom Entity is usually unique and can be stored in the database using a single AtomID field as its primary key.. In rare cases theAtomneeds to be split. In that ...
2
votes
1answer
778 views
Deploying MVC 4 application to localhost gives HTTP Error 404 [closed]
Using Visual Studio 2012 Express on Windows 7, From MVC 4 internet application template I created a new project, then used the simple membership and tested successfuly the authentication.
Then to try ...
0
votes
0answers
87 views
SQL Server CE 4 Asynchronous calls
I'm trying to create async calls to SQL Server CE 4 database. As I understand there is no asynchronous processing param for connection string and BeginExecuteReader command for the command object. My ...
0
votes
0answers
65 views
Distribute SQLServer CE to Windows XP and above
I have an application which I developed using SQL Server CE 4 and distribute it using Clickonce.
In the project, I added the SQL Server CE 4 reference by using Nuget. Nuget will automatically create ...
0
votes
1answer
348 views
Change password of SDF database file (SQL Server Compact 4.0)
I would like to change the password of my SQL Server Compact 4.0 database. Is this possible out of Visual Studio 2010 (Ultimate, SP1)?
Any help would be appreciated!
0
votes
0answers
191 views
SQL Server Compact 4.0 DateTime precision does not include seconds
According to this link http://msdn.microsoft.com/en-us/library/ms172424.aspx SQL Server Compact Edition 4.0 supports DateTime with the usual SQL Server precision (seconds and milliseconds to 3.33).
...
3
votes
1answer
941 views
SQL Server CE 4.0 deployment issue--which files are necessary?
I'm trying to deploy a small Windows Form app that uses a SQL Server CE 4.0 database. I don't want every system running this application to have to install SQL Server CE 4.0, so I'm trying to get any ...
0
votes
1answer
133 views
SQL Server Compact Toolbox with disabled add connections options
The original problem is that I'm trying to use SQL CE 4.0 with Entity Framework 5. I have applied the service pack 1, applied different hot fix (as suggested in different forums and blogs).
Now, I've ...
1
vote
0answers
121 views
Exception connecting to SQL Server CE 4.0
When trying connecting to SQL Server CE 4.0 (SqlServerCe.dll, v2.0.50727), I get an exception (System.Data.Common.DbException) saying:
The CRT binary present in application/bin folder is not ...
0
votes
1answer
432 views
Using SQL Server CE 4.0 with Entity Framework on Windows Azure
I am using SQL Server CE 4.0 with WebApi on Windows Azure Websites. I have been successfully able to deploy SQL Server CE. The weird problem I am facing is that my site is able to log me in using the ...
0
votes
2answers
183 views
Is there any ready-made tool available to generate Setup Scripts for Database Provider for Microsoft Sync
I am working with Microsoft Sync Framework 2.1, MS SQL Server 2008 * MS SQL CE 4.0 ...
Is there any ready-made tool available to generate Setup Scripts for Database Provider for Microsoft Sync
...
0
votes
0answers
114 views
Export whole database from SQL Server CE 4.0 to SQL Server 2008 R2
I want to export the whole database from SQL Server CE 4.0 to SQL Server 2008 R2.
I know one way that is just create script file using third party tool and then run that script file on SQL Server ...
0
votes
2answers
139 views
SQL Server CE identifies a cyclical reference with Entity Framework Code First but SQL Server 2008 does not
I am working on an Entity Framework Code First project that has a fairly complex Data Model which deploys absolutely fine on SQL Server 2008.
However when creating an SQL Server CE database for some ...
0
votes
2answers
351 views
Allow Entity Framework 4.5 to use datetime2 with SQL Server CE4
I am working on an Entity Framework project using SQL Server 2008. We recently changed to use the datetime2 field type for a lot of our Dates as we need the precision.
This works fine against our ...
6
votes
2answers
839 views
How to use dynamic connection string for SQL Server CE?
I used SQL Server CE 4.0 in my windows app and use Entity Framework to create a model of it.
It works fine but my problems is that it doesn't have a constructor to change the connection string, and ...
3
votes
1answer
242 views
Authentication from Asp.Net Mvc4 Project to Another Asp.Net Webapi Project, backed by SQL Server CE 4
I've been searching for an answer to my question for a while now, but can't find what I'm looking for so I hope someone can help me :)
Scenario:
3 Projects:
Asp.net Web Api Project (SQL Server CE ...
0
votes
0answers
123 views
SQL Server 2008 and SQL Server Compact synchronization with tables with date fields [closed]
This seems like a bug to me (in reference to the whole question about the default cast .......)
Reading SQL Server Compact data types you can see that there is no date data type. Instead, datetime ...
1
vote
1answer
521 views
How to view SQL Server CE system tables in Visual Studio 2012
I can open a SQL Server CE 4.0 .sdf file in Visual Studio 2012 and it appears in the Server Explorer. All good.
But as far as I can tell it only shows the regular tables, not system tables.
Is there ...
0
votes
3answers
304 views
Ecrypt password in app.config
I am using Entity Framework to create a SQLServer connection of database with a password:
connectionString="DataSource=|DataDirectory|DB.sdf;Password=abc
How can I protect the password while using ...
0
votes
0answers
80 views
Error running a correct query on SQL Server CE 4. Why?
Why can't I run the following query in SQL Server CE 4?
SELECT
t.id_ticket, id_status,
t.id_usuario, t.id_categoria,
t.id_classificacao, t.nm_titulo,
t.ds_ticket, t.nm_anexo,
...
0
votes
1answer
151 views
Override Property Mapping with Fluent NHibernate
I have a Fluent NHibernate Mapping that maps a property of a class to use the NHibernate XDocType
Map(x => x.Content)
.Not.Nullable()
.CustomType(typeof (XDocType));
...
0
votes
0answers
277 views
Entity Framework, CTP5, SQLServerCompact, missing Database.SetInitializer
I've installed EFCodeFirst 0.8 (CTP5) and EFCodeFirst.SQLServerCompact 0.8.84821. I've updated the references to EntityFramework and System.Data.SqlServerCe.Entity.dll.
My project compiles and runs, ...
1
vote
2answers
864 views
SQL Server Compact Edition 4 - AccessViolationException
I'm building a .NET 4 WPF application using Entity Framework code first and SQL Server Compact 4.0. I'm trying to call DbContext.SaveChanges() on a background thread to avoid blocking the UI, but I'm ...
0
votes
0answers
93 views
Migrate Umbraco 5.1 from SQL Server CE to SQL Server 2008
We created a site on Umbraco 5.1 and we are dealing with long page load time. One thing we want to do in order solve it is to move from our current SQL Server CE 4 database to a SQL Server 2008 ...
5
votes
1answer
2k views
DbSet.Find method ridiculously slow compared to .SingleOrDefault on ID
I have the following code (Database is SQL Server Compact 4.0):
Dim competitor=context.Competitors.Find(id)
When I profile this the Find method takes 300+ms to retrieve the competitor from a table ...
14
votes
3answers
3k views
Code First Migrations and initialization error
I'm unsure about how to use the code first migration feature. In my understanding it should create my database if it's not existing already, and update it to the latest schema according to migration ...
