Search found 11 matches

by jooster
Thu Oct 13, 2011 2:22 pm
Forum: .NET
Topic: Not seeing my TeeChart components in the toolbox
Replies: 3
Views: 4267

Re: Not seeing my TeeChart components in the toolbox

Adding the X86 libraries worked, thanks! Funny the installer didn't do this...
by jooster
Wed Oct 12, 2011 11:47 pm
Forum: .NET
Topic: Not seeing my TeeChart components in the toolbox
Replies: 3
Views: 4267

Not seeing my TeeChart components in the toolbox

I have a fresh, new shiney Win7/64bit machine and installed TeeChart (TeeChartNET2011_4.1.2011.07280.exe) on it but see no TeeChart components in my Visual Studio 2010 toolbox. Attempting to set this up manually (through choose items...) gives me an error: TeeChart.dll is not a microsoft .NET module...
by jooster
Mon Jan 03, 2011 4:31 am
Forum: .NET
Topic: VerificationException
Replies: 16
Views: 12700

Re: VerificationException

Sandra, when I have time in the next weeks I will set up a shadow machine, right now I can at least do my debugging. As to your comment to the configuration of my build machine, give me a hint as to where I start looking for a possible problem with its setup please. There are quite a few application...
by jooster
Fri Dec 24, 2010 6:02 am
Forum: .NET
Topic: VerificationException
Replies: 16
Views: 12700

Re: VerificationException

Sandra, I downloaded and installed your DLL (after uninstalling the original teechart library first and doing a clean on teh code). I used your DLL with the code example you provided earlier. Sadly, the failure mode was identical, no change. However, when I turn on "enable unmanaged code debugging",...
by jooster
Wed Dec 22, 2010 8:09 pm
Forum: .NET
Topic: VerificationException
Replies: 16
Views: 12700

Re: VerificationException

1. Changed 'designkey' in HKEY_LOCAL_MACHINE\SOFTWARE\Steema Software\TeeChart.NET to incorrect value, cleaned solution and compiled. Compiler error that follows suggests that the license is correctly loaded. Changed 'designkey' back to correct value, solution compiles fine. 2.There is no teechart r...
by jooster
Tue Dec 21, 2010 3:33 pm
Forum: .NET
Topic: VerificationException
Replies: 16
Views: 12700

Re: VerificationException

I have not done other tests/steps that running in debug. I wouldn't know what else to do. Since TeeChart gets instantiated immediately in the form, the debugger stops immediately and therefore I cannot debug the application at all. As mentioned, I can run without debugging and the app comes up just ...
by jooster
Tue Dec 21, 2010 2:27 pm
Forum: .NET
Topic: VerificationException
Replies: 16
Views: 12700

Re: VerificationException

Sandra, this project fails exactly in the same way as my application. It states: System.Security.VerificationException was unhandled Message=Operation could destabilize the runtime. Source=TeeChart StackTrace: at Steema.TeeChart.Drawing.TeeBase.SetBooleanProperty(Boolean& variable, Boolean value) at...
by jooster
Mon Dec 20, 2010 2:47 pm
Forum: .NET
Topic: VerificationException
Replies: 16
Views: 12700

Re: VerificationException

Sandra, I installed the maintenance release over the weekend already without a positive result. My target framework is 4 (not client profile). I did notice that this problem only appears when I run the debugger i.e., when starting a debug session the VerificationException shows up but when starting ...
by jooster
Sat Dec 18, 2010 7:07 pm
Forum: .NET
Topic: VerificationException
Replies: 16
Views: 12700

Re: VerificationException

This failure seemed to have a distinct licensing error failure. Therefore I tried to uninstall and hoped to correct this with a reinstall. However, the uninstall fails immediately also with "Could not open INSTALL.LOG file." I am running on Windows 7 using VS2010 Ultimate TeeChart is 4.1.2010.9283 Y...
by jooster
Fri Dec 17, 2010 3:52 pm
Forum: .NET
Topic: VerificationException
Replies: 16
Views: 12700

Re: VerificationException

Sandra, I am using the 2010 edition (Version=4.1.2010.9283)
by jooster
Thu Dec 16, 2010 3:44 pm
Forum: .NET
Topic: VerificationException
Replies: 16
Views: 12700

VerificationException

Adding a TChart to a forum and making absolutely NO changes to it, compiles but returns a runtime error: "VerificationException was unhandled". The offending line of code is in the designer:

this.tChart1 = new Steema.TeeChart.TChart();

What is going on?