Netplait Talk Forums

User info

Welcome, Guest! Please login or register.


You are here » Netplait Talk Forums » Main Discussion » C# File Adding Disabled?? Database Unclear!


C# File Adding Disabled?? Database Unclear!

Posts 1 to 2 of 2

1

I downloaded the 2017.9 version just about yesterday and when i wanted to added a new file (during which i will also add a .db file). After specifying the name and stuff, i pressed the create button...but nothing happened  o.O . Why is this? Is this a common bug? How should i fix this? :confused:

0

2

No this is not a common bug. What you're practically doing is adding a new file while your project is active  :nope: . After you've add a file to inactive the project, go to the manage file inports form and edit the config file as following:

Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using NetConfigure;
using System.Windows.Forms;

namespace New
{
    public partial class New : New
    {
        public New()

        {
            InitializeComponent();
            NetConfigure.Settings.Set(.db) == true;
            Component.Equals(1);
            //if you have 1 database file.
            Component.Settings.Import(1);
        }
    }
}

Or as following:

http://sl.uploads.im/t/juQz2.png

hoped it helped  :writing:
Admin, @Roebebin
Oryle Foundation

0


You are here » Netplait Talk Forums » Main Discussion » C# File Adding Disabled?? Database Unclear!