[Mono-dev] Expected Date of release of mono 4.8

2017-01-19 Thread nikhil sehgal
Hi All, I am currently working on a project that require TLS 1.2 Support. So my question is What is expected date of release of Mono 4.8 .As i believe mono 4.8 Supports TLS 1.2. it would be great help -- Thanks & Regards NIkhil Sehgal Mobile No 9711855929 Email Id nikhil.j...@gmail.com S

Re: [Mono-dev] [Mono-list] Expected Date of release of mono 4.8

2017-01-19 Thread nikhil sehgal
HI Rodrigi, Can we expect it around March 2017 ? Regards Nikhil On Fri, Jan 20, 2017 at 12:11 AM, Rodrigo Kumpera <kump...@gmail.com> wrote: > Hi Nikhil, > > Expect 4.8 final some time later in the winter. > > -- > Rodrigo > > > > On Thu, Jan 19, 2017

[Mono-list] Alternative of QueryPerformanceCounter and QueryPerformanceFrequency on Linux using mono framrwork

2017-03-28 Thread nikhil sehgal
HI ALL, i am looking for alternative for following in linux using mono-framework 1. QueryPerformanceCounter 2. QueryPerformanceFrequency -- Thanks & Regards NIkhil Sehgal Mobile No 9711855929 Email Id nikhil.j...@gmail.com Skype ID sehgal.ni

Re: [Mono-dev] [Mono-list] Alternative of QueryPerformanceCounter and QueryPerformanceFrequency on Linux using mono framrwork

2017-03-28 Thread nikhil sehgal
mono_performance_counters/). If you want more than that, you’ll > probably need to write your own code to open a file under /proc and parse > the output. > > > > chris > > > > *From:* Mono-list [mailto:mono-list-boun...@lists.dot.net] *On Behalf Of > *nikhil > sehgal

Re: [Mono-list] Alternative of QueryPerformanceCounter and QueryPerformanceFrequency on Linux using mono framrwork

2017-03-28 Thread nikhil sehgal
mono_performance_counters/). If you want more than that, you’ll > probably need to write your own code to open a file under /proc and parse > the output. > > > > chris > > > > *From:* Mono-list [mailto:mono-list-boun...@lists.dot.net] *On Behalf Of > *nikhil > sehgal

[Mono-list] debug shared memory

2017-03-22 Thread nikhil sehgal
. WaitForSingleObject Please refer follwoing link to get what i am using https://www.codeproject.com/articles/5744/debug-monitor-string Regards Nikhil -- Thanks & Regards NIkhil Sehgal Mobile No 9711855929 Email Id nikhil.j...@gmail.com Skype ID sehgal.ni

[Mono-dev] Alternative to calculating Elapsed time using QueryPerformanceCounter

2017-04-10 Thread nikhil sehgal
QueryPerformanceCounter returns a monotonically increasing tick count. Current we are using above mentioned Performance Counter and Performance Frequency using “Kernel32.dll”. Basically we use QueryPerformanceCounter to get a high resolution timer value before and after the event you want to

[Mono-dev] Xbuild VS MSbuild

2017-03-04 Thread nikhil sehgal
HI All, Currently my all projects & Solution Builds with MSBuild on Jenkin Build server . Can i use the same binaries that's build by msbuild and make them run under Linux environment with Mono Framework installed or Do i need to rebuild my binaries using Xbuild. - What advantage do i get

[Mono-dev] Debug asp.net app or dot web service by attaching webserver process locally or remotely

2017-07-26 Thread nikhil sehgal
Hi all, Could some one help how we can attach to webservice or an web application hosted on webserver on Linux using mono framework. I have tried following Option through which I can debug console app by running but don't know how to attach to a webserver process like we have worker process in

[Mono-list] Debug asp.net app or dot web service by attaching webserver process locally or remotely

2017-07-26 Thread nikhil sehgal
Hi all, Could some one help how we can attach to webservice or an web application hosted on webserver on Linux using mono framework. I have tried following Option through which I can debug console app by running but don't know how to attach to a webserver process like we have worker process in

[Mono-aspnet-list] Debug asp.net app or dot web service by attaching webserver process locally or remotely

2017-07-26 Thread nikhil sehgal
Hi all, Could some one help how we can attach to webservice or an web application hosted on webserver on Linux using mono framework. I have tried following Option through which I can debug console app by running but don't know how to attach to a webserver process like we have worker process in

[Mono-list] Dose Mono Support SH4 platform Architecture?

