Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Ant Managed Library

Rank

Total Posts: 1

Joined 2008-11-04

PM

I'm trying to develop a c# application, I've downloaded c# 2008 and opened the ANT_NET_LIbraries solution. I can't run this from within the environment as i get the following message "Unable to load dll "ANT_WrappedLib.dll". If I copy the required dll's to the binaries folders it runs ok. but trying to debug / single step thro the app doesn't work. Where exactly is the solution looking for the dll's when you run from the c# environment?      
RankRankRank

Total Posts: 95

Joined 2010-05-03

PM

Hi,

I believe the required libraries are missing from the working directory of the application you are running. I suggest finding out the location of the working directory from the Visual Studio project settings and double check the presence of the DLL's in it.      
Rank

Total Posts: 1

Joined 2008-11-04

PM

Thanks for the reply, however i've tried putting the dll's into the "Debug" directory and working directory of the project but the error still happens.      
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

You can set the working directory by modifying the project properties, under the Debug tab.

http://msdn.microsoft.com/en-us/library/2kf0yb05(v=VS.90).aspx