Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone,

Hope all goes well.

Does anybody have an idea what the following warning means ?

TlbImp : warning TI3002: Importing a type library into a platform agnostic assembly.  This can cause errors if the type library is not truly platform agnostic. 


Thank you very much in advance
Best regards.
MiQi

What I have tried:

I found the following article but it is not clear what that means.
Posted
Updated 10-Jan-21 2:32am
Comments
CHill60 8-Jan-21 6:31am    
Perhaps if you shared with us exactly what caused that error - i.e. what were you doing at the time? And which language is it - C++ or C# ?
Providing relevant detail is always useful when looking for answers

1 solution

If you do a net search on "TI3002", you will find a couple of questions on StackOverflow that mention this. It's caused when C# imports a type library, and it usually isn't anything to worry about.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900