Page 1 of 1

Dependencies of InetLab.SMPP.dll missing.

Posted: Wed May 15, 2013 12:50 pm
by abhinav
I have developed a .NET application ( using .NET framework 4 + Visual Studio 2010 ) that uses Inetlab.SMPP.dll , version no 1.1.8.0, to send messages. It works fine and I am able to send messages. I tried to move the message sending code to a windows service and created a windows service and setup project to install the service.
When I compile my setup project, I am getting the following error.
"Unable to update the dependencies of the project. The dependencies for the object 'Inetlab.SMPP.dll' cannot be determined."
Hence I am unable to deploy messaging part as a windows service.

Early help will be highly appreciated.

Re: Dependencies of InetLab.SMPP.dll missing.

Posted: Sun May 19, 2013 9:00 am
by alt
Hallo abhinav,

Does this link help?
http://devio.wordpress.com/2011/04/28/v ... endencies/

Re: Dependencies of InetLab.SMPP.dll missing.

Posted: Tue May 28, 2013 5:24 am
by abhinav
Hi,

No. It did not help.

Thanks,
Abhinav

Re: Dependencies of InetLab.SMPP.dll missing.

Posted: Mon Aug 10, 2015 12:39 am
by Chaitanya
Did you ever figure out what the cause of this was? I am running into the same thing and need to get this figured out myself.

Re: Dependencies of InetLab.SMPP.dll missing.

Posted: Mon Aug 10, 2015 9:31 pm
by alt
Hi Chaitanya,

Do you use VS2010 too?

Re: Dependencies of InetLab.SMPP.dll missing.

Posted: Thu Aug 13, 2015 2:59 pm
by Chaitanya
No. I was seeing that in VS 2015. I was trying to setup a Visual Studio Setup project in VS 2105 (due to the fact that Installshield LE wasn't available) and was seeing that issue there. Installshield LE became available for VS 2015 shortly after my reply, so I just implemented that. That issue didn't exist with Installshield LE.