GithubHelp home page GithubHelp logo

how to get started about sambapos-3 HOT 2 OPEN

ibnoe avatar ibnoe commented on June 10, 2024
how to get started

from sambapos-3.

Comments (2)

mckuipers avatar mckuipers commented on June 10, 2024

Not the full answer, but I tried this as well and got stuck...

Downloaded Visual Studio Express 2013 for windows desktop
Opened the project SambaPos.sln
F5 to debug

I get the SambaPos welcome splash screen then the error:
"An exception of type 'System.Data.EntityCommandExecutionException' occurred in System.Data.Entity.dll but was not handled in user code"

On continue, this error is repeated

Then I get a Column name is not valid

Then
An exception of type 'System.Net.WebException' occurred in System.dll but was not handled in user code

Then I realised that the database was not created. So did an install of the setup from http://www.sambapos.org/en/downloads build 34.
This produced a 'An exception occurered while intialising the database'.

After this failed run of the downloaded build 34, I was able to get the same error in the studio.
The code in the call stack just before the error is:
base.InitializeShell();

        try
        {
            var creationService = new DataCreationService();
            creationService.CreateData();
        }
        catch (Exception e)
        {
            if (!string.IsNullOrEmpty(LocalSettings.ConnectionString))
            {
                var connectionString =
                    InteractionService.UserIntraction.GetStringFromUser(
                    "Connection String",
                    string.Format(Resources.ConnectionStringError, e.Message),
                    LocalSettings.ConnectionString);

                var cs = String.Join(" ", connectionString);

                if (!string.IsNullOrEmpty(cs))
                    LocalSettings.ConnectionString = cs.Trim();

                logger.LogError(e, Resources.RestartAppError);
            }
            else
            {
                logger.LogError(e);

Please advice how to proceed.

Thanks
Marco

from sambapos-3.

WantAGeek avatar WantAGeek commented on June 10, 2024

It sounds more like a problem with the SQL instance. I've just downloaded the latest versions and it's running fine (I am using VS 2013 Pro though). I followed this tutorial to set up the DB, it may help http://sambapos.org/wiki/doku.php/en/installing_sql_express_2012_for_sambapos_v3

from sambapos-3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.