Visual Studio 2008 - Copy if Newer not working

Cajunspirit

Member
Joined
Sep 29, 2008
Messages
19
Programming Experience
Beginner
Yes, I have scoured the net and yes I know I am the 10 millionth, but my gosh this is annoying.

Now, I do understand the concepts, what I can't understand is what is wrong with mine.

I have a DataSource and a NavigationBinding.

I have enabled my database to "Copy if Newer"

Do I need something more?

A write to database button?
I thought it would be automatic...

Please help... -_-*
 
copy if newer is a visual studio directive saying what to do with a file during compilation, it has NOTHING to do with writing data to a database.

If youre using WEB then this is NOT the correct area of the forums for your query. For other info, see DW2 link in by signature, section "Saving Data"
 
Thanks a lot...

Forgive me for the "Response.Redirect"
The little VB I have learned was taught in a 2003 .NET class using webforms...

Anywho, it works... yay!

I think I also figured out the navigation of forms through using
me.hide() and form.show()

All I need now is to have the application use the login form as the start page :\
 
Thanks a lot...

Forgive me for the "Response.Redirect"
The little VB I have learned was taught in a 2003 .NET class using webforms...

Anywho, it works... yay!

I think I also figured out the navigation of forms through using
me.hide() and form.show()

All I need now is to have the application use the login form as the start page :\
Open the project's properties, look at the 'Startup' spot on the application tab
 
Back
Top