Jump to content
Software FX Community

Access is denied: 'ChartFX.Borders'


User (Legacy)

Recommended Posts

i keep getting this configuration error when trying to compile and run.  it

seems to be somewhat sporadic. i have chartfx 6.0 and 6.2 currently

installed. i am using vs .net 1.1. you'll find the complete outputed error

message below.

--chris

Configuration Error

Description: An error occurred during the processing of a configuration file

required to service this request. Please review the specific error details

below and modify your configuration file appropriately.

Parser Error Message: Access is denied: 'ChartFX.Borders'.

Source Error:

Line 197: <add assembly="System.EnterpriseServices,

Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

Line 198: <add assembly="System.Web.Mobile, Version=1.0.5000.0,

Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

Line 199: <add assembly="*" />

Line 200: </assemblies>

Line 201: </compilation>

Source File:

c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line:

199

Assembly Load Trace: The following information can be helpful to determine

why the assembly 'ChartFX.Borders' could not be loaded.

=== Pre-bind state information ===

LOG: DisplayName = ChartFX.Borders

(Partial)

LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

LOG: Initial PrivatePath = bin

Calling assembly : (Unknown).

===

LOG: Policy not being applied to reference at this time (private, custom,

partial, or location-based assembly bind).

LOG: Post-policy reference: ChartFX.Borders

LOG: Attempting download of new URL

file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

LOG: Attempting download of new URL

file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

LOG: Attempting download of new URL

file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

LOG: Publisher policy file is not found.

LOG: No redirect found in host configuration file

(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

LOG: Using machine configuration file from

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

Culture=neutral, PublicKeyToken=a1878e2052c08dce

Link to comment
Share on other sites

i went to softwarefx.com and made sure i had the latest services packs.  now

i get the following error:

Method not found: Int32

SoftwareFX.ChartFX.Base.IData.GetDataIndexFromOffset(Int32, Int32).

Description: An unhandled exception occurred during the execution of the

current web request. Please review the stack trace for more information

about the error and where it originated in the code.

Exception Details: System.MissingMethodException: Method not found: Int32

SoftwareFX.ChartFX.Base.IData.GetDataIndexFromOffset(Int32, Int32).

Source Error:

Line 49: // chart1.SerLegBox = true;

Line 50:

Line 51: chart1.DataSourceSettings.DataSource = ds.Tables["NormalData"];

Line 52:

Line 53: //chart1.Import( FileFormat.XML,

Server.MapPath("Properties.xml") );

Source File: c:\inetpub\wwwroot\chartfxtest\webform1.aspx.cs Line: 51

Stack Trace:

[MissingMethodException: Method not found: Int32

SoftwareFX.ChartFX.Base.IData.GetDataIndexFromOffset(Int32, Int32).]

SoftwareFX.ChartFX.Internet.Server.DataArray.set_Item(Int32 series, Int32

point, Double value) +0

SoftwareFX.ChartFX.Internet.Server.DataSourceSettings.2G() +2268

SoftwareFX.ChartFX.Internet.Server.DataSourceSettings.2F(Boolean 0LX) +55

SoftwareFX.ChartFX.Internet.Server.DataSourceSettings.set_DataSource(Object

value) +270

ChartFXTest.WebForm1.createChart() in

c:\inetpub\wwwroot\chartfxtest\webform1.aspx.cs:51

ChartFXTest.WebForm1.Page_Load(Object sender, EventArgs e) in

c:\inetpub\wwwroot\chartfxtest\webform1.aspx.cs:33

System.Web.UI.Control.OnLoad(EventArgs e) +67

System.Web.UI.Control.LoadRecursive() +35

System.Web.UI.Page.ProcessRequestMain() +731

----------------------------------------------------------------------------

----

Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET

Version:1.1.4322.573

"Chris Shinkle" <cmshinkle@sep.com> wrote in message

news:Sc7%23QeC7DHA.2468@webserver3.softwarefx.com...

> i keep getting this configuration error when trying to compile and run.

it

> seems to be somewhat sporadic. i have chartfx 6.0 and 6.2 currently

> installed. i am using vs .net 1.1. you'll find the complete outputed

error

> message below.

>

> --chris

> Configuration Error

> Description: An error occurred during the processing of a configuration

file

> required to service this request. Please review the specific error details

> below and modify your configuration file appropriately.

>

> Parser Error Message: Access is denied: 'ChartFX.Borders'.

>

> Source Error:

>

> Line 197: <add assembly="System.EnterpriseServices,

> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> Line 198: <add assembly="System.Web.Mobile, Version=1.0.5000.0,

> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> Line 199: <add assembly="*" />

> Line 200: </assemblies>

> Line 201: </compilation>

>

> Source File:

> c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

Line:

> 199

>

> Assembly Load Trace: The following information can be helpful to determine

> why the assembly 'ChartFX.Borders' could not be loaded.

>

> === Pre-bind state information ===

> LOG: DisplayName = ChartFX.Borders

> (Partial)

> LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

> LOG: Initial PrivatePath = bin

> Calling assembly : (Unknown).

> ===

>

> LOG: Policy not being applied to reference at this time (private, custom,

> partial, or location-based assembly bind).

> LOG: Post-policy reference: ChartFX.Borders

> LOG: Attempting download of new URL

> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

> LOG: Attempting download of new URL

> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

> LOG: Attempting download of new URL

> file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

> LOG: Publisher policy file is not found.

> LOG: No redirect found in host configuration file

> (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

> LOG: Using machine configuration file from

> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

> LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

> Culture=neutral, PublicKeyToken=a1878e2052c08dce

>

>

>

Link to comment
Share on other sites

Please check the version of the following files in your bin folder

ChartFX.Internet.dll

ChartFX.base.dll

ChartFX.Borders.dll

All should have the same build number (6.0.X.* where X is the build number).

--

Regards,

JC

Software FX Support

"Chris Shinkle" <cmshinkle@sep.com> wrote in message

news:TUUSQmC7DHA.2468@webserver3.softwarefx.com...

> i went to softwarefx.com and made sure i had the latest services packs.

now

> i get the following error:

>

> Method not found: Int32

> SoftwareFX.ChartFX.Base.IData.GetDataIndexFromOffset(Int32, Int32).

> Description: An unhandled exception occurred during the execution of the

> current web request. Please review the stack trace for more information

> about the error and where it originated in the code.

>

> Exception Details: System.MissingMethodException: Method not found: Int32

> SoftwareFX.ChartFX.Base.IData.GetDataIndexFromOffset(Int32, Int32).

>

> Source Error:

>

>

> Line 49: // chart1.SerLegBox = true;

> Line 50:

> Line 51: chart1.DataSourceSettings.DataSource = ds.Tables["NormalData"];

> Line 52:

> Line 53: //chart1.Import( FileFormat.XML,

> Server.MapPath("Properties.xml") );

>

>

> Source File: c:\inetpub\wwwroot\chartfxtest\webform1.aspx.cs Line: 51

>

> Stack Trace:

>

>

> [MissingMethodException: Method not found: Int32

> SoftwareFX.ChartFX.Base.IData.GetDataIndexFromOffset(Int32, Int32).]

> SoftwareFX.ChartFX.Internet.Server.DataArray.set_Item(Int32 series,

Int32

> point, Double value) +0

> SoftwareFX.ChartFX.Internet.Server.DataSourceSettings.2G() +2268

> SoftwareFX.ChartFX.Internet.Server.DataSourceSettings.2F(Boolean 0LX)

+55

>

>

SoftwareFX.ChartFX.Internet.Server.DataSourceSettings.set_DataSource(Object

> value) +270

> ChartFXTest.WebForm1.createChart() in

> c:\inetpub\wwwroot\chartfxtest\webform1.aspx.cs:51

> ChartFXTest.WebForm1.Page_Load(Object sender, EventArgs e) in

> c:\inetpub\wwwroot\chartfxtest\webform1.aspx.cs:33

> System.Web.UI.Control.OnLoad(EventArgs e) +67

> System.Web.UI.Control.LoadRecursive() +35

> System.Web.UI.Page.ProcessRequestMain() +731

>

>

>

>

>

> --------------------------------------------------------------------------

--

> ----

>

> Version Information: Microsoft .NET Framework Version:1.1.4322.573;

ASP.NET

> Version:1.1.4322.573

>

> "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> news:Sc7%23QeC7DHA.2468@webserver3.softwarefx.com...

> > i keep getting this configuration error when trying to compile and run.

> it

> > seems to be somewhat sporadic. i have chartfx 6.0 and 6.2 currently

> > installed. i am using vs .net 1.1. you'll find the complete outputed

> error

> > message below.

> >

> > --chris

> > Configuration Error

> > Description: An error occurred during the processing of a configuration

> file

> > required to service this request. Please review the specific error

details

> > below and modify your configuration file appropriately.

> >

> > Parser Error Message: Access is denied: 'ChartFX.Borders'.

> >

> > Source Error:

> >

> > Line 197: <add assembly="System.EnterpriseServices,

> > Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> > Line 198: <add assembly="System.Web.Mobile, Version=1.0.5000.0,

> > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> > Line 199: <add assembly="*" />

> > Line 200: </assemblies>

> > Line 201: </compilation>

> >

> > Source File:

> > c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

> Line:

> > 199

> >

> > Assembly Load Trace: The following information can be helpful to

determine

> > why the assembly 'ChartFX.Borders' could not be loaded.

> >

> > === Pre-bind state information ===

> > LOG: DisplayName = ChartFX.Borders

> > (Partial)

> > LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

> > LOG: Initial PrivatePath = bin

> > Calling assembly : (Unknown).

> > ===

> >

