Deployment error with TeeChart for .NET v1.1.1879.21176

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Alec
Newbie
Newbie
Posts: 5
Joined: Wed Feb 16, 2005 5:00 am
Location: Taiwan

Deployment error with TeeChart for .NET v1.1.1879.21176

Post by Alec » Fri Mar 04, 2005 7:29 am

Compiled ok with Delphi 8 patch 3, but running the generated exe got exceptions like this: (I noticed that, the TeeChart assembly is 1.1.1879.21176, so there must be some 1.1.1864.22788 in your code or resources, for I didn't install that release on this machine)

"=== Pre-bind state information ===
LOG: DisplayName = TeeChart, Version=1.1.1864.22788, Culture=neutral, PublicKeyToken=9c8126276c77bdb7
(Fully-specified)
LOG: Appbase = C:\work\ezlag.com\TrendRules\
LOG: Initial PrivatePath = NULL
Calling assembly : TrendRules, Version=1.0.1889.27302, Culture=neutral, PublicKeyToken=null.
===

LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\co

Alec
Newbie
Newbie
Posts: 5
Joined: Wed Feb 16, 2005 5:00 am
Location: Taiwan

Post by Alec » Fri Mar 04, 2005 7:58 am

OK, I got a solution by self:
Just add a reference to TeeChart.Languages.dll and copy it to local.

It's not a show stopper, but worth a note.

Post Reply