Click here to Skip to main content
15,949,741 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Creating The Real Ruler in vb.net like officeXp or WordPAd Pin
cnurse22-Mar-04 17:54
cnurse22-Mar-04 17:54 
GeneralRe: Creating The Real Ruler in vb.net like officeXp or WordPAd Pin
xstoneheartx22-Mar-04 23:59
xstoneheartx22-Mar-04 23:59 
GeneralAccelerator Keys Pin
cnurse21-Mar-04 18:38
cnurse21-Mar-04 18:38 
GeneralCommon Language Runtime Error when Loading vb.net Application in Win 98 Pin
Anonymous21-Mar-04 16:51
Anonymous21-Mar-04 16:51 
GeneralAccess VBA question Pin
gpa200021-Mar-04 6:38
gpa200021-Mar-04 6:38 
GeneralRe: Access VBA question Pin
Edbert P22-Mar-04 11:35
Edbert P22-Mar-04 11:35 
GeneralRe: Access VBA question Pin
gpa200022-Mar-04 20:41
gpa200022-Mar-04 20:41 
GeneralIntermittent: Multiple custom attributes of the same type found. Pin
cnurse20-Mar-04 23:19
cnurse20-Mar-04 23:19 
I have a mixed VB/C# solution. I have a class in VB which inherits from a C# base class. The derived VB class has an attribute applied to it which the constructor of the C# base class reads.

However, when I build my code (I think incrementally) and run I get "Multiple custom attributes of the same type found." when I execute...

DataDatabase lDatabaseAttr = (DataDatabase)Attribute.GetCustomAttribute(GetType(), typeof(DataDatabase), false);

There is only one instance of this attribute, AFAIK.

If I do a full rebuild of the solution the problem goes away, only to return when I next do a build incrementally.

Suffice to say I have climbed the wall several times and now look to you guys for expert guidance on where I have gone wrong.

Thanks in advance.


Nursey
GeneralCheck if PC is Idle Pin
LC Chan20-Mar-04 20:16
LC Chan20-Mar-04 20:16 
GeneralSoftware Licensing Pin
Wayne Phipps20-Mar-04 8:17
Wayne Phipps20-Mar-04 8:17 
Generalprocess bar Pin
yousafkamal20-Mar-04 7:13
yousafkamal20-Mar-04 7:13 
GeneralRe: process bar Pin
Dave Kreskowiak22-Mar-04 8:07
mveDave Kreskowiak22-Mar-04 8:07 
GeneralUsing a column in a selected row - DataGrid Pin
ml3bf19-Mar-04 23:39
ml3bf19-Mar-04 23:39 
GeneralRe: Using a column in a selected row - DataGrid Pin
cosminadrianpopescu21-Mar-04 20:54
cosminadrianpopescu21-Mar-04 20:54 
GeneralRe: Using a column in a selected row - DataGrid Pin
Pradeep C22-Mar-04 16:50
Pradeep C22-Mar-04 16:50 
GeneralIMAGE PROCESSING Pin
Anonymous19-Mar-04 9:51
Anonymous19-Mar-04 9:51 
GeneralRe: IMAGE PROCESSING Pin
Nadroj19-Mar-04 20:25
Nadroj19-Mar-04 20:25 
GeneralRe: IMAGE PROCESSING Pin
Dave Kreskowiak20-Mar-04 5:45
mveDave Kreskowiak20-Mar-04 5:45 
Generala database problem ! Pin
Member 52593919-Mar-04 4:50
Member 52593919-Mar-04 4:50 
Generala database problem ! Pin
Member 52593919-Mar-04 4:50
Member 52593919-Mar-04 4:50 
GeneralRe: a database problem ! Pin
BlackDice19-Mar-04 5:27
BlackDice19-Mar-04 5:27 
GeneralRe: a database problem ! Pin
Colin Angus Mackay19-Mar-04 6:25
Colin Angus Mackay19-Mar-04 6:25 
GeneralRe: a database problem ! Pin
Edbert P22-Mar-04 11:55
Edbert P22-Mar-04 11:55 
GeneralRe: a database problem ! Pin
Member 52593923-Mar-04 9:37
Member 52593923-Mar-04 9:37 
GeneralTo find a memory leak Pin
Bernhard Hofmann19-Mar-04 4:31
Bernhard Hofmann19-Mar-04 4:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.