Search found 41 matches
- Fri Apr 07, 2006 11:39 am
- Forum: General
- Topic: Cannot create project from assembly
- Replies: 3
- Views: 10620
Cannot create project from assembly
The following code crashes TeeGofer using System; using System.Collections.Generic; using System.Text; using System.Collections.ObjectModel; namespace ClassLibrary2 { public abstract class ModelElementCollection<T> : ReadOnlyCollection<T> { private Dictionary<int, T> elementsById = new Dictionary<in...
- Wed Feb 22, 2006 2:40 am
- Forum: General
- Topic: Any body home?
- Replies: 1
- Views: 7879
Any body home?
I've reported a bug in the TeeGofer VS.2005 version. Actually I cannot create a project because it crashes while importing the assembly.
Regards
Regards
- Sat Feb 18, 2006 11:04 pm
- Forum: General
- Topic: TeeGofer maintenance release announcement - Build 2.6.2200.2
- Replies: 3
- Views: 10969
Hi, the TeeGofer for VS.2005 throws the following errors after importing my assembly: System.NullReferenceException: Object reference not set to an instance of an object. at TeeGofer.MetaViewerForm.DiscoverParamFileName(Type element) at TeeGofer.MetaViewerForm.GetTypeDeclaration(Type t) at TeeGofer....
- Tue May 10, 2005 2:10 pm
- Forum: General
- Topic: Problems with Default/Home topic
- Replies: 11
- Views: 22853
- Mon Apr 11, 2005 3:29 pm
- Forum: General
- Topic: Problems with Default/Home topic
- Replies: 11
- Views: 22853
- Mon Apr 11, 2005 12:18 pm
- Forum: General
- Topic: Problems with Default/Home topic
- Replies: 11
- Views: 22853
- Mon Apr 04, 2005 6:42 pm
- Forum: General
- Topic: Problems with Default/Home topic
- Replies: 11
- Views: 22853
- Mon Mar 21, 2005 1:20 pm
- Forum: General
- Topic: Problems with Default/Home topic
- Replies: 11
- Views: 22853
- Fri Mar 04, 2005 2:20 pm
- Forum: General
- Topic: Problems with Default/Home topic
- Replies: 11
- Views: 22853
Problems with Default/Home topic
Hi, I still have problems with the default topic when using the compiled collection (version 2). The following shortcut is created when our product get installed: dexplore.exe /helpcol ms-help://AdventurerLand.LabTechnology.NET /filter "LabTechnology.NET" This shortcut opens the help browser. Howeve...
- Fri Feb 25, 2005 12:30 pm
- Forum: General
- Topic: Bug in compiled help
- Replies: 5
- Views: 13570
- Thu Feb 24, 2005 3:27 pm
- Forum: General
- Topic: Bug in compiled help
- Replies: 5
- Views: 13570
- Fri Feb 18, 2005 5:50 pm
- Forum: General
- Topic: Bug in compiled help
- Replies: 5
- Views: 13570
Bug in compiled help
I've compiled my help project in version2. The compiled help collection has the following bugs: - The home page topic does not apper when help is opened - The Page Banner Text is being displayed correctly, but the text after the minus symbol is bad. For custom topics, the name of the file is being d...
- Tue Jan 11, 2005 12:18 pm
- Forum: General
- Topic: Problem with sealed methods
- Replies: 1
- Views: 7808
Problem with sealed methods
A method declared as
public override sealed object GetObject()
appears as
public override object GetObject()
Regards
public override sealed object GetObject()
appears as
public override object GetObject()
Regards
- Tue Jan 11, 2005 12:07 pm
- Forum: General
- Topic: Bug in abstract method declaration
- Replies: 0
- Views: 6367
Bug in abstract method declaration
a method declared as
public abstract ICollection GetObjects()
is being badly declared as
public virtual ICollection GetObjects()
Regards
public abstract ICollection GetObjects()
is being badly declared as
public virtual ICollection GetObjects()
Regards
Overloads
When a method has overloads, the Members Table shows the description of the first method. Is it possible to specify a description common to all overloads???
Regards
Regards