similar to: A problem about portting one asp.net project to mono under

Displaying 20 results from an estimated 30000 matches similar to: "A problem about portting one asp.net project to mono under"

2004 Jul 01
0
.Net & Mono language news: C, C++, C#, Java, Python & Perl
For those interested in experimenting with (compiling / developing) a version of R for the Common Language Runtime (CLR) environment (Microsoft .Net, Novell Ximan Mono & DotGNU) -- a few links to some "free" compliers: C DotGNU (the official GNU project) http://dotgnu.org/ http://www.southern-storm.com.au/pnet_faq.html#q1_7 FAQ "1.7. What is pnetC? Since version 0.4.4 of
2006 Sep 25
1
mono (ASP)
Hi, Does anyone know how do i acquire mono via yum? I had seen a mono-core in DAG's repo. Is this the same thing? Thanks
2011 Jul 20
0
Apache + asp.net + Oracle ODP are working under wine now
After 2 weeks of fighting I was able to have windows asp.net Oracle business application running under wine. It required 3 main changes: 1. Change apache code to avoid using getFile function which prevent apache to work under wine 2. Change wine code to fix GetUser bug from advapi.dll to have Oracle ODP working 3. Change some javascripts in application itself to solve some strange problem with
2020 Oct 10
2
Lookup sid with libsmbclient (invoked from c# on mono)
> Hello, > > I'm trying to resolve SID from a linux using a program written in c# > running under mono. > > I already know the Windows API LookupSID ( > https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-lookupaccountsida) > and its underlying raw RPC call ( >
2013 Jul 10
0
output ggplot2 graph from asp.net?
Hello there, I want to output ggplot2 graphs(b/c they are pretty) in ASP.NET(C#). Any one has success or is it feasible to do? Online said R.net is a choice but said it's not available for R graph. Any suggestions? [[alternative HTML version deleted]]
2020 Oct 12
0
Lookup sid with libsmbclient (invoked from c# on mono)
On 12/10/2020 14:09, Vincent Le Toux wrote: > I'm trying to port PingCastle (which is an AD audit tool - > https://www.pingcastle.com/download) from Windows to Linux. > The program being written in c#, I've no other solution than calling > native libraries. > (the mono framework is missing critical components) > > It uses SMB / LDAP / RPC calls to collect its
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
I'm trying to port PingCastle (which is an AD audit tool - https://www.pingcastle.com/download) from Windows to Linux. The program being written in c#, I've no other solution than calling native libraries. (the mono framework is missing critical components) It uses SMB / LDAP / RPC calls to collect its information. Here is the current state: LDAP: openldap with simplebind (no benefit yet
2016 Jun 28
0
.NET on Centos.
On Jun 28, 2016, at 11:17 AM, Peter Q. <btoven66 at gmail.com> wrote: > > What will happen with Centos and .NET? I?d expect it to show up in SCL at some point: https://wiki.centos.org/AdditionalResources/Repositories/SCL Until then, the CentOS build instructions on Microsoft?s official download page work just fine, at least on EL7: https://www.microsoft.com/net/core#centos
2020 Oct 12
0
Lookup sid with libsmbclient (invoked from c# on mono)
This wrapper, I know how to make it in c# (Rewriting stdin and stdout is not possible because I?m discovering one sid after having examined another one) What I?m missing is the api calls (in order) that I need to do to create this connection. Many exports that rpcclient is using are not included in libsmbdlient. I can find the final rpc function, but not the functions to establish the right
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Vincent Le Toux via samba <samba at lists.samba.org> writes: > Indeed, rpcclient is the program I looked for the first time. > > I cannot invoke it in a command line because I have at least 1000 SID to > resolve > (I discover them one by one so I'll have to run rpcclient at least 1000 > times) You can pass multiples SID at a time to these commands. But you would have
2020 Oct 12
0
Lookup sid with libsmbclient (invoked from c# on mono)
Indeed, rpcclient is the program I looked for the first time. I cannot invoke it in a command line because I have at least 1000 SID to resolve (I discover them one by one so I'll have to run rpcclient at least 1000 times) I looked at rpcclient source code, but there is no easy function such as "connect" that can be used easily from libsmbclient Thinking about Smb_negox for
2005 Feb 05
1
ANNOUNCE: LQL# 0.8.0 and LQL 0.8.0
****** * Since LARTC is not an announcement list I will not be posting * all release announcements here. LQL has been through several * releases since the initial announcement and LQL-Sharp is * something completely new which will hopefully be of interest to * many of the people subscribed to LARTC. ****** That''s right! Yes, yes, yes. You can now control the QoS features of the Linux
2012 Feb 10
0
Ayuda en Integrar R en C# bajo Mono
Hola compañeros, ¿Hay alguna forma de escribir código R en un programa C-sharp que funcione bajo Mono? Vamos,si hay algo parecido a R-Inside en C. Veo que hay esto: R(D) COM pero creo que sólo funciona bajo .NET en Windows
2006 Mar 10
6
Ruby for presentation layer, C# for business layer - how to
For reasons not relavent, I would like to create an n-tier app as follows. Data Acess layer => NHibernate Business layer => C# Presentation layer => RoR All of which might be spread across multiple machines in each layer. I am looking for the best way to allow RoR to talk to my business layer, dll''s etc hosted on another box. The RoR box might be *nix \ apache or windows
2020 Oct 13
0
Lookup sid with libsmbclient (invoked from c# on mono)
Vincent Le Toux <vincent.letoux at gmail.com> writes: > Typical example: > Here is some search & export for libsmbclient: > adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep > cli_rpc_pipe_open_noauth_transport > <nothing> > adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep > cli_rpc_pipe_open >
2009 Aug 08
3
ASP Pages?
I have a friend that hosts a few basic ASP pages. some simple links and plays a few media files with Windows Media Player. Is there any way I can host his site on my Linux Server? Without re- writing it for him.... -jason
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example: Here is some search & export for libsmbclient: adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open_noauth_transport <nothing> adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open U cli_rpc_pipe_open_noauth adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0
2007 Jul 19
0
ASP.NET AJAX Web Services and Prototype Version 1.5.1.1
I wanted to use a web service published with ASP.NET AJAX from Prototype Version 1.5.1.1 It''s easier to call an ASP.NET AJAX web service by using an ASP.NET AJAX page with a proxy class, but I have an application which still has many Classic ASP pages and using Prototype seemed like a better idea than hand coding the the interactions, or figuring out how to include all the right ASP.NET
2004 Jul 10
0
Asp.net via samba share problem
Hello, Besides some minor security problems (aspnet and iis users being mapped always as others on file acl) asp.net and asp reading files over a samba share were working quite alright. Now I started to have the following problem: [HttpException (0x80070038): Falha ao iniciar monitora??o de altera??es em 'h:\Directory_of_the_virtual_host_here\'.]
2012 Mar 17
1
GSOC 2012 Project
Hi, I have desire to contribute in GSOC 2012 open source development. I go through the GSOC 2012 projects details and it sounds to me an interesting project. I am interested in the following project: ? Weighting Schemes I have relevant experience as an open source C++ developer at Google. Inc USA, Warid Telecom UAE & Buraq Integrated Solutions (Australian based company). Firstly, I would