From kaushik.ece at gmail.com Wed Apr 9 08:29:25 2008 From: kaushik.ece at gmail.com (kaushik raj) Date: Wed Apr 9 08:29:31 2008 Subject: Help --- svn_client-1.dll Message-ID: <4de3a5600804090529w69c31a9bl22f2b87d23840dac@mail.gmail.com> Please help from this error, i have the svn_client-1.dll is in the bin\Debug folder but still the error occuring Unable to load DLL 'svn_client-1.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) Please Help Regards kaushik Rajagopal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080409/4eb951c4/attachment.html From toby at etjohnson.us Wed Apr 9 16:14:33 2008 From: toby at etjohnson.us (Toby Johnson) Date: Wed Apr 9 16:14:36 2008 Subject: Help --- svn_client-1.dll In-Reply-To: <4de3a5600804090529w69c31a9bl22f2b87d23840dac@mail.gmail.com> References: <4de3a5600804090529w69c31a9bl22f2b87d23840dac@mail.gmail.com> Message-ID: <47FD23A9.3010402@etjohnson.us> kaushik raj wrote: > > Please help from this error, > i have the svn_client-1.dll is in the bin\Debug folder but still the > error occuring > > Unable to load DLL 'svn_client-1.dll': The specified module could not > be found. (Exception from HRESULT: 0x8007007E) There is some missing dependency which is not found; unfortunately Windows does not give a good error message here. Use a tool such as Dependency Walker to find the missing DLL. toby From maxim.va at gmail.com Wed Apr 9 22:47:48 2008 From: maxim.va at gmail.com (Maxim Abrashkin) Date: Wed Apr 9 22:48:01 2008 Subject: Help --- svn_client-1.dll In-Reply-To: <4de3a5600804090529w69c31a9bl22f2b87d23840dac@mail.gmail.com> References: <4de3a5600804090529w69c31a9bl22f2b87d23840dac@mail.gmail.com> Message-ID: <9093a1820804091947w7cdcee36hdd6fcabff3b148bc@mail.gmail.com> Hello, On Wed, Apr 9, 2008 at 7:29 PM, kaushik raj wrote: > > Please help from this error, > i have the svn_client-1.dll is in the bin\Debug folder but still the error > occuring > > Unable to load DLL 'svn_client-1.dll': The specified module could not be > found. (Exception from HRESULT: 0x8007007E) > Subversion client (svn_client-1.dll) depend upon following dlls: intl3_svn.dll libapr.dll libapriconv.dll libaprutil.dll libdb44.dll libeay32.dll ssleay32.dll Do you have this dlls in the same directory as svn_client-1.dll? -- Maxim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080410/21b7e632/attachment.html From wolfgang.meszar at eipi.at Fri Apr 11 10:26:59 2008 From: wolfgang.meszar at eipi.at (Wolfgang Meszar) Date: Fri Apr 11 10:27:11 2008 Subject: AccessViolationException Message-ID: <4561074BB3CF9049989EFA6621CB5DC75FFF641D@exchange.office.eipi.at> Hi, I build the svn_client-1.dll by my own, because the precompiled version didn't work for me. Everything works fine if I only access the working copy (like status without update), but if any command access the repository, I get an Exception "System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt." Does someone know a solution, or what's going wrong? Thanks in advance. Wolfgang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080411/d5b9b9b8/attachment.html From maxim.va at gmail.com Sat Apr 12 12:36:25 2008 From: maxim.va at gmail.com (Maxim Abrashkin) Date: Sat Apr 12 12:36:34 2008 Subject: AccessViolationException In-Reply-To: <4561074BB3CF9049989EFA6621CB5DC75FFF641D@exchange.office.eipi.at> References: <4561074BB3CF9049989EFA6621CB5DC75FFF641D@exchange.office.eipi.at> Message-ID: <9093a1820804120936g27d2364chb065a56f69d8c4f5@mail.gmail.com> Hello, On Fri, Apr 11, 2008 at 9:26 PM, Wolfgang Meszar wrote: > I build the svn_client-1.dll by my own, because the precompiled version > didn't work for me. > > > > Everything works fine if I only access the working copy (like status > without update), but if any command access the repository, I get an > Exception > > "System.AccessViolationException: Attempted to read or write protected > memory. This is often an indication that other memory is corrupt." > > > > Does someone know a solution, or what's going wrong? > Seems that something wrong with svn client library you built. How are you built it? If you can reproduce error with precompiled library? If you can, give us test case to reproduce error. -- Maxim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pumacode.org/pipermail/svndotnet-users-lists.pumacode.org/attachments/20080412/867e04c7/attachment.html