Hi,
I am migrating a vb.net project onto open suse through mono2.4.3. In my
project there is a functionality through which we upload a text file and we
transfer this file onto database.
for FTP transfer now we are using vsdll.dll. it is default .net dll, which
has already defined function to tran
Does mono support Java language?
--
View this message in context:
http://old.nabble.com/java-in-mono-tp26263909p26263909.html
Sent from the Mono - General mailing list archive at Nabble.com.
___
Mono-list maillist - Mono-list@lists.ximian.com
http:
Hi,
I am using mono 2.4.3 on open suse 11.1 to migrate vb.net application. In my
application I have to upload a file and transfer it onto the host through
FTP.
I like to know, how mono can send file through FTP.
Thanks
--
View this message in context:
http://old.nabble.com/file-transefer-thr
hi,
how does mono support object pooling concept?
--
View this message in context:
http://www.nabble.com/object-pooling-in-mono-tp26111909p26111909.html
Sent from the Mono - General mailing list archive at Nabble.com.
___
Mono-list maillist - Mono-l
Hi,
Now My dot net code is using COM+ to reuse the object.
I think it is similar to polling concept. but a/c to study material of mono,
it doesn't support COM+.
I would like to know, is there any other alternative to implement polling or
object reusability concept through mono.
Thanks
--
View t
Hi,
I am migrating vb.net application onto linux(open suse) platform using mono
2.4.3. I have one dll for printing which is based on 'VC++' code.
when have tested this dll through MoMA, it shows "this is not a proper dll".
let me know "does mono support VC++ code"
or any other solution to resolv
hi,
My application is using visual basic code for printing. In which it uses
microsoft office mail merge facility. for that we have created several rtf
file, which have different formate of printing. also is it using com
component.
TO implement this printing feature we have FNSRTFPrinterAX.dll f
Hi,
I have migrated .net application onto linux machine through mono2.4.2.
my appliction is using COM component. As mono material, mono doesn't support
COM. so we commented out that portion.
I would like to know, does mono provide any solution for that.
or new version of mono is supporting COM
Adam Tauno Williams wrote:
>
>> My project is using int32 like
>> dim loginBranchNo As Int32
>> or
>> iLoginBranchNo = Convert.ToInt32
>> I am getting some error , please contact to system administrator.
>> Priviosly
>> I have removed some windows specific function from my project.
>> so I want
hi,
My project is using int32 like
dim loginBranchNo As Int32
or
iLoginBranchNo = Convert.ToInt32
I am getting some error , please contact to system administrator. Priviosly
I have removed some windows specific function from my project.
so I want to know is there any problem with Int32 in mono
hi,
I tried mono onto Open Suse11.1 platform, in which I simply put my
webapplication inside /srv/www/htdocs directory. and I am able to access my
webapplication through browser.
Now I want to try it onto Fedora machine. so pls tell me, how can we
access a WebApplication in fedora through
hi,
I want to know " does mono provide any official certification"
please tell me in detail about mono official certification with price.
Thanks
--
View this message in context:
http://www.nabble.com/mono-official-certification-tp25076135p25076135.html
Sent from the Mono - General mailing
hi,
I am trying to execute my .net application onto fedora10 platform using
mono2.4 . I put my app. inside /mono/2.0/ and try to execute web app.
through browser then I got following error :-
1.Server Error in '/' Application
1.The section can't be defined in this configuration file
(the allo
hi,
I am using mono-2.4.2 to migrate my vb.net application and apache server.
After execution apache server create two log file 'error_log' and
'access_log'. It shows only browser error. I want to ask you , "Does Mono
create any logs file ?", so that I would be able to know where I am
stucking
Robert Jordan wrote:
>
> Bharti Mishra wrote:
>> ** (/usr/lib/mono/2.0/mod-mono-server2.exe:22010): WARNING **: The
>> following
>> assembly referenced from
>> /tmp/wwwrun-temp-aspnet-0/5519dae6/assembly/shadow/0b38ee2b/caf7cdf5_c1cf23de_0001/FNSDatabase.
hi,
My focus area is Interoperability in my organization. and I am looking
for Mono. so I want to know , Is there any certification on Mono or
MonoDevelop?
If you provide any training or courses then can you pls send me
information with price.
Thanks
--
View this message in context:
http
hi,
my project is using odbc driver. so does mono provide odbc driver
bydefault or do we have to install libodbc.so.
pls guide me, if any need for having libodbc.so and how to configure it.
because I am getting following error in my project:
** (/usr/lib/mono/2.0/mod-mono-server2.exe:22010):
hi,
I have one vb.net project, which I am tring to migrate this project
onto opensuse11.1 machine through mono2.4.2.
when I access my project through browser window , I got following error in
mono error log file :-
** (/usr/lib/mono/2.0/mod-mono-server2.exe:22010): WARNING **: The following
hi,
I am migrating vb.net code onto OpenSuse Platform using mono2.4.2, when
I access my vb.net project through browser, I get following error :-
Server Error in '/BLa4' Application
Compilation Error
Description
hi,
I am migrating Bank Application (.net) onto Open Suse platform using
mono2.4.2.
I read about Mono that mono doesn't support transaction.
so I want to know ,Will it support bank related transaction?
thanks
--
View this message in context:
http://www.nabble.com/transaction-support-in-mono-t
hi,
I am trying to migrate vb.net project onto opensuse11.1 through mono2.4.2,
after executing the project , I am getting servererrorlog file inside bin
folder of the project. which contain following error :-
"System.DllNotFoundException:Kernel32"
it means it is not getting this dll in mono or
hi,
I am trying to migrate vb.net projet into opensuse11.1 platform through
mono2.4.2. when I execute my prohect throgh browser window I get following
error
Server Error in '/BLa4' Application
A potentially da
hi,
I got your reply, but I am not satisfied with your answer.
please describe me following error :
" I want to migrate vb.net code onto opensuse11.1 platform using
mono2.4.2. but this mono version support asp.net 2.0 version , and when I
execute my project through browser it displays
hi,
I am using mono2.4.2 onto opensuse11.1 platform.My project ,which I have
to migrate onto linux platform, using asp.net1.1 version. but mono2.4.2 is
supporting asp.net2.0.
when I execute my project in mono, it shows following information in browser
window : mono2.0 asp.net 2.0.
To change
hi,
I want to know some basic information ,how mono2.4 works with LDAP. what
is the concept of active directory. how mono can be used in this concept.
thanx
--
View this message in context:
http://www.nabble.com/how-to-work-mono-with-LDAP-tp24566515p24566515.html
Sent from the Mono - General
hi,
I am executing existind vb.net project in mono onto opensuse platfom. I
am getting following error "System.Dllnotfoundexception:kernel32".
how can I add kernel32 dll in mono.
and can you explain me this error.
thanx
--
View this message in context:
http://www.nabble.com/can-we-add-
hi,
I am using;
1. mono2.4.2
2. open suse11.1
3. existing vb.net code which uses asp.net1.1 version
when I execute my existing code with mono it creates one servererrorlog file
inside my project folder, in which I got following error message:-
http://www.w3.org/TR/xhtml1/DTD/xhtm
hi,
I am using mono2.4.2 on Open Suse11.1 platform.
I have existing vb.net code, in which I execute one .exe file before
project execution, that exe file creats log in EventViewer (windows).
now I have to run that .exe in linux platform, so can you tell me ,I can
run that kind of exe in mo
28 matches
Mail list logo