Received: by 10.50.192.227 with SMTP id hj3mr7873463igc.2.1333473694267; Tue, 03 Apr 2012 10:21:34 -0700 (PDT) X-BeenThere: csharp-sqlite@googlegroups.com Received: by 10.182.121.4 with SMTP id lg4ls5136327obb.4.gmail; Tue, 03 Apr 2012 10:21:33 -0700 (PDT) Received: by 10.68.235.4 with SMTP id ui4mr10005656pbc.3.1333473693771; Tue, 03 Apr 2012 10:21:33 -0700 (PDT) Received: by 10.68.235.4 with SMTP id ui4mr10005655pbc.3.1333473693763; Tue, 03 Apr 2012 10:21:33 -0700 (PDT) Return-Path: Received: from mail-pz0-f51.google.com (mail-pz0-f51.google.com [209.85.210.51]) by gmr-mx.google.com with ESMTPS id g5si10380120pbk.2.2012.04.03.10.21.33 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 03 Apr 2012 10:21:33 -0700 (PDT) Received-SPF: pass (google.com: domain of noah.h...@gmail.com designates 209.85.210.51 as permitted sender) client-ip=209.85.210.51; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of noah.h...@gmail.com designates 209.85.210.51 as permitted sender) smtp.mail=noah.h...@gmail.com; dkim=pass header...@gmail.com Received: by mail-pz0-f51.google.com with SMTP id z8so3936531dad.24 for ; Tue, 03 Apr 2012 10:21:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=s3vitbvpgBprlHSP8mGxmwuV2GsxiAALBTF5SK9voog=; b=pFZjVVej2ovMwKPigiAyXnfHgEKbSC6Dcsg7Xe4K9GCNfzfgszJ4Fhjd5eSXSF5Kto WiiMt6NeZCnSG0Arc2UyoOQ83Abp6V0yuqeinh3qMn8aSpHDlUNOu/G5ufd9ac/cM7fc 4xk9b3a3y1kFwdl93BjSymXCO9aO96NYFkifTEfNAApTytYY+n/iGKa2863Jrb8BsRfE mBG458yl7nxsRrWfxefL9zfEKD3vdEUxjXcxWPRx7YSOD9oJez1Rfq8LdS3fFvU+e2+9 Rwq/D7rdbfIPo/eOBzEYQo6qBtfOUHL+oC8ljoOSqDqWheyLODtlwJ7qXNvgu3i+8jTz xnJQ== Received: by 10.68.216.4 with SMTP id om4mr29802162pbc.158.1333473693483; Tue, 03 Apr 2012 10:21:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.228.99 with HTTP; Tue, 3 Apr 2012 10:21:13 -0700 (PDT) In-Reply-To: <30349503.433.1333471705510.JavaMail.geo-discussion-forums@ynbp21> References: <30349503.433.1333471705510.JavaMail.geo-discussion-forums@ynbp21> From: noah hart Date: Tue, 3 Apr 2012 10:21:13 -0700 Message-ID: Subject: Re: [C#-SQLite] C#-SQLite doesn't work within web service To: csharp-sqlite@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Several questions: 1) Does it work with a memory database 2) What directory will this use to create the file 3) Do you have permissions for that directory Can you post the code you are using Noah On Tue, Apr 3, 2012 at 9:48 AM, wrote: > Unfortunately, cannot create database using csharp-sqlite within asp.net > webservice. > It always tells "System.Exception: Error with opening database test.db!" > What is going wrong? Some guidelines?