views:

109

answers:

3

i have download the code from the codeProject web site but while runnig this i got the reference error of the dll in the reference folder. the dll file is located in my bin/debug/ folder. still it not found it. when i add this file from add reference tag i give the error that this is not valid com component.

please help in this

thanks in advance.

+1  A: 

Well, you haven't said which project it is... but my guess is that you're trying to add a reference to a native code DLL, rather than either a COM library or a .NET class library.

If you provide more details, we're far more likely to be able to help you.

Jon Skeet
@Jon, are you psychic too?
Preet Sangha
i am creating the project for generating the license key for my product and this code i have downloaded from codeProject. the dll they have provided is not working. reference are missing for that dll is there any solution for the same ?
Manish
+4  A: 
Dale Halliwell
+3  A: 

what is the project? sorry to post this as an answer but I can't post comments yet

rkarajan