BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Development  General develop...  Working on the 0.8 code
Previous Previous
 
Next Next
New Post 11/9/2008 4:57 AM
User is offline vmasanas
3 posts
No Ranking


Working on the 0.8 code 

I just downloaded the 0.8 branch but I'm having a lot of trouble making a clean installation out of it. Should this be stable (at least installation) enough to start playing with and looking around? Or it's just a very alpha code?

In case it helps you, there are the errors so far:

- when installing: BugNet_UserProfile trying to reference this table from web.config profile provider but table does not exists.

- In sqldataprovider wrong reference to hostsettings objects (missing 's' after HostSetting):

 

private const string SP_HOSTSETTING_GETHOSTSETTINGS = "BugNet_HostSettings_GetHostSettings";private const string SP_HOSTSETTING_UPDATEHOSTSETTING = "BugNet_HostSettings_UpdateHostSetting";

- and final one (could not pass this one):

runtime error:  Invalid object name 'BugNet_StringResources'.

in Default.aspx

So I I've not yet been able to pass the installation step. Any help would be appreciated.

 


Vicenç Masanas
 
New Post 11/10/2008 6:45 AM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




Re: Working on the 0.8 code 

The installation scripts are not up to date, you should be able just to run the code with the database in the app_data folder. Attach this in sql server or change the connection string to to attach the database and you should be fine.

 

The user name and password are the usual, admin and password.

The 0.8 version is coming along but still needs some work before being released.  99% of the reported bugs have been closed, but the releases needs stabilization.  Because the application is a complete rewrite from the database point of view I have left the installation and upgrade scripts till last when the database is near complete.


Davin Dubeau
BugNET - Core Developer

 
New Post 11/10/2008 3:02 PM
User is offline vmasanas
3 posts
No Ranking


Re: Working on the 0.8 code 

Davin,

thanks for the info this will help a lot. I was a bit frustrated a first. I've been using 0.7 for a while and I'm a big fan of this project. I hope the next version is so "nice" as it looks like from your posts and roadmap.

Thanks a lot.


Vicenç Masanas
 
New Post 11/17/2008 9:34 AM
User is offline qewrty
1 posts
No Ranking


Re: Working on the 0.8 code 

 admin wrote

The installation scripts are not up to date, you should be able just to run the code with the database in the app_data folder. Attach this in sql server or change the connection string to to attach the database and you should be fine.

 

The 0.8 version is coming along but still needs some work before being released.

Hi Davin

I usually use the db scripts, but I'm getting into the 0.8 code so need to use the method you described.  But I notice there are two database files (Database.mdf & BugNET.mdf).  What's the diff?

How are (suggested) db changes sent to you? [stored procedures etc]

Receiving good feedback from users running BN :)

Tortoise did not prompt me to login to SVN, will it do so when I try to commit?  Is there any thread you suggest for developers keen on providing some development assistance?

Regards,

dislexik #c programmir

 

 
New Post 11/17/2008 12:28 PM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




Re: Working on the 0.8 code 

 qewrty wrote

 admin wrote

The installation scripts are not up to date, you should be able just to run the code with the database in the app_data folder. Attach this in sql server or change the connection string to to attach the database and you should be fine.

 

The 0.8 version is coming along but still needs some work before being released.

 

Hi Davin

I usually use the db scripts, but I'm getting into the 0.8 code so need to use the method you described.  But I notice there are two database files (Database.mdf & BugNET.mdf).  What's the diff?

How are (suggested) db changes sent to you? [stored procedures etc]

Receiving good feedback from users running BN :)

Tortoise did not prompt me to login to SVN, will it do so when I try to commit?  Is there any thread you suggest for developers keen on providing some development assistance?

Regards,

dislexik #c programmir

 

The database.mdf is used for the deployment packages to support sql express users. BugNET.mdf is the current development database.

Exporting your database changes to a sql file is the best way to submit them attached to an issue logged in our issue tracker.   You can anonymous read from the repository but writes will require an account.

 


Davin Dubeau
BugNET - Core Developer

 
Previous Previous
 
Next Next
  Forum  Development  General develop...  Working on the 0.8 code

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.