|
|
Rank: Member Groups: Member
Joined: 6/22/2004 Posts: 4 Points: 0
|
I have generated some Flash Chart graphs in a .NET web application and they work great in my environment. When we migrated the application and merged code, they wouldn't work unless we merged into my code base??? We moved over the aspx pages, inserted the .dll file in the references. When the page is rendered it just gives me an empy box where the object and embed tags are sitting in the code. Is there something we are missing in the migration?
Thanks in advance!
Eric
|
|
 Rank: Advanced Member Groups: Administration
, Member
Joined: 7/28/2003 Posts: 1,235 Points: -208 Location: WA, US
|
Eric,
Can you sent URL or result HTML of page with FlashChart?
Best regards, Fedor Skvortsov
|
|
 Rank: Advanced Member Groups: Administration
, Member
Joined: 8/2/2003 Posts: 708 Points: 105
|
Hello Eric, Are you migrating your code to another machine? Is this machine has the same .NET Framework version with one installed at your development machine? By the way, what is OS on the problem machine? Sincerely yours, Andrew Simontsev from Aurigma Team
|
|
Rank: Member Groups: Member
Joined: 6/22/2004 Posts: 4 Points: 0
|
http://apps.grasptechnologies.com/Roofmanager2004/login.aspx is where the code is sitting. The graphs are on the main page when you hit the login button. They look great on the site, but when I pull the app back down to my box to work with the current code base it gives me three blank objects. Thanks, Eric
|
|
Rank: Member Groups: Member
Joined: 6/22/2004 Posts: 4 Points: 0
|
all of us are running xp pro and the server is 2000. All of us are running the most up to date version of .net (2003) and the most current framework (1.1).
|
|
 Rank: Advanced Member Groups: Administration
, Member
Joined: 8/2/2003 Posts: 708 Points: 105
|
Try to check permissions for the folder where you save temporary charts (if you do). The problem may be concerned with shortage of permissions. Sincerely yours, Andrew Simontsev from Aurigma Team
|
|
Rank: Member Groups: Member
Joined: 6/22/2004 Posts: 4 Points: 0
|
That was the problem, I needed to re-add the aspnet user to the permissions on that folder.
Thanks!
Eric
|
|
 Rank: Advanced Member Groups: Administration
, Member
Joined: 8/2/2003 Posts: 708 Points: 105
|
Great! Please feel free to let us know if you have any other problems. Sincerely yours, Andrew Simontsev from Aurigma Team
|
|
|
Guest |