2017-06-29 Thread nikhil sehgal
hi All, Hope you are doing great ! Dose mono Support SH4 platform architecture. Regards Nikhil ___ Mono-list maillist - Mono-list@lists.dot.net http://lists.dot.net/mailman/listinfo/mono-list

[Mono-dev] Dose Mono Support SH4 platform Architecture?

2017-06-29 Thread nikhil sehgal
hi All, Hope you are doing great ! Dose mono Support SH4 platform architecture. Regards Nikhil ___ Mono-devel-list mailing list Mono-devel-list@lists.dot.net http://lists.dot.net/mailman/listinfo/mono-devel-list

Re: [Mono-list] Dose Mono Support SH4 platform Architecture? (Mono-devel-list Digest, Vol 146, Issue 35)

2017-06-30 Thread nikhil sehgal
On Sat, Jul 1, 2017 at 2:25 AM, nikhil sehgal <nikhil.j...@gmail.com> wrote: > Hi Damien, > > So it available with latest mono branch 5.0.1 ?or I need to use branch > mentioned below... > > > > On Jul 1, 2017 12:29 AM, "Damien Diederen" <d...@c

Re: [Mono-dev] Dose Mono Support SH4 platform Architecture? (Mono-devel-list Digest, Vol 146, Issue 35)

2017-06-30 Thread nikhil sehgal
On Sat, Jul 1, 2017 at 2:25 AM, nikhil sehgal <nikhil.j...@gmail.com> wrote: > Hi Damien, > > So it available with latest mono branch 5.0.1 ?or I need to use branch > mentioned below... > > > > On Jul 1, 2017 12:29 AM, "Damien Diederen" <d...@c

[Mono-list] Issues with MSBuild mono 5.0

2017-06-02 Thread nikhil sehgal
none Misc: softdebug LLVM: supported, not enabled. GC:sgen -- Thanks & Regards NIkhil Sehgal ___ Mono-list maillist - Mono-list@lists.dot.net http://lists.dot.net/mailman/listinfo/mono-list

Re: [Mono-dev] Mono-list Digest, Vol 145, Issue 2

2017-06-07 Thread nikhil sehgal
han "Re: Contents of Mono-list digest..." Today's Topics: 1. Re: Configuring xbuild on Jenkins server hosted onwindows or Linux (nikhil sehgal) 2. Re: Remotely step by step debugging we services hosted on nginx & fastcgi on ubuntu (nikhil sehgal) 3. Re:

Re: [Mono-list] Mono-list Digest, Vol 145, Issue 2

2017-06-07 Thread nikhil sehgal
Any thoughts? On Jun 7, 2017 9:13 PM, "nikhil sehgal" <nikhil.j...@gmail.com> wrote: > Hi we have tried soft debugger as suggested still facing some challenges > as explained below. > > I tried following steps. > > 1. Download and install Xamarin Studio >

Re: [Mono-dev] Mono-list Digest, Vol 145, Issue 2

2017-06-07 Thread nikhil sehgal
Any thoughts? On Jun 7, 2017 9:13 PM, "nikhil sehgal" <nikhil.j...@gmail.com> wrote: > Hi we have tried soft debugger as suggested still facing some challenges > as explained below. > > I tried following steps. > > 1. Download and install Xamarin Studio >

Re: [Mono-dev] Mono-list Digest, Vol 145, Issue 2

2017-06-10 Thread nikhil sehgal
Any thoughts please. need help ugently. On Jun 7, 2017 9:13 PM, "nikhil sehgal" <nikhil.j...@gmail.com> wrote: > Hi we have tried soft debugger as suggested still facing some challenges > as explained below. > > I tried following steps. > > 1. Download

Re: [Mono-dev] Mono-list Digest, Vol 145, Issue 2

2017-06-12 Thread nikhil sehgal
Please advise On Jun 10, 2017 7:00 PM, "nikhil sehgal" <nikhil.j...@gmail.com> wrote: > Any thoughts please. need help ugently. > > On Jun 7, 2017 9:13 PM, "nikhil sehgal" <nikhil.j...@gmail.com> wrote: > >> Hi we have tried soft debugger as sugg

Re: [Mono-dev] Configuring xbuild on Jenkins server hosted on windows or Linux

2017-05-01 Thread nikhil sehgal
Any more thoughts? On Apr 30, 2017 12:27 PM, "nikhil sehgal" <nikhil.j...@gmail.com> wrote: > Hi all, > > I would like to configure my Jenkins build server to build my code using > xbuild so if my code have something incompatible with mono it should break.

