Re: [mapserver-users] Trouble with a Share Point Portal.

2008-07-17 Thread Pietro Giannini
te: >>> Hi, >>> >>> Have you replaced all dll(like libmap.dll etc..) into bin folder? >>> >>> Thanks and Regard >>> Venkat. >>> >>> -Original Message- >>> From: Pietro Giannini

Re: [mapserver-users] Trouble with a Share Point Portal.

2008-07-17 Thread Tamas Szekeres
replaced all dll(like libmap.dll etc..) into bin folder? >> >> Thanks and Regard >> Venkat. >> >> -Original Message- >> From: Pietro Giannini [mailto:[EMAIL PROTECTED] >> Sent: Thursday, July 17, 2008 5:25 PM >> To: mapserver-users@lists.osgeo.o

RE: [mapserver-users] Trouble with a Share Point Portal.

2008-07-17 Thread Pietro Giannini
Thanks and Regard > Venkat. > > -Original Message- > From: Pietro Giannini [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 17, 2008 5:25 PM > To: mapserver-users@lists.osgeo.org > Cc: Venkat Rao Tammineni > Subject: RE: [mapserver-users] Trouble with a Share Point

RE: [mapserver-users] Trouble with a Share Point Portal.

2008-07-17 Thread Venkat Rao Tammineni
: [mapserver-users] Trouble with a Share Point Portal. Venkat, this is the first I tried, don't work... In Visual Studio I can reference only the mapscript_csharp.dll, how can I reference a non-assembly .dll? regards ... pg -- Pietro Giannini Bytewise srl -

RE: [mapserver-users] Trouble with a Share Point Portal.

2008-07-17 Thread Pietro Giannini
Venkat, this is the first I tried, don't work... In Visual Studio I can reference only the mapscript_csharp.dll, how can I reference a non-assembly .dll? regards ... pg -- Pietro Giannini Bytewise srl - Area GIS 41°50'38.58"N 12°29'13.39"E On Gio, Lug

RE: [mapserver-users] Trouble with a Share Point Portal. [SEC=UNCLASSIFIED]

2008-07-17 Thread Pietro Giannini
On Behalf Of Tamas > Szekeres > Sent: Thursday, 17 July 2008 5:46 AM > To: Pietro Giannini > Cc: mapserver-users@lists.osgeo.org > Subject: Re: [mapserver-users] Trouble with a Share Point Portal. > > Pietro, > > Could you provide a code sample to investigate the problem

Re: [mapserver-users] Trouble with a Share Point Portal.

2008-07-17 Thread Pietro Giannini
Tamas, the error happens when I try to invoke an instance of mapserver: string v += OSGeo.MapServer.mapscript.msGetVersion(); In the c# project the mapscript_csharp.dll is referenced, and it is also registred in the GAC regards . pg -- Pietro Giannini Bytewise srl -

Re: [mapserver-users] Trouble with a Share Point Portal.

2008-07-17 Thread Pietro Giannini
Milo, I tried: all the dlls resides in \bin directory of the share point virtual directory and the IIS user (and the share point user too) has read, write and execute allowed on the gdal dir and the proj dir; so, maybe, is not a problem of permissions. Otherwise in a normal ASP.NET application, on

RE: [mapserver-users] Trouble with a Share Point Portal.

2008-07-16 Thread Venkat Rao Tammineni
Hi, Take latest version of mapserver (Ms4W 2.7.7) and update all the dlls form the cgi-bin to Visual Studio add the reference from visual studio.It will work.There is only problem with version.Because I did the same.I think it will help you. Thanks and Regards Venkat. -Original Message-

RE: [mapserver-users] Trouble with a Share Point Portal. [SEC=UNCLASSIFIED]

2008-07-16 Thread Roppola, Antti - BRS
: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Trouble with a Share Point Portal. Pietro, Could you provide a code sample to investigate the problem in more detail? Best regards, Tamas 2008/7/16 Pietro Giannini <[EMAIL PROTECTED]>: > Hi all, > > I'm in seri

Re: [mapserver-users] Trouble with a Share Point Portal.

2008-07-16 Thread Tamas Szekeres
Pietro, Could you provide a code sample to investigate the problem in more detail? Best regards, Tamas 2008/7/16 Pietro Giannini <[EMAIL PROTECTED]>: > Hi all, > > I'm in serious trouble with the ambitious project of a web mapping app in > a Windows SharePoint Services 3.0 environment; in detai