2
Reply

setup related error in c# visual stdio

Astika Jadhav

Astika Jadhav

Feb 8 2011 5:17 AM
12.7k
I create the setup with the serial key & for validation of the key i have written  function for validation.
i have all .dll & msi.lib
 
but i got the error as:
error : unresolved external symbol &quot;unsigned int __stdcall MsiSetPropertyW(unsigned long,wchar_t const *,wchar_t const *)&quot; (?MsiSetPropertyW@@YGIKPB_W0@Z) referenced in function &quot;unsigned int __stdcall VerifyPID(unsigned long)&quot; (?VerifyPID@@YGIK@Z) testdll.obj testdll</pre>

so how can i solve the problem?

Answers (2)