Dependencies of InetLab.SMPP.dll missing.

.NET library for SMPP protocol
Locked
abhinav
Posts: 2
Joined: Wed May 15, 2013 11:40 am

Dependencies of InetLab.SMPP.dll missing.

Post by abhinav » Wed May 15, 2013 12:50 pm

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.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Dependencies of InetLab.SMPP.dll missing.

Post by alt » Sun May 19, 2013 9:00 am

Hallo abhinav,

Does this link help?
http://devio.wordpress.com/2011/04/28/v ... endencies/
abhinav
Posts: 2
Joined: Wed May 15, 2013 11:40 am

Re: Dependencies of InetLab.SMPP.dll missing.

Post by abhinav » Tue May 28, 2013 5:24 am

Hi,

No. It did not help.

Thanks,
Abhinav
Chaitanya
Posts: 5
Joined: Mon Aug 10, 2015 12:37 am

Re: Dependencies of InetLab.SMPP.dll missing.

Post by Chaitanya » Mon Aug 10, 2015 12:39 am

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.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Dependencies of InetLab.SMPP.dll missing.

Post by alt » Mon Aug 10, 2015 9:31 pm

Hi Chaitanya,

Do you use VS2010 too?
Chaitanya
Posts: 5
Joined: Mon Aug 10, 2015 12:37 am

Re: Dependencies of InetLab.SMPP.dll missing.

Post by Chaitanya » Thu Aug 13, 2015 2:59 pm

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.
Locked