DllImport issue for relative path!
am 28.09.2007 10:15:47 von chandanHi All,
I have a dll created using vc++(Unmanaged).So when we are using this
I have to give to full path of this dll as a parameter of DllImport
attribute. The parameter takes only const string value. It will work
fine by hard coding, but what will be case when I deploy this project?
Is there any way to pass the relative path of dll to the DllImport
attribute??
Let me know if more clarification is required about the problem.!!!
Thanks in advance!
Chandan Kumar