|
Browse by Tags
All Tags » auto code generator ( RSS)
-
I think Dataset designer attribute has private accessor. I use Binding source designer attribute below [Designer( "System.Windows.Forms.Design.BindingSourceDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" )] public partial class myDataSet : System.Data.DataSet...
Posted to
Forum
by
tugrulkarakaya
on
08-13-2007
Filed under: Extending #develop, auto code generator, DataSet Designer, Typed DataSet, TypedDataSet
-
I searched the forum but wasn't able to turn up anything on this so hopefully my post is not a duplicate. I have a C# Windows Application solution and added a new form to the project and the generated form code seems to be missing a few things. trying to build the project returns an error: 'ssise_processor...
Posted to
Forum
by
theraccoonbear
on
03-01-2007
Filed under: Bug report, auto code generator, Partial Class
-
I have a class that implements IEnumerable<string> Using the auto code generator to implement the interface produces: public IEnumerator<string> GetEnumerator() { throw new NotImplementedException(); } This fails to compile with the following error: 'GenerateDefaultBuild.Component'...
Page 1 of 1 (3 items)
|
|
|