> > LOG: Policy not being applied to reference at this time (private,

custom,

> > partial, or location-based assembly bind).

> > LOG: Post-policy reference: ChartFX.Borders

> > LOG: Attempting download of new URL

> > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> > Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

> > LOG: Attempting download of new URL

> > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> > Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

> > LOG: Attempting download of new URL

> > file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

> > LOG: Publisher policy file is not found.

> > LOG: No redirect found in host configuration file

> > (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

> > LOG: Using machine configuration file from

> > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

> > LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

> > Culture=neutral, PublicKeyToken=a1878e2052c08dce

> >

> >

> >

>

>

Link to comment
Share on other sites

> ChartFX.Internet.dll = 6.2.1486.27906

> ChartFX.base.dll = 6.2.1448.28428

> ChartFX.Borders.dll = 6.2.1448.26643

now here's the problem. i have just WASTED several hours trying to use you

tools to fix this problem. do you guys not have something like virtually

EVERY other software company i have ever dealt with has? can i not just

download an executable that will patch my installation? the only thing i

can find anywhere is these VERY PROBLEMATIC tools for doing an upgrade. all

of which seeminbly fails!

i need to get this fixed ASAP. please let me know how i can do this.

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:U4mud8C7DHA.2336@webserver3.softwarefx.com...

> Please check the version of the following files in your bin folder

>

> ChartFX.Internet.dll

> ChartFX.base.dll

> ChartFX.Borders.dll

>

> All should have the same build number (6.0.X.* where X is the build

number).

>

> --

> Regards,

>

> JC

> Software FX Support

> "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> news:TUUSQmC7DHA.2468@webserver3.softwarefx.com...

> > i went to softwarefx.com and made sure i had the latest services packs.

> now

> > i get the following error:

> >

> > Method not found: Int32

> > SoftwareFX.ChartFX.Base.IData.GetDataIndexFromOffset(Int32, Int32).

> > Description: An unhandled exception occurred during the execution of the

> > current web request. Please review the stack trace for more information

> > about the error and where it originated in the code.

> >

> > Exception Details: System.MissingMethodException: Method not found:

Int32

> > SoftwareFX.ChartFX.Base.IData.GetDataIndexFromOffset(Int32, Int32).

> >

> > Source Error:

> >

> >

> > Line 49: // chart1.SerLegBox = true;

> > Line 50:

> > Line 51: chart1.DataSourceSettings.DataSource = ds.Tables["NormalData"];

> > Line 52:

> > Line 53: //chart1.Import( FileFormat.XML,

> > Server.MapPath("Properties.xml") );

> >

> >

> > Source File: c:\inetpub\wwwroot\chartfxtest\webform1.aspx.cs Line: 51

> >

> > Stack Trace:

> >

> >

> > [MissingMethodException: Method not found: Int32

> > SoftwareFX.ChartFX.Base.IData.GetDataIndexFromOffset(Int32, Int32).]

> > SoftwareFX.ChartFX.Internet.Server.DataArray.set_Item(Int32 series,

> Int32

> > point, Double value) +0

> > SoftwareFX.ChartFX.Internet.Server.DataSourceSettings.2G() +2268

> > SoftwareFX.ChartFX.Internet.Server.DataSourceSettings.2F(Boolean 0LX)

> +55

> >

> >

>

SoftwareFX.ChartFX.Internet.Server.DataSourceSettings.set_DataSource(Object

> > value) +270

> > ChartFXTest.WebForm1.createChart() in

> > c:\inetpub\wwwroot\chartfxtest\webform1.aspx.cs:51

> > ChartFXTest.WebForm1.Page_Load(Object sender, EventArgs e) in

> > c:\inetpub\wwwroot\chartfxtest\webform1.aspx.cs:33

> > System.Web.UI.Control.OnLoad(EventArgs e) +67

> > System.Web.UI.Control.LoadRecursive() +35

> > System.Web.UI.Page.ProcessRequestMain() +731

> >

> >

> >

> >

> >

>

> --------------------------------------------------------------------------

> --

> > ----

> >

> > Version Information: Microsoft .NET Framework Version:1.1.4322.573;

> ASP.NET

> > Version:1.1.4322.573

> >

> > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > news:Sc7%23QeC7DHA.2468@webserver3.softwarefx.com...

> > > i keep getting this configuration error when trying to compile and

run.

> > it

> > > seems to be somewhat sporadic. i have chartfx 6.0 and 6.2 currently

> > > installed. i am using vs .net 1.1. you'll find the complete outputed

> > error

> > > message below.

> > >

> > > --chris

> > > Configuration Error

> > > Description: An error occurred during the processing of a

configuration

> > file

> > > required to service this request. Please review the specific error

> details

> > > below and modify your configuration file appropriately.

> > >

> > > Parser Error Message: Access is denied: 'ChartFX.Borders'.

> > >

> > > Source Error:

> > >

> > > Line 197: <add assembly="System.EnterpriseServices,

> > > Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

/>

> > > Line 198: <add assembly="System.Web.Mobile, Version=1.0.5000.0,

> > > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> > > Line 199: <add assembly="*" />

> > > Line 200: </assemblies>

> > > Line 201: </compilation>

> > >

> > > Source File:

> > > c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

> > Line:

> > > 199

> > >

> > > Assembly Load Trace: The following information can be helpful to

> determine

> > > why the assembly 'ChartFX.Borders' could not be loaded.

> > >

> > > === Pre-bind state information ===

> > > LOG: DisplayName = ChartFX.Borders

> > > (Partial)

> > > LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

> > > LOG: Initial PrivatePath = bin

> > > Calling assembly : (Unknown).

> > > ===

> > >

> > > LOG: Policy not being applied to reference at this time (private,

> custom,

> > > partial, or location-based assembly bind).

> > > LOG: Post-policy reference: ChartFX.Borders

> > > LOG: Attempting download of new URL

> > > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> > > Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

> > > LOG: Attempting download of new URL

> > > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> > >

Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

> > > LOG: Attempting download of new URL

> > > file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

> > > LOG: Publisher policy file is not found.

> > > LOG: No redirect found in host configuration file

