Jump to content
Software FX Community

Licensing & Performace in windows 98


User (Legacy)

Recommended Posts

Hi,

as lots of the people in this forum I had lots of problem with "Couldn't

Find Run Time Licensee" on the target computer both on Windows 98 and 2000.

I found out that if you compile your project and the exe file name contain

spaces the application will fail, if you remove the spaces from the project

and assembly name the component works fine

for performance under windows98 I am running the application on cellron 600

with 128 MB of ram and windows 98SE , to load a form with one graph

component on it takes around 7 second even Dow I am not loading data into

the graph for some reason windows 2000 doesn't suffer form this problem

does any body have a solution to make the form load faster

thank you

Ran Ben Oved

Data Technologies Inc.

Link to comment
Share on other sites

Hi,

as lots of the people in this forum I had lots of problem with "Couldn't

Find Run Time Licensee" on the target computer both on Windows 98 and 2000.

I found out that if you compile your project and the exe file name contain

spaces the application will fail, if you remove the spaces from the project

and assembly name the component works fine

for performance under windows98 I am running the application on cellron 600

with 128 MB of ram and windows 98SE , to load a form with one graph

component on it takes around 7 second even Dow I am not loading data into

the graph for some reason windows 2000 doesn't suffer form this problem

does any body have a solution to make the form load faster

thank you

Ran Ben Oved

Data Technologies Inc.

Link to comment
Share on other sites

1) The issue with spaces in the EXE name is a bug in the .NET License

Manager Class, we have no control over this.So until a .NET service pack

that fixes this problem is released you have to avoid spaces in your

application's name.

2) How many charts are you creating ? we are changing the licensing checking

code so that it can "cache" certain time-consuming operations, this will

dramatically improve performance when creating multiple chart. The overhead

on creating the first chart can not be avoided.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

1) The issue with spaces in the EXE name is a bug in the .NET License

Manager Class, we have no control over this.So until a .NET service pack

that fixes this problem is released you have to avoid spaces in your

application's name.

2) How many charts are you creating ? we are changing the licensing checking

code so that it can "cache" certain time-consuming operations, this will

dramatically improve performance when creating multiple chart. The overhead

on creating the first chart can not be avoided.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...