VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
pjintheusa at gmail.com Guest
|
Posted: Fri Jul 10, 2009 12:47 pm Post subject: [Freeswitch-users] managed_mod directories |
|
|
Hi there,
Using windows with the pre-compiled binary / msi found via the WIKI
Using mod_managed with no problems however:
mod_managed appears to require I create a directory 'managed' under C:\Program Files (x86)\FreeSWITCH\mod
BUT also requires that I place my .dll in C:\Program Files (x86)\FreeSWITCH\mod and NOT C:\Program Files (x86)\FreeSWITCH\mod\managed
thus making C:\Program Files (x86)\FreeSWITCH\mod\managed redundant
Anyone else seen this behavior?
Thanks!
Phillip Jones |
|
Back to top |
|
|
dftoro at yahoo.com Guest
|
Posted: Fri Jul 10, 2009 2:07 pm Post subject: [Freeswitch-users] managed_mod directories |
|
|
Hi, check whether the dll references to other dll's, in that case you should put the references in managed directory. Check this link http://lists.freeswitch.org/pipermail/freeswitch-dev/2009-April/002232.html , may be your case Diego --- On Fri, 7/10/09, Phillip Jones <pjintheusa@gmail.com> wrote: From: Phillip Jones <pjintheusa@gmail.com>Subject: [Freeswitch-users] managed_mod directoriesTo: freeswitch-users@lists.freeswitch.orgDate: Friday, July 10, 2009, 12:46 PM Hi there,Using windows with the pre-compiled binary / msi found via the WIKI Using mod_managed with no problems however:mod_managed appears to require I create a directory 'managed' under C:\Program Files (x86)\FreeSWITCH\modBUT also requires that I place my .dll in C:\Program Files (x86)\FreeSWITCH\mod and NOT C:\Program Files (x86)\FreeSWITCH\mod\managedthus making C:\Program Files (x86)\FreeSWITCH\mod\managed redundantAnyone else seen this behavior?Thanks!Phillip Jones-----Inline Attachment Follows----- _______________________________________________Freeswitch-users mailing listFreeswitch-users@lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-usersUNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org |
|
Back to top |
|
|
pjintheusa at gmail.com Guest
|
Posted: Fri Jul 10, 2009 3:11 pm Post subject: [Freeswitch-users] managed_mod directories |
|
|
Hi,
Thanks for the reply.
My DDL is working fine. Just not in the mod\managed directory.
What is the mod\managed directory for? It is required but not used?
Phil
On Fri, Jul 10, 2009 at 3:04 PM, <dftoro@yahoo.com (dftoro@yahoo.com)> wrote:
|
|
Back to top |
|
|
mgg at giagnocavo.net Guest
|
Posted: Fri Jul 10, 2009 3:49 pm Post subject: [Freeswitch-users] managed_mod directories |
|
|
You’re saying that it requires the managed DLL to be in both the mod and mod\managed directory? What error do you get if it’s only in mod? It’s been months, but I just checked loader.cs and it looks explicitly in the managed directory to resolve assemblies as well as to scan to load them.
-Michael
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Phillip Jones
Sent: Friday, July 10, 2009 11:46 AM
To: freeswitch-users@lists.freeswitch.org
Subject: [Freeswitch-users] managed_mod directories
Hi there,
Using windows with the pre-compiled binary / msi found via the WIKI
Using mod_managed with no problems however:
mod_managed appears to require I create a directory 'managed' under C:\Program Files (x86)\FreeSWITCH\mod
BUT also requires that I place my .dll in C:\Program Files (x86)\FreeSWITCH\mod and NOT C:\Program Files (x86)\FreeSWITCH\mod\managed
thus making C:\Program Files (x86)\FreeSWITCH\mod\managed redundant
Anyone else seen this behavior?
Thanks!
Phillip Jones |
|
Back to top |
|
|
pjintheusa at gmail.com Guest
|
Posted: Fri Jul 10, 2009 6:24 pm Post subject: [Freeswitch-users] managed_mod directories |
|
|
It is looking in mod.
It required the mod\managed directory, but if I place my dll in mod\managed it fails. DLL must be in mod - mod\managed is empty.
My app works fine though
Phil
On Fri, Jul 10, 2009 at 4:48 PM, Michael Giagnocavo <mgg@giagnocavo.net (mgg@giagnocavo.net)> wrote:
|
|
Back to top |
|
|
dftoro at yahoo.com Guest
|
Posted: Sat Jul 11, 2009 8:19 am Post subject: [Freeswitch-users] managed_mod directories |
|
|
Hello, What error do you get when dll is put on mod/managed ?, I work with dll's on mod/managed although I changed loadfile by loadfrom on loader.cs. Diego --- On Fri, 7/10/09, Phillip Jones <pjintheusa@gmail.com> wrote: From: Phillip Jones <pjintheusa@gmail.com>Subject: Re: [Freeswitch-users] managed_mod directoriesTo: freeswitch-users@lists.freeswitch.orgDate: Friday, July 10, 2009, 6:22 PM It is looking in mod. It required the mod\managed directory, but if I place my dll in mod\managed it fails. DLL must be in mod - mod\managed is empty. My app works fine thoughPhil On Fri, Jul 10, 2009 at 4:48 PM, Michael Giagnocavo <mgg@giagnocavo.net (mgg@giagnocavo.net)> wrote: You’re saying that it requires the managed DLL to be in both the mod and mod\managed directory? What error do you get if it’s only in mod? It’s been months, but I just checked loader.cs and it looks explicitly in the managed directory to resolve assemblies as well as to scan to load them. -Michael From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Phillip JonesSent: Friday, July 10, 2009 11:46 AM To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)Subject: [Freeswitch-users] managed_mod directories Hi there, Using windows with the pre-compiled binary / msi found via the WIKI Using mod_managed with no problems however:mod_managed appears to require I create a directory 'managed' under C:\Program Files (x86)\FreeSWITCH\modBUT also requires that I place my .dll in C:\Program Files (x86)\FreeSWITCH\mod and NOT C:\Program Files (x86)\FreeSWITCH\mod\managedthus making C:\Program Files (x86)\FreeSWITCH\mod\managed redundantAnyone else seen this behavior?Thanks!Phillip Jones_______________________________________________Freeswitch-users mailing listFreeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)http://lists.freeswitch.org/mailman/listinfo/freeswitch-usersUNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org |
|
Back to top |
|
|
pjintheusa at gmail.com Guest
|
Posted: Sat Jul 11, 2009 11:29 am Post subject: [Freeswitch-users] managed_mod directories |
|
|
Hi,
If I place the DLL in mod\managed I get the following error:
[err] mod_managed.cpp:287 Assembly::LoadFrom failed: system.IO.FileNotFoundException: Could not load file or assembly 'file:///c:program files (x86)\Freeswitch\mod\freeSWITCH.Managed.dll' or one of its dependencies. The system could not find the file specified.
As I said. When I place freeSWITCH.Managed.dll straight into \mod then everything works fine.
Thanks
Phil
On Sat, Jul 11, 2009 at 9:15 AM, Diego Toro <dftoro@yahoo.com (dftoro@yahoo.com)> wrote:
|
|
Back to top |
|
|
jlenk at frontiernet.net Guest
|
Posted: Sat Jul 11, 2009 12:45 pm Post subject: [Freeswitch-users] managed_mod directories |
|
|
Hi,
The base dll (FreeSWITCH.Managed.dll) is loaded from /mod - additional
managed dlls are loaded from /mod/managed. This is designed to allow your
dll's to be built and maintained independant of the FS build files. You can
simply just drop your dlls into mod/managed and they will be loaded and
available for use(this happens at FS startup).
The base managed dll (FreeSWITCH.Managed.dll) is only really supposed to be
used for loader support and the demo classes - you should place your code in
your own dll.
- Jeff
Phillip Jones-2 wrote:
Quote: |
Hi,
If I place the DLL in mod\managed I get the following error:
[err] mod_managed.cpp:287 Assembly::LoadFrom failed:
system.IO.FileNotFoundException: Could not load file or assembly
'file:///c:program files (x86)\Freeswitch\mod\freeSWITCH.Managed.dll' or
one
of its dependencies. The system could not find the file specified.
As I said. When I place freeSWITCH.Managed.dll straight into \mod then
everything works fine.
Thanks
Phil
On Sat, Jul 11, 2009 at 9:15 AM, Diego Toro <dftoro@yahoo.com> wrote:
Quote: | Hello,
What error do you get when dll is put on mod/managed ?, I work with dll's
on mod/managed although I changed loadfile by loadfrom on loader.cs.
Diego
--- On *Fri, 7/10/09, Phillip Jones <pjintheusa@gmail.com>* wrote:
From: Phillip Jones <pjintheusa@gmail.com>
Subject: Re: [Freeswitch-users] managed_mod directories
To: freeswitch-users@lists.freeswitch.org
Date: Friday, July 10, 2009, 6:22 PM
It is looking in mod.
It required the mod\managed directory, but if I place my dll in
mod\managed
it fails. DLL must be in mod - mod\managed is empty.
My app works fine though
Phil
On Fri, Jul 10, 2009 at 4:48 PM, Michael Giagnocavo
<mgg@giagnocavo.net<http://us.mc335.mail.yahoo.com/mc/compose?to=mgg@giagnocavo.net>
Quote: | You’re saying that it requires the managed DLL to be in both the mod
and
mod\managed directory? What error do you get if it’s only in mod? It’s
been
months, but I just checked loader.cs and it looks explicitly in the
managed
directory to resolve assemblies as well as to scan to load them.
-Michael
*From:*
freeswitch-users-bounces@lists.freeswitch.org<http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users-bounces@lists.freeswitch.org>[mailto:
freeswitch-users-bounces@lists.freeswitch.org<http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users-bounces@lists.freeswitch.org>]
*On Behalf Of *Phillip Jones
*Sent:* Friday, July 10, 2009 11:46 AM
*To:*
freeswitch-users@lists.freeswitch.org<http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org>
*Subject:* [Freeswitch-users] managed_mod directories
Hi there,
Using windows with the pre-compiled binary / msi found via the WIKI
Using mod_managed with no problems however:
mod_managed appears to require I create a directory 'managed' under
C:\Program Files (x86)\FreeSWITCH\mod
BUT also requires that I place my .dll in C:\Program Files
(x86)\FreeSWITCH\mod and NOT C:\Program Files
(x86)\FreeSWITCH\mod\managed
thus making C:\Program Files (x86)\FreeSWITCH\mod\managed redundant
Anyone else seen this behavior?
Thanks!
Phillip Jones
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org<http://us.mc335.mail.yahoo.com/mc/compose?to=Freeswitch-users@lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
-----Inline Attachment Follows-----
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org<http://us.mc335.mail.yahoo.com/mc/compose?to=Freeswitch-users@lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context: http://n2.nabble.com/managed_mod-directories-tp3240303p3243183.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
pjintheusa at gmail.com Guest
|
Posted: Mon Jul 13, 2009 11:15 am Post subject: [Freeswitch-users] managed_mod directories |
|
|
Got it! Thanks very much for that clarification.
Phil
On Sat, Jul 11, 2009 at 1:43 PM, Jeff Lenk <jlenk@frontiernet.net (jlenk@frontiernet.net)> wrote:
Quote: |
Hi,
The base dll (FreeSWITCH.Managed.dll) is loaded from /mod - additional
managed dlls are loaded from /mod/managed. This is designed to allow your
dll's to be built and maintained independant of the FS build files. You can
simply just drop your dlls into mod/managed and they will be loaded and
available for use(this happens at FS startup).
The base managed dll (FreeSWITCH.Managed.dll) is only really supposed to be
used for loader support and the demo classes - you should place your code in
your own dll.
- Jeff
Phillip Jones-2 wrote:
Quote: |
Hi,
If I place the DLL in mod\managed I get the following error:
[err] mod_managed.cpp:287 Assembly::LoadFrom failed:
system.IO.FileNotFoundException: Could not load file or assembly
'file:///c:program files (x86)\Freeswitch\mod\freeSWITCH.Managed.dll' or
one
of its dependencies. The system could not find the file specified.
As I said. When I place freeSWITCH.Managed.dll straight into \mod then
everything works fine.
Thanks
Phil
On Sat, Jul 11, 2009 at 9:15 AM, Diego Toro <dftoro@yahoo.com (dftoro@yahoo.com)> wrote:
Quote: | Hello,
What error do you get when dll is put on mod/managed ?, I work with dll's
on mod/managed although I changed loadfile by loadfrom on loader.cs.
Diego
--- On *Fri, 7/10/09, Phillip Jones <pjintheusa@gmail.com (pjintheusa@gmail.com)>* wrote:
From: Phillip Jones <pjintheusa@gmail.com (pjintheusa@gmail.com)>
Subject: Re: [Freeswitch-users] managed_mod directories
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Date: Friday, July 10, 2009, 6:22 PM
It is looking in mod.
It required the mod\managed directory, but if I place my dll in
mod\managed
it fails. DLL must be in mod - mod\managed is empty.
My app works fine though
Phil
On Fri, Jul 10, 2009 at 4:48 PM, Michael Giagnocavo
|
|
Quote: | Quote: | <mgg@giagnocavo.net (mgg@giagnocavo.net)<http://us.mc335.mail.yahoo.com/mc/compose?to=mgg@giagnocavo.net>
Quote: | You’re saying that it requires the managed DLL to be in both the mod
and
mod\managed directory? What error do you get if it’s only in mod? It’s
been
months, but I just checked loader.cs and it looks explicitly in the
managed
directory to resolve assemblies as well as to scan to load them.
-Michael
*From:*
|
|
|
Quote: | Quote: | Quote: | freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)<http://us.mc335.mail.yahoo.com/mc/compose?to=freeswitch-users@lists.freeswitch.org>
*Subject:* [Freeswitch-users] managed_mod directories
Hi there,
Using windows with the pre-compiled binary / msi found via the WIKI
Using mod_managed with no problems however:
mod_managed appears to require I create a directory 'managed' under
C:\Program Files (x86)\FreeSWITCH\mod
BUT also requires that I place my .dll in C:\Program Files
(x86)\FreeSWITCH\mod and NOT C:\Program Files
(x86)\FreeSWITCH\mod\managed
thus making C:\Program Files (x86)\FreeSWITCH\mod\managed redundant
Anyone else seen this behavior?
Thanks!
Phillip Jones
_______________________________________________
Freeswitch-users mailing list
|
|
|
Quote: | Quote: |
-----Inline Attachment Follows-----
_______________________________________________
Freeswitch-users mailing list
|
|
--
View this message in context: http://n2.nabble.com/managed_mod-directories-tp3240303p3243183.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|