Search found 3 matches
- Tue Aug 06, 2013 12:58 am
- Forum: .NET
- Topic: LC.exe return with -1 errorcode on x64 win7
- Replies: 4
- Views: 7845
Re: LC.exe return with -1 errorcode on x64 win7
hi, gbs thanks for your solution. if i remove "Steema.TeeChart.TChart, TeeChart, Version=3.5.3371.26405, Culture=neutral, PublicKeyToken=9c8126276c77bdb7" from the licenses.licx. i can compile project successfully, but i wonder when i release program, the program.exe can run and open the winform wit...
- Mon Aug 05, 2013 7:19 am
- Forum: .NET
- Topic: LC.exe return with -1 errorcode on x64 win7
- Replies: 4
- Views: 7845
LC.exe return with -1 errorcode on x64 win7
HI, in Win7 x64, i have install TeeChart for .NET V3.5.3371.26404\TeeChartNET3VSNET2005.exe,with input the correct License number and Password。 in the process of Install ,i meet the error "TeeGofer_H2reg.exe meet error , not work" when i compile VS2005 project with teachart control. meet compile err...
help,
application no answer when the line have 2 point - TeeChart for .NET V3.2.2980.19082 - vs2005 - code : public partial class Form1 : Form { private DataTable _Data; public Form1() { InitializeComponent(); _Data = new DataTable(); _Data.Columns.Add("I", typeof(int)); _Data.Columns.Add("f1", typeof(dou...