Re: [Mono-list] Remotely step by step debugging we services hosted on nginx & fastcgi on ubuntu

2017-05-01 Thread nikhil sehgal
Any thoughts ? On Apr 30, 2017 12:17 PM, "nikhil sehgal" <nikhil.j...@gmail.com> wrote: > Hi all > > Hope you are doing great! > > I have my web-service hosted on nginx webserver on ubuntu using fastcgi > for mono. > > I want to debug it remotely by at

Re: [Mono-dev] Remotely step by step debugging we services hosted on nginx & fastcgi on ubuntu

2017-05-01 Thread nikhil sehgal
Any thoughts ? On Apr 30, 2017 12:17 PM, "nikhil sehgal" <nikhil.j...@gmail.com> wrote: > Hi all > > Hope you are doing great! > > I have my web-service hosted on nginx webserver on ubuntu using fastcgi > for mono. > > I want to debug it remotely by at

Re: [Mono-dev] Data protection failed. ---> System.UnauthorizedAccessException: Access to the path "/usr/share/.mono/keypairs/

2017-10-07 Thread nikhil sehgal
HI All , While calling ProtectedData.Protect(Encoding.Unicode.GetBytes("XXX"), null, DataProtectionScope.LocalMachine); I am getting following error i am running my application under fast_cgi_mono+nginx and running as non root user.. And following error is coming randomly not

Re: [Mono-dev] Data protection failed. ---> System.UnauthorizedAccessException: Access to the path "/usr/share/.mono/keypairs/

2017-11-13 Thread nikhil sehgal
is very random I got 3/10 times... Please help urgent On Oct 5, 2017 13:03, "nikhil sehgal" <nikhil.j...@gmail.com> wrote: HI All , While calling ProtectedData.Protect(Encoding.Unicode.GetBytes("XXX"), null, DataProtectionScope.LocalMachine); I am gettin

Re: [Mono-dev] Data protection failed. ---> System.UnauthorizedAccessException: Access to the path "/usr/share/.mono/keypairs/ (Mono-devel-list Digest, Vol 151, Issue 2)

2017-11-13 Thread nikhil sehgal
er is Nginx running as? > > > Which user is fastcgi-mono-server running as? > > > Somehow, it thinks that $HOME for the running user is /root > > > On 13/11/17 12:20, nikhil sehgal wrote: > >> Hi all, >> >> Now I have different scenario I have mo

[Mono-list] Error while loading .asmx without core behind

2018-02-12 Thread nikhil sehgal
Hi I have a .asmx service file in a folder hosted on nginx+fastcgi+mono and i dont have its corresponding class in codebheind /dll and i am not calling this service however i am getting following error . h1>System.Web.HttpException Type..abc not found. Description: HTTP 500.Error

[Mono-list] Install .deb package on Linux using mono

2018-02-22 Thread nikhil sehgal
Hi All, How can i install .deb package programtically on Linux using mono framework. Regards Nikhil ___ Mono-list maillist - Mono-list@lists.dot.net http://lists.dot.net/mailman/listinfo/mono-list

[Mono-dev] Install .deb package on Linux using mono

2018-02-22 Thread nikhil sehgal
Hi All, How can i install .deb package programtically on Linux using mono framework. Regards Nikhil ___ Mono-devel-list mailing list Mono-devel-list@lists.dot.net http://lists.dot.net/mailman/listinfo/mono-devel-list

Re: [Mono-list] Install .deb package on Linux using mono

2018-02-22 Thread nikhil sehgal
that doesn’t really deal with > dependency resolution - you can try shelling out to gdebi (which will > install dependencies from repositories for command-line specified > packages), or binding the resolver engine in aptitude > > > On Feb 22, 2018, at 8:07 AM, nikhil sehgal <nikhil.j.

Re: [Mono-dev] Install .deb package on Linux using mono

2018-02-22 Thread nikhil sehgal
that doesn’t really deal with > dependency resolution - you can try shelling out to gdebi (which will > install dependencies from repositories for command-line specified > packages), or binding the resolver engine in aptitude > > > On Feb 22, 2018, at 8:07 AM, nikhil sehgal <nikhil.j.

[Mono-dev] Future of mono

2018-01-03 Thread nikhil sehgal
Hi all, Am just curious to know what's the future of mono framework.are we geting in actively contribution in mono. Questions come into my mind when I have read somewhere that .net core would eventually replace mono framework. If that's the case in near future...what would migration plan from