> > > (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

> > > LOG: Using machine configuration file from

> > > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

> > > LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

> > > Culture=neutral, PublicKeyToken=a1878e2052c08dce

> > >

> > >

> > >

> >

> >

>

>

post-2106-13922365875115_thumb.gif

post-2106-13922377063159_thumb.gif

Link to comment
Share on other sites

i've spent several hours today on trying to resolve chartfx errors.  i

started at 1:30pm. i can send you my timesheets if you want. all the time

of which seem to be related to incorrect versions of dlls. i finally got so

feed up i posted to the news groups with my original response.

i especially like the fact that you find my pain with your product amusing.

now if you would actually like to help a PAYING customer who is experiencing

problems, i would appreciate that.

when i go to vs .net 2003 framework 1.1 and ask it to check for updates, it

responds with, "you are running the most current version". when i got to

the tech support resources page and then to web forms updates, it shows that

there are needed updates. i do one of two things, click install or

download. when i click install, it churns and then says update complete.

however, if i look at the properties on the specific files they have in fact

NOT been updated. for good measure, i try a reboot. no luck. so, i try

the install, it might actually work, but it NEVER finishes. i eventually

killed it after 50+ minutes. it also continally tries to download the

programmers guide even though i un-select it. (i have yet to get that no

matter how many times i try). so i got back to the web page and try

clicking install again. amazingly it works, except for the fact that the

files are still NOT updated correctly. hmmm, maybe another reboot would

help. so after trying that multiple times, i am still left with my original

problem. the dlls in the chartfx 6.2 are still out of date! it would be

really nice if there was a patch somewhere i could download and just run it.

i am not at all looking forward to going through this same pain when i need

to update our servers. i am still left with my original problem. so, i

decide to try and search the KB online. funny thing though.... the

responses to ANY search appear to yield completely random results. search

for "pie chart" for example. the first response is, "can the data be

plotted all the way against the y-axis without having a gap?" hmmm, not too

closely related to a pie chart question. i actually searched for variations

on 'download problem". the first hit there in case you were wondering was,

"why does chartfx.net display random data?" so the kb wasn't any help

either in locating an anwser to my problem.

normally i wouldn't have taken the time to go into such detail, but... i

can't do anything else because you "downloading controls" don't seem to be

functioning correctly. as you can i see, i've tried many differnet ways.

all ending with the same results.

thanks for the help.

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:4T2lWmD7DHA.2468@webserver3.softwarefx.com...

> Several hours ? Your first posting was 3:39, the one in which you mention

> installing the SP is 3:54 and this one is 4:46 (same date).

>

> I've never seen hours pass-by so fast :-)

>

> --

> FP

> Software FX

>

>

Link to comment
Share on other sites

by the way... i think i have finally gotten my dll's up to date.  i just

kept hitting the web page until it finally suceeded. the chart was then

working fine. and then i got this error again:

Server Error in '/ChartFXTest' Application.

----------------------------------------------------------------------------

----

Configuration Error

Description: An error occurred during the processing of a configuration file

required to service this request. Please review the specific error details

below and modify your configuration file appropriately.

Parser Error Message: Access is denied: 'ChartFX.Borders'.

Source Error:

Line 197: <add assembly="System.EnterpriseServices,

Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

Line 198: <add assembly="System.Web.Mobile, Version=1.0.5000.0,

Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

Line 199: <add assembly="*" />

Line 200: </assemblies>

Line 201: </compilation>

Source File:

c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line:

199

Assembly Load Trace: The following information can be helpful to determine

why the assembly 'ChartFX.Borders' could not be loaded.

=== Pre-bind state information ===

LOG: DisplayName = ChartFX.Borders

(Partial)

LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

LOG: Initial PrivatePath = bin

Calling assembly : (Unknown).

===

LOG: Policy not being applied to reference at this time (private, custom,

partial, or location-based assembly bind).

LOG: Post-policy reference: ChartFX.Borders

LOG: Attempting download of new URL

file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

LOG: Attempting download of new URL

file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

LOG: Attempting download of new URL

file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

LOG: Publisher policy file is not found.

LOG: No redirect found in host configuration file

(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

LOG: Using machine configuration file from

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

Culture=neutral, PublicKeyToken=a1878e2052c08dce

"Chris Shinkle" <cmshinkle@sep.com> wrote in message

news:J0LJw6D7DHA.2468@webserver3.softwarefx.com...

> i've spent several hours today on trying to resolve chartfx errors. i

> started at 1:30pm. i can send you my timesheets if you want. all the

time

> of which seem to be related to incorrect versions of dlls. i finally got

so

> feed up i posted to the news groups with my original response.

>

> i especially like the fact that you find my pain with your product

amusing.

> now if you would actually like to help a PAYING customer who is

experiencing

> problems, i would appreciate that.

>

> when i go to vs .net 2003 framework 1.1 and ask it to check for updates,

it

> responds with, "you are running the most current version". when i got to

> the tech support resources page and then to web forms updates, it shows

that

> there are needed updates. i do one of two things, click install or

> download. when i click install, it churns and then says update complete.

> however, if i look at the properties on the specific files they have in

fact

> NOT been updated. for good measure, i try a reboot. no luck. so, i try

> the install, it might actually work, but it NEVER finishes. i eventually

> killed it after 50+ minutes. it also continally tries to download the

> programmers guide even though i un-select it. (i have yet to get that no

> matter how many times i try). so i got back to the web page and try

> clicking install again. amazingly it works, except for the fact that the

> files are still NOT updated correctly. hmmm, maybe another reboot would

> help. so after trying that multiple times, i am still left with my

original

> problem. the dlls in the chartfx 6.2 are still out of date! it would be

> really nice if there was a patch somewhere i could download and just run

it.

> i am not at all looking forward to going through this same pain when i

need

> to update our servers. i am still left with my original problem. so, i

> decide to try and search the KB online. funny thing though.... the

> responses to ANY search appear to yield completely random results. search

> for "pie chart" for example. the first response is, "can the data be

> plotted all the way against the y-axis without having a gap?" hmmm, not

too

> closely related to a pie chart question. i actually searched for

variations

> on 'download problem". the first hit there in case you were wondering

was,

> "why does chartfx.net display random data?" so the kb wasn't any help

> either in locating an anwser to my problem.

>

> normally i wouldn't have taken the time to go into such detail, but... i

> can't do anything else because you "downloading controls" don't seem to be

> functioning correctly. as you can i see, i've tried many differnet ways.

> all ending with the same results.

>

> thanks for the help.

>

>

> "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> news:4T2lWmD7DHA.2468@webserver3.softwarefx.com...

> > Several hours ? Your first posting was 3:39, the one in which you

mention

> > installing the SP is 3:54 and this one is 4:46 (same date).

> >

> > I've never seen hours pass-by so fast :-)

> >

> > --

> > FP

> > Software FX

> >

> >

>

>

Link to comment
Share on other sites

i also notice i tend to get this in my build window:

Preparing resources...

Updating references...

Warning: The dependency 'ChartFX.Base, Version=6.0.839.0, Culture=neutral,

PublicKeyToken=a1878e2052c08dce' in project 'ChartFXTest' cannot be copied

to the run directory because it would overwrite the reference 'ChartFX.Base,

Version=6.2.1342.0, Culture=neutral, PublicKeyToken=a1878e2052c08dce'.

Performing main compilation...

"Chris Shinkle" <cmshinkle@sep.com> wrote in message

news:alnHIKE7DHA.2336@webserver3.softwarefx.com...

> by the way... i think i have finally gotten my dll's up to date. i just

> kept hitting the web page until it finally suceeded. the chart was then

> working fine. and then i got this error again:

>

>

> Server Error in '/ChartFXTest' Application.

> --------------------------------------------------------------------------

--

> ----

>

> Configuration Error

> Description: An error occurred during the processing of a configuration

file

> required to service this request. Please review the specific error details

> below and modify your configuration file appropriately.

>

> Parser Error Message: Access is denied: 'ChartFX.Borders'.

>

> Source Error:

>

> Line 197: <add assembly="System.EnterpriseServices,

> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> Line 198: <add assembly="System.Web.Mobile, Version=1.0.5000.0,

> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> Line 199: <add assembly="*" />

> Line 200: </assemblies>

> Line 201: </compilation>

>

> Source File:

> c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

Line:

> 199

>

> Assembly Load Trace: The following information can be helpful to determine

> why the assembly 'ChartFX.Borders' could not be loaded.

>

> === Pre-bind state information ===

> LOG: DisplayName = ChartFX.Borders

> (Partial)

> LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

> LOG: Initial PrivatePath = bin

> Calling assembly : (Unknown).

> ===

>

> LOG: Policy not being applied to reference at this time (private, custom,

> partial, or location-based assembly bind).

> LOG: Post-policy reference: ChartFX.Borders

> LOG: Attempting download of new URL

> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

> LOG: Attempting download of new URL

> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

> LOG: Attempting download of new URL

> file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

> LOG: Publisher policy file is not found.

> LOG: No redirect found in host configuration file

> (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

> LOG: Using machine configuration file from

> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

> LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

> Culture=neutral, PublicKeyToken=a1878e2052c08dce

>

>

>

> "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> news:J0LJw6D7DHA.2468@webserver3.softwarefx.com...

> > i've spent several hours today on trying to resolve chartfx errors. i

> > started at 1:30pm. i can send you my timesheets if you want. all the

> time

> > of which seem to be related to incorrect versions of dlls. i finally

got

> so

> > feed up i posted to the news groups with my original response.

> >

> > i especially like the fact that you find my pain with your product

> amusing.

> > now if you would actually like to help a PAYING customer who is

> experiencing

> > problems, i would appreciate that.

> >

> > when i go to vs .net 2003 framework 1.1 and ask it to check for updates,

> it

> > responds with, "you are running the most current version". when i got

to

> > the tech support resources page and then to web forms updates, it shows

> that

> > there are needed updates. i do one of two things, click install or

> > download. when i click install, it churns and then says update

complete.

> > however, if i look at the properties on the specific files they have in

> fact

> > NOT been updated. for good measure, i try a reboot. no luck. so, i

try

> > the install, it might actually work, but it NEVER finishes. i

eventually

> > killed it after 50+ minutes. it also continally tries to download the

> > programmers guide even though i un-select it. (i have yet to get that

no

> > matter how many times i try). so i got back to the web page and try

> > clicking install again. amazingly it works, except for the fact that

the

> > files are still NOT updated correctly. hmmm, maybe another reboot would

> > help. so after trying that multiple times, i am still left with my

> original

> > problem. the dlls in the chartfx 6.2 are still out of date! it would

be

> > really nice if there was a patch somewhere i could download and just run

> it.

> > i am not at all looking forward to going through this same pain when i

> need

> > to update our servers. i am still left with my original problem. so, i

> > decide to try and search the KB online. funny thing though.... the

> > responses to ANY search appear to yield completely random results.

search

> > for "pie chart" for example. the first response is, "can the data be

> > plotted all the way against the y-axis without having a gap?" hmmm, not

> too

> > closely related to a pie chart question. i actually searched for

> variations

> > on 'download problem". the first hit there in case you were wondering

> was,

> > "why does chartfx.net display random data?" so the kb wasn't any help

> > either in locating an anwser to my problem.

> >

> > normally i wouldn't have taken the time to go into such detail, but... i

> > can't do anything else because you "downloading controls" don't seem to

be

> > functioning correctly. as you can i see, i've tried many differnet

ways.

> > all ending with the same results.

> >

> > thanks for the help.

> >

> >

> > "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> > news:4T2lWmD7DHA.2468@webserver3.softwarefx.com...

> > > Several hours ? Your first posting was 3:39, the one in which you

> mention

> > > installing the SP is 3:54 and this one is 4:46 (same date).

> > >

> > > I've never seen hours pass-by so fast :-)

> > >

> > > --

> > > FP

> > > Software FX

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

Your project seems to be referencing files from both ChartFX 6.0 and 6.2

Please check the ReferencesPath settings by right clicking your project,

select settings - Common Properties. It should only point to one of the

ChartFX folders.

Did you add some of our files to the GAC (we DO not do this in any of our

installs) ? If so VS.Net could be picking up some of our DLLs from there.

--

Regards,

JC

Software FX Support

"Chris Shinkle" <cmshinkle@sep.com> wrote in message

news:resySjE7DHA.2336@webserver3.softwarefx.com...

> i also notice i tend to get this in my build window:

>

> Preparing resources...

>

> Updating references...

>

> Warning: The dependency 'ChartFX.Base, Version=6.0.839.0, Culture=neutral,

> PublicKeyToken=a1878e2052c08dce' in project 'ChartFXTest' cannot be copied

> to the run directory because it would overwrite the reference

'ChartFX.Base,

> Version=6.2.1342.0, Culture=neutral, PublicKeyToken=a1878e2052c08dce'.

>

> Performing main compilation...

>

>

>

>

>

> "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> news:alnHIKE7DHA.2336@webserver3.softwarefx.com...

> > by the way... i think i have finally gotten my dll's up to date. i just

> > kept hitting the web page until it finally suceeded. the chart was then

> > working fine. and then i got this error again:

> >

> >

> > Server Error in '/ChartFXTest' Application.

>

> --------------------------------------------------------------------------

> --

> > ----

> >

> > Configuration Error

> > Description: An error occurred during the processing of a configuration

> file

> > required to service this request. Please review the specific error

details

> > below and modify your configuration file appropriately.

> >

> > Parser Error Message: Access is denied: 'ChartFX.Borders'.

> >

> > Source Error:

> >

> > Line 197: <add assembly="System.EnterpriseServices,

> > Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> > Line 198: <add assembly="System.Web.Mobile, Version=1.0.5000.0,

> > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> > Line 199: <add assembly="*" />

> > Line 200: </assemblies>

> > Line 201: </compilation>

> >

> > Source File:

> > c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

> Line:

> > 199

> >

> > Assembly Load Trace: The following information can be helpful to

determine

> > why the assembly 'ChartFX.Borders' could not be loaded.

> >

> > === Pre-bind state information ===

> > LOG: DisplayName = ChartFX.Borders

> > (Partial)

> > LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

> > LOG: Initial PrivatePath = bin

> > Calling assembly : (Unknown).

> > ===

> >

> > LOG: Policy not being applied to reference at this time (private,

custom,

> > partial, or location-based assembly bind).

> > LOG: Post-policy reference: ChartFX.Borders

> > LOG: Attempting download of new URL

> > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> > Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

> > LOG: Attempting download of new URL

> > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> > Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

> > LOG: Attempting download of new URL

> > file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

> > LOG: Publisher policy file is not found.

> > LOG: No redirect found in host configuration file

> > (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

> > LOG: Using machine configuration file from

> > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

> > LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

> > Culture=neutral, PublicKeyToken=a1878e2052c08dce

> >

> >

> >

> > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > news:J0LJw6D7DHA.2468@webserver3.softwarefx.com...

> > > i've spent several hours today on trying to resolve chartfx errors. i

> > > started at 1:30pm. i can send you my timesheets if you want. all the

> > time

> > > of which seem to be related to incorrect versions of dlls. i finally

> got

> > so

> > > feed up i posted to the news groups with my original response.

> > >

> > > i especially like the fact that you find my pain with your product

> > amusing.

> > > now if you would actually like to help a PAYING customer who is

> > experiencing

> > > problems, i would appreciate that.

> > >

> > > when i go to vs .net 2003 framework 1.1 and ask it to check for

updates,

> > it

> > > responds with, "you are running the most current version". when i got

> to

> > > the tech support resources page and then to web forms updates, it

shows

> > that

> > > there are needed updates. i do one of two things, click install or

> > > download. when i click install, it churns and then says update

> complete.

> > > however, if i look at the properties on the specific files they have

in

> > fact

> > > NOT been updated. for good measure, i try a reboot. no luck. so, i

> try

> > > the install, it might actually work, but it NEVER finishes. i

> eventually

> > > killed it after 50+ minutes. it also continally tries to download the

> > > programmers guide even though i un-select it. (i have yet to get that

> no

> > > matter how many times i try). so i got back to the web page and try

> > > clicking install again. amazingly it works, except for the fact that

> the

> > > files are still NOT updated correctly. hmmm, maybe another reboot

would

> > > help. so after trying that multiple times, i am still left with my

> > original

> > > problem. the dlls in the chartfx 6.2 are still out of date! it would

> be

> > > really nice if there was a patch somewhere i could download and just

run

> > it.

> > > i am not at all looking forward to going through this same pain when i

> > need

> > > to update our servers. i am still left with my original problem. so,

i

> > > decide to try and search the KB online. funny thing though.... the

> > > responses to ANY search appear to yield completely random results.

> search

> > > for "pie chart" for example. the first response is, "can the data be

> > > plotted all the way against the y-axis without having a gap?" hmmm,

not

> > too

> > > closely related to a pie chart question. i actually searched for

> > variations

> > > on 'download problem". the first hit there in case you were wondering

> > was,

> > > "why does chartfx.net display random data?" so the kb wasn't any help

> > > either in locating an anwser to my problem.

> > >

> > > normally i wouldn't have taken the time to go into such detail, but...

i

> > > can't do anything else because you "downloading controls" don't seem

to

> be

> > > functioning correctly. as you can i see, i've tried many differnet

> ways.

> > > all ending with the same results.

> > >

> > > thanks for the help.

> > >

> > >

> > > "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> > > news:4T2lWmD7DHA.2468@webserver3.softwarefx.com...

> > > > Several hours ? Your first posting was 3:39, the one in which you

> > mention

> > > > installing the SP is 3:54 and this one is 4:46 (same date).

> > > >

> > > > I've never seen hours pass-by so fast :-)

> > > >

> > > > --

> > > > FP

> > > > Software FX

> > > >

> > > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

ok...

i checked the GAC and i don't have anything installed there. i also check

the reference path, i didn't have anything there, so i added one to the

chaftfx 6.2/bin directory.

the problem is very sporadic. it almost seems like something isn't

releasing an assembly. for instance i noticed occuring more frequently if i

left a browser up with a chart in it and then trying to do a compile.

however, it didn't always happen this way. it also seemed liked i could

sometimes get things working again by deleting my project references to the

assemblies and then readding them. this, however, didn't always work.

sometimes it seemed like if i just left my machine alone and then came back

things would work for a while again. other things i tried that didn't seem

to have any real affect: restarting iis, killing the asp.net worker

process, doing a rebuild all, etc.

on another note... i have found it (not just today) problematic doing

upgrades/patches through the internet browser. do you know if softarefx

will or plans to offer a exe download that i can run in a disconnected state

to update all of the necessary assemblies? i think it would prove very

useful. especially in a large software development enviornment. it's a

pain to have to have every developer on a team update there individual

machines, even more so when there are problems. it would be much nicer to

pass or puss around an upgrade. ...just a thought.

thanks for the help!

--chris

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:cWacb3E7DHA.2336@webserver3.softwarefx.com...

> Your project seems to be referencing files from both ChartFX 6.0 and 6.2

>

> Please check the ReferencesPath settings by right clicking your project,

> select settings - Common Properties. It should only point to one of the

> ChartFX folders.

>

> Did you add some of our files to the GAC (we DO not do this in any of our

> installs) ? If so VS.Net could be picking up some of our DLLs from there.

>

>

> --

> Regards,

>

> JC

> Software FX Support

> "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> news:resySjE7DHA.2336@webserver3.softwarefx.com...

> > i also notice i tend to get this in my build window:

> >

> > Preparing resources...

> >

> > Updating references...

> >

> > Warning: The dependency 'ChartFX.Base, Version=6.0.839.0,

Culture=neutral,

> > PublicKeyToken=a1878e2052c08dce' in project 'ChartFXTest' cannot be

copied

> > to the run directory because it would overwrite the reference

> 'ChartFX.Base,

> > Version=6.2.1342.0, Culture=neutral, PublicKeyToken=a1878e2052c08dce'.

> >

> > Performing main compilation...

> >

> >

> >

> >

> >

> > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > news:alnHIKE7DHA.2336@webserver3.softwarefx.com...

> > > by the way... i think i have finally gotten my dll's up to date. i

just

> > > kept hitting the web page until it finally suceeded. the chart was

then

> > > working fine. and then i got this error again:

> > >

> > >

> > > Server Error in '/ChartFXTest' Application.

> >

>

> --------------------------------------------------------------------------

> > --

> > > ----

> > >

> > > Configuration Error

> > > Description: An error occurred during the processing of a

configuration

> > file

> > > required to service this request. Please review the specific error

> details

> > > below and modify your configuration file appropriately.

> > >

> > > Parser Error Message: Access is denied: 'ChartFX.Borders'.

> > >

> > > Source Error:

> > >

> > > Line 197: <add assembly="System.EnterpriseServices,

> > > Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

/>

> > > Line 198: <add assembly="System.Web.Mobile, Version=1.0.5000.0,

> > > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> > > Line 199: <add assembly="*" />

> > > Line 200: </assemblies>

> > > Line 201: </compilation>

> > >

> > > Source File:

> > > c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

> > Line:

> > > 199

> > >

> > > Assembly Load Trace: The following information can be helpful to

> determine

> > > why the assembly 'ChartFX.Borders' could not be loaded.

> > >

> > > === Pre-bind state information ===

> > > LOG: DisplayName = ChartFX.Borders

> > > (Partial)

> > > LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

> > > LOG: Initial PrivatePath = bin

> > > Calling assembly : (Unknown).

> > > ===

> > >

> > > LOG: Policy not being applied to reference at this time (private,

> custom,

> > > partial, or location-based assembly bind).

> > > LOG: Post-policy reference: ChartFX.Borders

> > > LOG: Attempting download of new URL

> > > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> > > Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

> > > LOG: Attempting download of new URL

> > > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> > >

Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

> > > LOG: Attempting download of new URL

> > > file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

> > > LOG: Publisher policy file is not found.

> > > LOG: No redirect found in host configuration file

> > > (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

> > > LOG: Using machine configuration file from

> > > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

> > > LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

> > > Culture=neutral, PublicKeyToken=a1878e2052c08dce

> > >

> > >

> > >

> > > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > > news:J0LJw6D7DHA.2468@webserver3.softwarefx.com...

> > > > i've spent several hours today on trying to resolve chartfx errors.

i

> > > > started at 1:30pm. i can send you my timesheets if you want. all

the

> > > time

> > > > of which seem to be related to incorrect versions of dlls. i

finally

> > got

> > > so

> > > > feed up i posted to the news groups with my original response.

> > > >

> > > > i especially like the fact that you find my pain with your product

> > > amusing.

> > > > now if you would actually like to help a PAYING customer who is

> > > experiencing

> > > > problems, i would appreciate that.

> > > >

> > > > when i go to vs .net 2003 framework 1.1 and ask it to check for

> updates,

> > > it

> > > > responds with, "you are running the most current version". when i

got

> > to

> > > > the tech support resources page and then to web forms updates, it

> shows

> > > that

> > > > there are needed updates. i do one of two things, click install or

> > > > download. when i click install, it churns and then says update

> > complete.

> > > > however, if i look at the properties on the specific files they have

> in

> > > fact

> > > > NOT been updated. for good measure, i try a reboot. no luck. so,

i

> > try

> > > > the install, it might actually work, but it NEVER finishes. i

> > eventually

> > > > killed it after 50+ minutes. it also continally tries to download

the

> > > > programmers guide even though i un-select it. (i have yet to get

that

> > no

> > > > matter how many times i try). so i got back to the web page and try

> > > > clicking install again. amazingly it works, except for the fact

that

> > the

> > > > files are still NOT updated correctly. hmmm, maybe another reboot

> would

> > > > help. so after trying that multiple times, i am still left with my

> > > original

> > > > problem. the dlls in the chartfx 6.2 are still out of date! it

would

> > be

> > > > really nice if there was a patch somewhere i could download and just

> run

> > > it.

> > > > i am not at all looking forward to going through this same pain when

i

> > > need

> > > > to update our servers. i am still left with my original problem.

so,

> i

> > > > decide to try and search the KB online. funny thing though.... the

> > > > responses to ANY search appear to yield completely random results.

> > search

> > > > for "pie chart" for example. the first response is, "can the data

be

> > > > plotted all the way against the y-axis without having a gap?" hmmm,

> not

> > > too

> > > > closely related to a pie chart question. i actually searched for

> > > variations

> > > > on 'download problem". the first hit there in case you were

wondering

> > > was,

> > > > "why does chartfx.net display random data?" so the kb wasn't any

help

> > > > either in locating an anwser to my problem.

> > > >

> > > > normally i wouldn't have taken the time to go into such detail,

but...

> i

> > > > can't do anything else because you "downloading controls" don't seem

> to

> > be

> > > > functioning correctly. as you can i see, i've tried many differnet

> > ways.

> > > > all ending with the same results.

> > > >

> > > > thanks for the help.

> > > >

> > > >

> > > > "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> > > > news:4T2lWmD7DHA.2468@webserver3.softwarefx.com...

> > > > > Several hours ? Your first posting was 3:39, the one in which you

> > > mention

> > > > > installing the SP is 3:54 and this one is 4:46 (same date).

> > > > >

> > > > > I've never seen hours pass-by so fast :-)

> > > > >

> > > > > --

> > > > > FP

> > > > > Software FX

> > > > >

> > > > >

> > > >

> > > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

i am getting the error again.. i even went so far as to unistall 6.0.

here's the error message again:

Server Error in '/ChartFXTest' Application.

----------------------------------------------------------------------------

----

Configuration Error

Description: An error occurred during the processing of a configuration file

required to service this request. Please review the specific error details

below and modify your configuration file appropriately.

Parser Error Message: Access is denied: 'ChartFX.Borders'.

Source Error:

Line 197: <add assembly="System.EnterpriseServices,

Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

Line 198: <add assembly="System.Web.Mobile, Version=1.0.5000.0,

Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

Line 199: <add assembly="*" />

Line 200: </assemblies>

Line 201: </compilation>

Source File:

c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line:

199

Assembly Load Trace: The following information can be helpful to determine

why the assembly 'ChartFX.Borders' could not be loaded.

=== Pre-bind state information ===

LOG: DisplayName = ChartFX.Borders

(Partial)

LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

LOG: Initial PrivatePath = bin

Calling assembly : (Unknown).

===

LOG: Policy not being applied to reference at this time (private, custom,

partial, or location-based assembly bind).

LOG: Post-policy reference: ChartFX.Borders

LOG: Attempting download of new URL

file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

LOG: Attempting download of new URL

file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

LOG: Attempting download of new URL

file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

LOG: Publisher policy file is not found.

LOG: No redirect found in host configuration file

(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

LOG: Using machine configuration file from

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

Culture=neutral, PublicKeyToken=a1878e2052c08dce

----------------------------------------------------------------------------

----

Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET

Version:1.1.4322.573

"Chris Shinkle" <cmshinkle@sep.com> wrote in message

news:tJp2gnF7DHA.2468@webserver3.softwarefx.com...

> ok...

>

> i checked the GAC and i don't have anything installed there. i also check

> the reference path, i didn't have anything there, so i added one to the

> chaftfx 6.2/bin directory.

>

> the problem is very sporadic. it almost seems like something isn't

> releasing an assembly. for instance i noticed occuring more frequently if

i

> left a browser up with a chart in it and then trying to do a compile.

> however, it didn't always happen this way. it also seemed liked i could

> sometimes get things working again by deleting my project references to

the

> assemblies and then readding them. this, however, didn't always work.

> sometimes it seemed like if i just left my machine alone and then came

back

> things would work for a while again. other things i tried that didn't

seem

> to have any real affect: restarting iis, killing the asp.net worker

> process, doing a rebuild all, etc.

>

> on another note... i have found it (not just today) problematic doing

> upgrades/patches through the internet browser. do you know if softarefx

> will or plans to offer a exe download that i can run in a disconnected

state

> to update all of the necessary assemblies? i think it would prove very

> useful. especially in a large software development enviornment. it's a

> pain to have to have every developer on a team update there individual

> machines, even more so when there are problems. it would be much nicer to

> pass or puss around an upgrade. ...just a thought.

>

> thanks for the help!

>

> --chris

>

>

> "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> news:cWacb3E7DHA.2336@webserver3.softwarefx.com...

> > Your project seems to be referencing files from both ChartFX 6.0 and 6.2

> >

> > Please check the ReferencesPath settings by right clicking your project,

> > select settings - Common Properties. It should only point to one of the

> > ChartFX folders.

> >

> > Did you add some of our files to the GAC (we DO not do this in any of

our

> > installs) ? If so VS.Net could be picking up some of our DLLs from

there.

> >

> >

> > --

> > Regards,

> >

> > JC

> > Software FX Support

> > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > news:resySjE7DHA.2336@webserver3.softwarefx.com...

> > > i also notice i tend to get this in my build window:

> > >

> > > Preparing resources...

> > >

> > > Updating references...

> > >

> > > Warning: The dependency 'ChartFX.Base, Version=6.0.839.0,

> Culture=neutral,

> > > PublicKeyToken=a1878e2052c08dce' in project 'ChartFXTest' cannot be

> copied

> > > to the run directory because it would overwrite the reference

> > 'ChartFX.Base,

> > > Version=6.2.1342.0, Culture=neutral, PublicKeyToken=a1878e2052c08dce'.

> > >

> > > Performing main compilation...

> > >

> > >

> > >

> > >

> > >

> > > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > > news:alnHIKE7DHA.2336@webserver3.softwarefx.com...

> > > > by the way... i think i have finally gotten my dll's up to date. i

> just

> > > > kept hitting the web page until it finally suceeded. the chart was

> then

> > > > working fine. and then i got this error again:

> > > >

> > > >

> > > > Server Error in '/ChartFXTest' Application.

> > >

> >

>

> --------------------------------------------------------------------------

> > > --

> > > > ----

> > > >

> > > > Configuration Error

> > > > Description: An error occurred during the processing of a

> configuration

> > > file

> > > > required to service this request. Please review the specific error

> > details

> > > > below and modify your configuration file appropriately.

> > > >

> > > > Parser Error Message: Access is denied: 'ChartFX.Borders'.

> > > >

> > > > Source Error:

> > > >

> > > > Line 197: <add assembly="System.EnterpriseServices,

> > > > Version=1.0.5000.0, Culture=neutral,

PublicKeyToken=b03f5f7f11d50a3a"

> />

> > > > Line 198: <add assembly="System.Web.Mobile,

Version=1.0.5000.0,

> > > > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> > > > Line 199: <add assembly="*" />

> > > > Line 200: </assemblies>

> > > > Line 201: </compilation>

> > > >

> > > > Source File:

> > > > c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

> > > Line:

> > > > 199

> > > >

> > > > Assembly Load Trace: The following information can be helpful to

> > determine

> > > > why the assembly 'ChartFX.Borders' could not be loaded.

> > > >

> > > > === Pre-bind state information ===

> > > > LOG: DisplayName = ChartFX.Borders

> > > > (Partial)

> > > > LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

> > > > LOG: Initial PrivatePath = bin

> > > > Calling assembly : (Unknown).

> > > > ===

> > > >

> > > > LOG: Policy not being applied to reference at this time (private,

> > custom,

> > > > partial, or location-based assembly bind).

> > > > LOG: Post-policy reference: ChartFX.Borders

> > > > LOG: Attempting download of new URL

> > > > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary

ASP.NET

> > > > Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

> > > > LOG: Attempting download of new URL

> > > > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary

ASP.NET

> > > >

> Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

> > > > LOG: Attempting download of new URL

> > > > file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

> > > > LOG: Publisher policy file is not found.

> > > > LOG: No redirect found in host configuration file

> > > > (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

> > > > LOG: Using machine configuration file from

> > > > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

> > > > LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

> > > > Culture=neutral, PublicKeyToken=a1878e2052c08dce

> > > >

> > > >

> > > >

> > > > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > > > news:J0LJw6D7DHA.2468@webserver3.softwarefx.com...

> > > > > i've spent several hours today on trying to resolve chartfx

errors.

> i

> > > > > started at 1:30pm. i can send you my timesheets if you want. all

> the

> > > > time

> > > > > of which seem to be related to incorrect versions of dlls. i

> finally

> > > got

> > > > so

> > > > > feed up i posted to the news groups with my original response.

> > > > >

> > > > > i especially like the fact that you find my pain with your product

> > > > amusing.

> > > > > now if you would actually like to help a PAYING customer who is

> > > > experiencing

> > > > > problems, i would appreciate that.

> > > > >

> > > > > when i go to vs .net 2003 framework 1.1 and ask it to check for

> > updates,

> > > > it

> > > > > responds with, "you are running the most current version". when i

> got

> > > to

> > > > > the tech support resources page and then to web forms updates, it

> > shows

> > > > that

> > > > > there are needed updates. i do one of two things, click install

or

> > > > > download. when i click install, it churns and then says update

> > > complete.

> > > > > however, if i look at the properties on the specific files they

have

> > in

> > > > fact

> > > > > NOT been updated. for good measure, i try a reboot. no luck.

so,

> i

> > > try

> > > > > the install, it might actually work, but it NEVER finishes. i

> > > eventually

> > > > > killed it after 50+ minutes. it also continally tries to download

> the

> > > > > programmers guide even though i un-select it. (i have yet to get

> that

> > > no

> > > > > matter how many times i try). so i got back to the web page and

try

> > > > > clicking install again. amazingly it works, except for the fact

> that

> > > the

> > > > > files are still NOT updated correctly. hmmm, maybe another reboot

> > would

> > > > > help. so after trying that multiple times, i am still left with

my

> > > > original

> > > > > problem. the dlls in the chartfx 6.2 are still out of date! it

> would

> > > be

> > > > > really nice if there was a patch somewhere i could download and

just

> > run

> > > > it.

> > > > > i am not at all looking forward to going through this same pain

when

> i

> > > > need

> > > > > to update our servers. i am still left with my original problem.

> so,

> > i

> > > > > decide to try and search the KB online. funny thing though....

the

> > > > > responses to ANY search appear to yield completely random results.

> > > search

> > > > > for "pie chart" for example. the first response is, "can the data

> be

> > > > > plotted all the way against the y-axis without having a gap?"

hmmm,

> > not

> > > > too

> > > > > closely related to a pie chart question. i actually searched for

> > > > variations

> > > > > on 'download problem". the first hit there in case you were

> wondering

> > > > was,

> > > > > "why does chartfx.net display random data?" so the kb wasn't any

> help

> > > > > either in locating an anwser to my problem.

> > > > >

> > > > > normally i wouldn't have taken the time to go into such detail,

> but...

> > i

> > > > > can't do anything else because you "downloading controls" don't

seem

> > to

> > > be

> > > > > functioning correctly. as you can i see, i've tried many

differnet

> > > ways.

> > > > > all ending with the same results.

> > > > >

> > > > > thanks for the help.

> > > > >

> > > > >

> > > > > "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> > > > > news:4T2lWmD7DHA.2468@webserver3.softwarefx.com...

> > > > > > Several hours ? Your first posting was 3:39, the one in which

you

> > > > mention

> > > > > > installing the SP is 3:54 and this one is 4:46 (same date).

> > > > > >

> > > > > > I've never seen hours pass-by so fast :-)

> > > > > >

> > > > > > --

> > > > > > FP

> > > > > > Software FX

> > > > > >

> > > > > >

> > > > >

> > > > >

> > > >

> > > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

i removed all references to the control in my project.  built the project.

everything ran fine. i then tried to add the control and code back in.

however, when i dropped the control onto my web form, i got 'error creating

control". after clicking around and then coming back to the from, i see

this with my control boundries, "Invalid ChartFX License 03100000.

help would greatly be appreciated.

thanks,

--chris

"Chris Shinkle" <cmshinkle@sep.com> wrote in message

news:enqj9qF7DHA.2468@webserver3.softwarefx.com...

> i am getting the error again.. i even went so far as to unistall 6.0.

> here's the error message again:

>

>

> Server Error in '/ChartFXTest' Application.

> --------------------------------------------------------------------------

--

> ----

>

> Configuration Error

> Description: An error occurred during the processing of a configuration

file

> required to service this request. Please review the specific error details

> below and modify your configuration file appropriately.

>

> Parser Error Message: Access is denied: 'ChartFX.Borders'.

>

> Source Error:

>

>

> Line 197: <add assembly="System.EnterpriseServices,

> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> Line 198: <add assembly="System.Web.Mobile, Version=1.0.5000.0,

> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> Line 199: <add assembly="*" />

> Line 200: </assemblies>

> Line 201: </compilation>

>

>

> Source File:

> c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

Line:

> 199

>

> Assembly Load Trace: The following information can be helpful to determine

> why the assembly 'ChartFX.Borders' could not be loaded.

>

>

> === Pre-bind state information ===

> LOG: DisplayName = ChartFX.Borders

> (Partial)

> LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

> LOG: Initial PrivatePath = bin

> Calling assembly : (Unknown).

> ===

>

> LOG: Policy not being applied to reference at this time (private, custom,

> partial, or location-based assembly bind).

> LOG: Post-policy reference: ChartFX.Borders

> LOG: Attempting download of new URL

> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

> LOG: Attempting download of new URL

> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

> LOG: Attempting download of new URL

> file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

> LOG: Publisher policy file is not found.

> LOG: No redirect found in host configuration file

> (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

> LOG: Using machine configuration file from

> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

> LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

> Culture=neutral, PublicKeyToken=a1878e2052c08dce

>

>

>

>

>

> --------------------------------------------------------------------------

--

> ----

>

> Version Information: Microsoft .NET Framework Version:1.1.4322.573;

ASP.NET

> Version:1.1.4322.573

>

> "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> news:tJp2gnF7DHA.2468@webserver3.softwarefx.com...

> > ok...

> >

> > i checked the GAC and i don't have anything installed there. i also

check

> > the reference path, i didn't have anything there, so i added one to the

> > chaftfx 6.2/bin directory.

> >

> > the problem is very sporadic. it almost seems like something isn't

> > releasing an assembly. for instance i noticed occuring more frequently

if

> i

> > left a browser up with a chart in it and then trying to do a compile.

> > however, it didn't always happen this way. it also seemed liked i could

> > sometimes get things working again by deleting my project references to

> the

> > assemblies and then readding them. this, however, didn't always work.

> > sometimes it seemed like if i just left my machine alone and then came

> back

> > things would work for a while again. other things i tried that didn't

> seem

> > to have any real affect: restarting iis, killing the asp.net worker

> > process, doing a rebuild all, etc.

> >

> > on another note... i have found it (not just today) problematic doing

> > upgrades/patches through the internet browser. do you know if softarefx

> > will or plans to offer a exe download that i can run in a disconnected

> state

> > to update all of the necessary assemblies? i think it would prove very

> > useful. especially in a large software development enviornment. it's a

> > pain to have to have every developer on a team update there individual

> > machines, even more so when there are problems. it would be much nicer

to

> > pass or puss around an upgrade. ...just a thought.

> >

> > thanks for the help!

> >

> > --chris

> >

> >

> > "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> > news:cWacb3E7DHA.2336@webserver3.softwarefx.com...

> > > Your project seems to be referencing files from both ChartFX 6.0 and

6.2

> > >

> > > Please check the ReferencesPath settings by right clicking your

project,

> > > select settings - Common Properties. It should only point to one of

the

> > > ChartFX folders.

> > >

> > > Did you add some of our files to the GAC (we DO not do this in any of

> our

> > > installs) ? If so VS.Net could be picking up some of our DLLs from

> there.

> > >

> > >

> > > --

> > > Regards,

> > >

> > > JC

> > > Software FX Support

> > > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > > news:resySjE7DHA.2336@webserver3.softwarefx.com...

> > > > i also notice i tend to get this in my build window:

> > > >

> > > > Preparing resources...

> > > >

> > > > Updating references...

> > > >

> > > > Warning: The dependency 'ChartFX.Base, Version=6.0.839.0,

> > Culture=neutral,

> > > > PublicKeyToken=a1878e2052c08dce' in project 'ChartFXTest' cannot be

> > copied

> > > > to the run directory because it would overwrite the reference

> > > 'ChartFX.Base,

> > > > Version=6.2.1342.0, Culture=neutral,

PublicKeyToken=a1878e2052c08dce'.

> > > >

> > > > Performing main compilation...

> > > >

> > > >

> > > >

> > > >

> > > >

> > > > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > > > news:alnHIKE7DHA.2336@webserver3.softwarefx.com...

> > > > > by the way... i think i have finally gotten my dll's up to date.

i

> > just

> > > > > kept hitting the web page until it finally suceeded. the chart

was

> > then

> > > > > working fine. and then i got this error again:

> > > > >

> > > > >

> > > > > Server Error in '/ChartFXTest' Application.

> > > >

> > >

> >

>

> --------------------------------------------------------------------------

> > > > --

> > > > > ----

> > > > >

> > > > > Configuration Error

> > > > > Description: An error occurred during the processing of a

> > configuration

> > > > file

> > > > > required to service this request. Please review the specific error

> > > details

> > > > > below and modify your configuration file appropriately.

> > > > >

> > > > > Parser Error Message: Access is denied: 'ChartFX.Borders'.

> > > > >

> > > > > Source Error:

> > > > >

> > > > > Line 197: <add assembly="System.EnterpriseServices,

> > > > > Version=1.0.5000.0, Culture=neutral,

> PublicKeyToken=b03f5f7f11d50a3a"

> > />

> > > > > Line 198: <add assembly="System.Web.Mobile,

> Version=1.0.5000.0,

> > > > > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> > > > > Line 199: <add assembly="*" />

> > > > > Line 200: </assemblies>

> > > > > Line 201: </compilation>

> > > > >

> > > > > Source File:

> > > > > c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

> > > > Line:

> > > > > 199

> > > > >

> > > > > Assembly Load Trace: The following information can be helpful to

> > > determine

> > > > > why the assembly 'ChartFX.Borders' could not be loaded.

> > > > >

> > > > > === Pre-bind state information ===

> > > > > LOG: DisplayName = ChartFX.Borders

> > > > > (Partial)

> > > > > LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

> > > > > LOG: Initial PrivatePath = bin

> > > > > Calling assembly : (Unknown).

> > > > > ===

> > > > >

> > > > > LOG: Policy not being applied to reference at this time (private,

> > > custom,

> > > > > partial, or location-based assembly bind).

> > > > > LOG: Post-policy reference: ChartFX.Borders

> > > > > LOG: Attempting download of new URL

> > > > > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary

> ASP.NET

> > > > > Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

> > > > > LOG: Attempting download of new URL

> > > > > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary

> ASP.NET

> > > > >

> > Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

> > > > > LOG: Attempting download of new URL

> > > > > file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

> > > > > LOG: Publisher policy file is not found.

> > > > > LOG: No redirect found in host configuration file

> > > > > (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

> > > > > LOG: Using machine configuration file from

> > > > >

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

> > > > > LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

> > > > > Culture=neutral, PublicKeyToken=a1878e2052c08dce

> > > > >

> > > > >

> > > > >

> > > > > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > > > > news:J0LJw6D7DHA.2468@webserver3.softwarefx.com...

> > > > > > i've spent several hours today on trying to resolve chartfx

> errors.

> > i

> > > > > > started at 1:30pm. i can send you my timesheets if you want.

all

> > the

> > > > > time

> > > > > > of which seem to be related to incorrect versions of dlls. i

> > finally

> > > > got

> > > > > so

> > > > > > feed up i posted to the news groups with my original response.

> > > > > >

> > > > > > i especially like the fact that you find my pain with your

product

> > > > > amusing.

> > > > > > now if you would actually like to help a PAYING customer who is

> > > > > experiencing

> > > > > > problems, i would appreciate that.

> > > > > >

> > > > > > when i go to vs .net 2003 framework 1.1 and ask it to check for

> > > updates,

> > > > > it

> > > > > > responds with, "you are running the most current version". when

i

> > got

> > > > to

> > > > > > the tech support resources page and then to web forms updates,

it

> > > shows

> > > > > that

> > > > > > there are needed updates. i do one of two things, click install

> or

> > > > > > download. when i click install, it churns and then says update

> > > > complete.

> > > > > > however, if i look at the properties on the specific files they

> have

> > > in

> > > > > fact

> > > > > > NOT been updated. for good measure, i try a reboot. no luck.

> so,

> > i

> > > > try

> > > > > > the install, it might actually work, but it NEVER finishes. i

> > > > eventually

> > > > > > killed it after 50+ minutes. it also continally tries to

download

> > the

> > > > > > programmers guide even though i un-select it. (i have yet to

get

> > that

> > > > no

> > > > > > matter how many times i try). so i got back to the web page and

> try

> > > > > > clicking install again. amazingly it works, except for the fact

> > that

> > > > the

> > > > > > files are still NOT updated correctly. hmmm, maybe another

reboot

> > > would

> > > > > > help. so after trying that multiple times, i am still left with

> my

> > > > > original

> > > > > > problem. the dlls in the chartfx 6.2 are still out of date! it

> > would

> > > > be

> > > > > > really nice if there was a patch somewhere i could download and

> just

> > > run

> > > > > it.

> > > > > > i am not at all looking forward to going through this same pain

> when

> > i

> > > > > need

> > > > > > to update our servers. i am still left with my original

problem.

> > so,

> > > i

> > > > > > decide to try and search the KB online. funny thing though....

> the

> > > > > > responses to ANY search appear to yield completely random

results.

> > > > search

> > > > > > for "pie chart" for example. the first response is, "can the

data

> > be

> > > > > > plotted all the way against the y-axis without having a gap?"

> hmmm,

> > > not

> > > > > too

> > > > > > closely related to a pie chart question. i actually searched

for

> > > > > variations

> > > > > > on 'download problem". the first hit there in case you were

> > wondering

> > > > > was,

> > > > > > "why does chartfx.net display random data?" so the kb wasn't

any

> > help

> > > > > > either in locating an anwser to my problem.

> > > > > >

> > > > > > normally i wouldn't have taken the time to go into such detail,

> > but...

> > > i

> > > > > > can't do anything else because you "downloading controls" don't

> seem

> > > to

> > > > be

> > > > > > functioning correctly. as you can i see, i've tried many

> differnet

> > > > ways.

> > > > > > all ending with the same results.

> > > > > >

> > > > > > thanks for the help.

> > > > > >

> > > > > >

> > > > > > "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> > > > > > news:4T2lWmD7DHA.2468@webserver3.softwarefx.com...

> > > > > > > Several hours ? Your first posting was 3:39, the one in which

> you

> > > > > mention

> > > > > > > installing the SP is 3:54 and this one is 4:46 (same date).

> > > > > > >

> > > > > > > I've never seen hours pass-by so fast :-)

> > > > > > >

> > > > > > > --

> > > > > > > FP

> > > > > > > Software FX

> > > > > > >

> > > > > > >

> > > > > >

> > > > > >

> > > > >

> > > > >

> > > >

> > > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

well....

i reinstalled the chartfx for .NET 6.2. afterwards, i was able to get my

control back onto my form and into my project. however, i am still gett the

same configuration error message. see other posts for specifics of that

message.

i really need to get this fixed.

--chris

"Chris Shinkle" <cmshinkle@sep.com> wrote in message

news:vkTpE8F7DHA.2468@webserver3.softwarefx.com...

> i removed all references to the control in my project. built the project.

> everything ran fine. i then tried to add the control and code back in.

> however, when i dropped the control onto my web form, i got 'error

creating

> control". after clicking around and then coming back to the from, i see

> this with my control boundries, "Invalid ChartFX License 03100000.

>

> help would greatly be appreciated.

>

> thanks,

>

> --chris

>

> "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> news:enqj9qF7DHA.2468@webserver3.softwarefx.com...

> > i am getting the error again.. i even went so far as to unistall 6.0.

> > here's the error message again:

> >

> >

> > Server Error in '/ChartFXTest' Application.

>

> --------------------------------------------------------------------------

> --

> > ----

> >

> > Configuration Error

> > Description: An error occurred during the processing of a configuration

> file

> > required to service this request. Please review the specific error

details

> > below and modify your configuration file appropriately.

> >

> > Parser Error Message: Access is denied: 'ChartFX.Borders'.

> >

> > Source Error:

> >

> >

> > Line 197: <add assembly="System.EnterpriseServices,

> > Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> > Line 198: <add assembly="System.Web.Mobile, Version=1.0.5000.0,

> > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> > Line 199: <add assembly="*" />

> > Line 200: </assemblies>

> > Line 201: </compilation>

> >

> >

> > Source File:

> > c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

> Line:

> > 199

> >

> > Assembly Load Trace: The following information can be helpful to

determine

> > why the assembly 'ChartFX.Borders' could not be loaded.

> >

> >

> > === Pre-bind state information ===

> > LOG: DisplayName = ChartFX.Borders

> > (Partial)

> > LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

> > LOG: Initial PrivatePath = bin

> > Calling assembly : (Unknown).

> > ===

> >

> > LOG: Policy not being applied to reference at this time (private,

custom,

> > partial, or location-based assembly bind).

> > LOG: Post-policy reference: ChartFX.Borders

> > LOG: Attempting download of new URL

> > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> > Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

> > LOG: Attempting download of new URL

> > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET

> > Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

> > LOG: Attempting download of new URL

> > file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

> > LOG: Publisher policy file is not found.

> > LOG: No redirect found in host configuration file

> > (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

> > LOG: Using machine configuration file from

> > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

> > LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

> > Culture=neutral, PublicKeyToken=a1878e2052c08dce

> >

> >

> >

> >

> >

>

> --------------------------------------------------------------------------

> --

> > ----

> >

> > Version Information: Microsoft .NET Framework Version:1.1.4322.573;

> ASP.NET

> > Version:1.1.4322.573

> >

> > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > news:tJp2gnF7DHA.2468@webserver3.softwarefx.com...

> > > ok...

> > >

> > > i checked the GAC and i don't have anything installed there. i also

> check

> > > the reference path, i didn't have anything there, so i added one to

the

> > > chaftfx 6.2/bin directory.

> > >

> > > the problem is very sporadic. it almost seems like something isn't

> > > releasing an assembly. for instance i noticed occuring more

frequently

> if

> > i

> > > left a browser up with a chart in it and then trying to do a compile.

> > > however, it didn't always happen this way. it also seemed liked i

could

> > > sometimes get things working again by deleting my project references

to

> > the

> > > assemblies and then readding them. this, however, didn't always work.

> > > sometimes it seemed like if i just left my machine alone and then came

> > back

> > > things would work for a while again. other things i tried that didn't

> > seem

> > > to have any real affect: restarting iis, killing the asp.net worker

> > > process, doing a rebuild all, etc.

> > >

> > > on another note... i have found it (not just today) problematic doing

> > > upgrades/patches through the internet browser. do you know if

softarefx

> > > will or plans to offer a exe download that i can run in a disconnected

> > state

> > > to update all of the necessary assemblies? i think it would prove

very

> > > useful. especially in a large software development enviornment. it's

a

> > > pain to have to have every developer on a team update there individual

> > > machines, even more so when there are problems. it would be much

nicer

> to

> > > pass or puss around an upgrade. ...just a thought.

> > >

> > > thanks for the help!

> > >

> > > --chris

> > >

> > >

> > > "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> > > news:cWacb3E7DHA.2336@webserver3.softwarefx.com...

> > > > Your project seems to be referencing files from both ChartFX 6.0 and

> 6.2

> > > >

> > > > Please check the ReferencesPath settings by right clicking your

> project,

> > > > select settings - Common Properties. It should only point to one of

> the

> > > > ChartFX folders.

> > > >

> > > > Did you add some of our files to the GAC (we DO not do this in any

of

> > our

> > > > installs) ? If so VS.Net could be picking up some of our DLLs from

> > there.

> > > >

> > > >

> > > > --

> > > > Regards,

> > > >

> > > > JC

> > > > Software FX Support

> > > > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > > > news:resySjE7DHA.2336@webserver3.softwarefx.com...

> > > > > i also notice i tend to get this in my build window:

> > > > >

> > > > > Preparing resources...

> > > > >

> > > > > Updating references...

> > > > >

> > > > > Warning: The dependency 'ChartFX.Base, Version=6.0.839.0,

> > > Culture=neutral,

> > > > > PublicKeyToken=a1878e2052c08dce' in project 'ChartFXTest' cannot

be

> > > copied

> > > > > to the run directory because it would overwrite the reference

> > > > 'ChartFX.Base,

> > > > > Version=6.2.1342.0, Culture=neutral,

> PublicKeyToken=a1878e2052c08dce'.

> > > > >

> > > > > Performing main compilation...

> > > > >

> > > > >

> > > > >

> > > > >

> > > > >

> > > > > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > > > > news:alnHIKE7DHA.2336@webserver3.softwarefx.com...

> > > > > > by the way... i think i have finally gotten my dll's up to date.

> i

> > > just

> > > > > > kept hitting the web page until it finally suceeded. the chart

> was

> > > then

> > > > > > working fine. and then i got this error again:

> > > > > >

> > > > > >

> > > > > > Server Error in '/ChartFXTest' Application.

> > > > >

> > > >

> > >

> >

>

> --------------------------------------------------------------------------

> > > > > --

> > > > > > ----

> > > > > >

> > > > > > Configuration Error

> > > > > > Description: An error occurred during the processing of a

> > > configuration

> > > > > file

> > > > > > required to service this request. Please review the specific

error

> > > > details

> > > > > > below and modify your configuration file appropriately.

> > > > > >

> > > > > > Parser Error Message: Access is denied: 'ChartFX.Borders'.

> > > > > >

> > > > > > Source Error:

> > > > > >

> > > > > > Line 197: <add assembly="System.EnterpriseServices,

> > > > > > Version=1.0.5000.0, Culture=neutral,

> > PublicKeyToken=b03f5f7f11d50a3a"

> > > />

> > > > > > Line 198: <add assembly="System.Web.Mobile,

> > Version=1.0.5000.0,

> > > > > > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

> > > > > > Line 199: <add assembly="*" />

> > > > > > Line 200: </assemblies>

> > > > > > Line 201: </compilation>

> > > > > >

> > > > > > Source File:

> > > > > >

c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

> > > > > Line:

> > > > > > 199

> > > > > >

> > > > > > Assembly Load Trace: The following information can be helpful to

> > > > determine

> > > > > > why the assembly 'ChartFX.Borders' could not be loaded.

> > > > > >

> > > > > > === Pre-bind state information ===

> > > > > > LOG: DisplayName = ChartFX.Borders

> > > > > > (Partial)

> > > > > > LOG: Appbase = file:///c:/inetpub/wwwroot/ChartFXTest

> > > > > > LOG: Initial PrivatePath = bin

> > > > > > Calling assembly : (Unknown).

> > > > > > ===

> > > > > >

> > > > > > LOG: Policy not being applied to reference at this time

(private,

> > > > custom,

> > > > > > partial, or location-based assembly bind).

> > > > > > LOG: Post-policy reference: ChartFX.Borders

> > > > > > LOG: Attempting download of new URL

> > > > > > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary

> > ASP.NET

> > > > > > Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders.DLL.

> > > > > > LOG: Attempting download of new URL

> > > > > > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary

> > ASP.NET

> > > > > >

> > >

Files/chartfxtest/31843822/dbdc7247/ChartFX.Borders/ChartFX.Borders.DLL.

> > > > > > LOG: Attempting download of new URL

> > > > > > file:///c:/inetpub/wwwroot/ChartFXTest/bin/ChartFX.Borders.DLL.

> > > > > > LOG: Publisher policy file is not found.

> > > > > > LOG: No redirect found in host configuration file

> > > > > > (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).

> > > > > > LOG: Using machine configuration file from

> > > > > >

> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.

> > > > > > LOG: Post-policy reference: ChartFX.Borders, Version=6.2.1342.0,

> > > > > > Culture=neutral, PublicKeyToken=a1878e2052c08dce

> > > > > >

> > > > > >

> > > > > >

> > > > > > "Chris Shinkle" <cmshinkle@sep.com> wrote in message

> > > > > > news:J0LJw6D7DHA.2468@webserver3.softwarefx.com...

> > > > > > > i've spent several hours today on trying to resolve chartfx

> > errors.

> > > i

> > > > > > > started at 1:30pm. i can send you my timesheets if you want.

> all

> > > the

> > > > > > time

> > > > > > > of which seem to be related to incorrect versions of dlls. i

> > > finally

> > > > > got

> > > > > > so

> > > > > > > feed up i posted to the news groups with my original response.

> > > > > > >

> > > > > > > i especially like the fact that you find my pain with your

> product

> > > > > > amusing.

> > > > > > > now if you would actually like to help a PAYING customer who

is

> > > > > > experiencing

> > > > > > > problems, i would appreciate that.

> > > > > > >

> > > > > > > when i go to vs .net 2003 framework 1.1 and ask it to check

for

> > > > updates,

> > > > > > it

> > > > > > > responds with, "you are running the most current version".

when

> i

> > > got

> > > > > to

> > > > > > > the tech support resources page and then to web forms updates,

> it

> > > > shows

> > > > > > that

> > > > > > > there are needed updates. i do one of two things, click

install

> > or

> > > > > > > download. when i click install, it churns and then says

update

> > > > > complete.

> > > > > > > however, if i look at the properties on the specific files

they

> > have

> > > > in

> > > > > > fact

> > > > > > > NOT been updated. for good measure, i try a reboot. no luck.

> > so,

> > > i

> > > > > try

> > > > > > > the install, it might actually work, but it NEVER finishes. i

> > > > > eventually

> > > > > > > killed it after 50+ minutes. it also continally tries to

> download

> > > the

> > > > > > > programmers guide even though i un-select it. (i have yet to

> get

> > > that

> > > > > no

> > > > > > > matter how many times i try). so i got back to the web page

and

> > try

> > > > > > > clicking install again. amazingly it works, except for the

fact

> > > that

> > > > > the

> > > > > > > files are still NOT updated correctly. hmmm, maybe another

> reboot

> > > > would

> > > > > > > help. so after trying that multiple times, i am still left

with

> > my

> > > > > > original

> > > > > > > problem. the dlls in the chartfx 6.2 are still out of date!

it

> > > would

> > > > > be

> > > > > > > really nice if there was a patch somewhere i could download

and

> > just

> > > > run

> > > > > > it.

> > > > > > > i am not at all looking forward to going through this same

pain

> > when

> > > i

> > > > > > need

> > > > > > > to update our servers. i am still left with my original

> problem.

> > > so,

> > > > i

> > > > > > > decide to try and search the KB online. funny thing

though....

> > the

> > > > > > > responses to ANY search appear to yield completely random

> results.

> > > > > search

> > > > > > > for "pie chart" for example. the first response is, "can the

> data

> > > be

> > > > > > > plotted all the way against the y-axis without having a gap?"

> > hmmm,

> > > > not

> > > > > > too

> > > > > > > closely related to a pie chart question. i actually searched

> for

> > > > > > variations

> > > > > > > on 'download problem". the first hit there in case you were

> > > wondering

> > > > > > was,

> > > > > > > "why does chartfx.net display random data?" so the kb wasn't

> any

> > > help

> > > > > > > either in locating an anwser to my problem.

> > > > > > >

> > > > > > > normally i wouldn't have taken the time to go into such

detail,

> > > but...

> > > > i

> > > > > > > can't do anything else because you "downloading controls"

don't

> > seem

> > > > to

> > > > > be

> > > > > > > functioning correctly. as you can i see, i've tried many

> > differnet

> > > > > ways.

> > > > > > > all ending with the same results.

> > > > > > >

> > > > > > > thanks for the help.

> > > > > > >

> > > > > > >

> > > > > > > "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> > > > > > > news:4T2lWmD7DHA.2468@webserver3.softwarefx.com...

> > > > > > > > Several hours ? Your first posting was 3:39, the one in

which

> > you

> > > > > > mention

> > > > > > > > installing the SP is 3:54 and this one is 4:46 (same date).

> > > > > > > >

> > > > > > > > I've never seen hours pass-by so fast :-)

> > > > > > > >

> > > > > > > > --

> > > > > > > > FP

> > > > > > > > Software FX

> > > > > > > >

> > > > > > > >

> > > > > > >

> > > > > > >

> > > > > >

> > > > > >

> > > > >

> > > > >

> > > >

> > > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...