.net msde/sql server

P

Piedro

Hi Group,

I haven written a program on a win 2000 pc and sql server 2000, in the
sql server there're about 40 tables with data and now I'm deploying my
project on a test pc with windows xp professional SP2 and an msde
database but the strange thing is, on my win 2000 sql server 2000 pc
I've got a table which keeps the heighth of something (decimal(8,2)).
An example of a stored value is 4512 and in the msde it's also stored
as 4512 but when I run my program on the win 2000 sql server 2000
machine it displays the value in a textbox as 4512 which is ok, but on
the win xp/msde machine it shows 4512.00 in the textbox and I can't
seem to lose the .00

any help would be much appreciated

PS: the regional settings are the same on both pc's
 
C

CJ Taylor

Do you enable visual styles? They use different comctl libraries.

maybe this was an enhancement?

I dunno.
 
P

Peter

The dot net version on the win 2000 pc is vs.net 2002, on the xp machine
I've installed the dot net framework redistibutable, I don't know if there's
ne difference between these 2 frameworks. But I do now that on an other test
pc also a win 2000 pc with only the framework and msde installed to it has
the same "problem". I haven't enabled visual styles.

Grtz Peter
 
C

CJ Taylor

Well, VS.NET 2002 is only compatible with version 1.0 of the framework. It
depends what version of the framework redist you've installed. is it 1.0?
1.1? or 2.0b1?

-CJ
 
P

Peter

The program works just fine so I'm pretty sure I have got the 1.0 framework
installed on the xp test machine, but I'll have to check that at work
tomorrow. I'm going to sleep now because in Belgium it's already late at
night.

Thnx for you time I'll post what framework I've installed tomorrow
 
C

CJ Taylor

Sounds good.

Peter said:
The program works just fine so I'm pretty sure I have got the 1.0 framework
installed on the xp test machine, but I'll have to check that at work
tomorrow. I'm going to sleep now because in Belgium it's already late at
night.

Thnx for you time I'll post what framework I've installed tomorrow

CJ Taylor said:
Well, VS.NET 2002 is only compatible with version 1.0 of the framework. It
depends what version of the framework redist you've installed. is it 1.0?
1.1? or 2.0b1?

-CJ

Peter said:
The dot net version on the win 2000 pc is vs.net 2002, on the xp machine
I've installed the dot net framework redistibutable, I don't know if there's
ne difference between these 2 frameworks. But I do now that on an
other
test
pc also a win 2000 pc with only the framework and msde installed to it has
the same "problem". I haven't enabled visual styles.

Grtz Peter

"CJ Taylor" <[cege] at [tavayn] dit commmmm> schreef in bericht
Do you enable visual styles? They use different comctl libraries.

maybe this was an enhancement?

I dunno.
Hi Group,

I haven written a program on a win 2000 pc and sql server 2000, in the
sql server there're about 40 tables with data and now I'm
deploying
but
 
P

Peter Proost

Hi I've found the problem and indeed has to do with framework version you
guys mentioned , the redistibutable package of the framework they gave me at
work is the 1.1 framework redistibutable and not the 1.0 I thought it was,
after I've uninstalled the 1.1 framework and installed the 1.0 framework
it's ok. So now I know what's causing the "problem"

thnx for your time and help


CJ Taylor said:
Sounds good.

Peter said:
The program works just fine so I'm pretty sure I have got the 1.0 framework
installed on the xp test machine, but I'll have to check that at work
tomorrow. I'm going to sleep now because in Belgium it's already late at
night.

Thnx for you time I'll post what framework I've installed tomorrow

CJ Taylor said:
Well, VS.NET 2002 is only compatible with version 1.0 of the framework. It
depends what version of the framework redist you've installed. is it 1.0?
1.1? or 2.0b1?

-CJ

The dot net version on the win 2000 pc is vs.net 2002, on the xp machine
I've installed the dot net framework redistibutable, I don't know if
there's
ne difference between these 2 frameworks. But I do now that on an other
test
pc also a win 2000 pc with only the framework and msde installed to
it has
the same "problem". I haven't enabled visual styles.

Grtz Peter

"CJ Taylor" <[cege] at [tavayn] dit commmmm> schreef in bericht
Do you enable visual styles? They use different comctl libraries.

maybe this was an enhancement?

I dunno.
Hi Group,

I haven written a program on a win 2000 pc and sql server 2000,
in the
sql server there're about 40 tables with data and now I'm
deploying
my
project on a test pc with windows xp professional SP2 and an msde
database but the strange thing is, on my win 2000 sql server 2000 pc
I've got a table which keeps the heighth of something (decimal(8,2)).
An example of a stored value is 4512 and in the msde it's also stored
as 4512 but when I run my program on the win 2000 sql server 2000
machine it displays the value in a textbox as 4512 which is ok,
but
on
the win xp/msde machine it shows 4512.00 in the textbox and I can't
seem to lose the .00

any help would be much appreciated

PS: the regional settings are the same on both pc's
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top