VS 2005 Run Windows .net Application To Linux

Jul 31, 2009

I developed a application using vb.net 2005 and sql server 2008 for windows but i want to run this application on one of the client which is linux. means : windows server 2003 on which database is install. Five client machine is Windows Xp on which application is running ok they have two machine on which linux is loaded. Now I want to run the same application on linux machine also Guide how to do this..

View 3 Replies


ADVERTISEMENT

Run .net Windows Application In Linux?

Jun 11, 2011

can We run VB.Net windows Application (2.0 Framework) in Linux.

View 2 Replies

How To Deploy .net Windows Application In Linux

May 26, 2010

i developed a windows application in vb.net 2005 and i used ms-access as my database. i need to deploy my application in redhat linux operating system.

View 4 Replies

Porting .net Application From Windows To Linux?

Mar 21, 2011

I developed an application using VB .NET on a Windows OS. If I want to enable this application for a client who uses Linux , how do I do so? Do they need to purchase VB .NET? I am totally lost on how this works.

View 5 Replies

VS 2010 Cross Platform Application (windows & Linux)

Dec 22, 2010

am devoloping a simple program in vb.net but i wanna do it a cross platform almost (windows & linux) or if there is a vb.net to C++ code converter

View 2 Replies

[2008] Send Linux Console Commands To A Remote Linux Server?

Jan 23, 2009

Is there a way for my program to send Linux Console Commands to a remote Linux server?

View 4 Replies

Using Copy A File From Windows XP To Linux?

May 4, 2011

I have some simple vb.net code that I use to copy a file between 2 servers.

IO.File.Copy(fromFileName, toFileName, True) ' Overwrites existing files

That works fine when both machines are Windows XP.

What would I need to do differently if 1 of the machines happens to be a LINUX box?

View 1 Replies

Make An Application That Works On Other OS's (Mac OS X - Linux)?

Oct 27, 2009

Can I make an application that works on other OS's (e.g. Mac OS X, Linux)?

View 3 Replies

Make An Application That Search The Files Like Grep In Linux?

Jan 31, 2011

I would like to make an application that search the files like grep in linux.

View 1 Replies

2005 : Crystal Reports Application Or Windows Application To Generate Pdfs?

Apr 13, 2011

I currently have a simple crystal reports application which generates a crystal report and in the built in viewer provided by VS2005. There is a drop down where you can select options to change the criteria of the report. I wish to convert this app to a windows executable which will take all those select options and generates pdfs based on the crystal report. the executable will be triggered by windows task scheduler...or maybe command line app?

Obviously this will be somewhat of a re-write. What would be the best way to start this as? a crystal report application or a windows application.

View 2 Replies

DB/Reporting :: Can VB 2005 Front End Running In Win XP Access MySQL Database In Linux Server?

Aug 5, 2008

I am asked to write a front end program in VB 2005 (that will run in client computers which running on Win XP) to access an existing MySQL database running in Linux. It is not my preferred choice, but the user have the database and server working just as he wants it, and do not wish to change, at the same time I do not wish to change programming language. Is that even possible? Can we actually write VB 2005 programs that will run in client computers complete with NET framework 2.0 to access a Linux operating database?

View 4 Replies

VS 2005 Windows Application For Windows 7

Jan 31, 2010

I have come across to develop an application for Windows 7.My program has one setting file and one LogFiles folder under the same folder as EXE. User will change some setting from Program and the values will update in this file. If there is an error, error detail will log in Logfiles/ todaydate.txt file.(Later I discovered/learnt that I should not edit/write the files to Program Files/sub folders.)So, now I'm trying to move these two files to another location. After searching a few on Net and I got the following result.[code]When I make Setup project for my application, I have to put the Setting file under one of these location.And what I found was, I only has a choice of "User's Application Data Folder" which is equivalent to My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData.If i put Setting.ini file under this folder in Setup project, it gave me an warning of "File 'Setting.ini' should not be installed into a User's Profile folder because it may not be available to all users."

View 4 Replies

VS 2005 How To Run Any Application From Within A Windows Service??

May 19, 2009

I am using Vb 2005 to develope a windows service, i have completed a long flow,but at the end i am having a little problem.When i use process.start("abc.exe"), it didnt show me But when i have a little more analysis of the problem i noticed that its running in background by making windows service as its parten process, So it means process runs but as a service how i can show that application on desktop?

View 3 Replies

VS 2005 Run Windows Application In Mac System?

Jul 21, 2010

How to run windows application in mac system

View 4 Replies

VS 2005 Windows Menu In Dot Net Application?

Jul 13, 2009

I have created a Windows Application using VB dot Net. It has many Forms. The user shall be able to open many forms at a time. I want to provide a "Window" menu functionality to the existing application. Whenever any form is opened, the menu should add the open-form and when it is closed, it must be removed from the Window menu. The functionality should be similar to any Word file's Window functionality.

Active window must be tick marked.

View 13 Replies

Autoload Application On Windows Startup In .NET 2005

May 17, 2006

I am just wondering if you people will be able to help me make my application autload on windows startup (Like Windows Live Messenger does), I have been researching on the internet and I cannot find anything for it.

View 5 Replies

VS 2005 Application.StartupPath Not Working In Windows 7?

May 19, 2010

I have just purchased a new computer with windows 7 on. I have put VS2005 on and for some reason Application.startup says its not a member?

View 1 Replies

VS 2005 Email Program Using Windows Application?

Apr 19, 2009

how to Send Email Using SMTP in vb.net 2005? Actually on my program I have loaded already emails and names on my listview and what I want is that I want to send emails to those emails found on the listview but my problem is that I don't have any idea how to send email on vb.net 2005.

View 3 Replies

XMLTest - Simple Windows Application In VS 2005 On An XP Box

Jan 10, 2012

We're starting to evaluate VS 2010, but right now I'm trying to do a simple Windows application in Visual Studio 2005 on an XP box.

Eventually, this will become a web service, but I want to test the XSLT file I am using in a simple application first.

Here is the XSLT file:

CODE:

The file is added to my project, XMLTest.

The code that generates and parses the file to change to a text file is as follows:

CODE:

A sample output XML file is as follows:

CODE:

When I run the VB code to input and transform the XML output I get a filenotfoundexception error that I can not figure out, because where it is expecting the XSLT file doesn't seem to make any sense.

If it were going to always be hosted on my machine, I'd use an absolute path, but it's not going to be, and I'm going to be switching to a Windows 7 x64 box after lunch anyway.

View 4 Replies

VS 2005 2.0 Serial Port Application Not Working In Windows 7

Jun 18, 2010

I am having trouble running a VB.NET 2.0 Serial Port application in Windows 7. I developed it in Windows XP, it ran fine in Windows 2000 and now when the company upgraded the machines to Windows 7, the application does not kick off. All platforms were/are 32-bit. I did some research online, but have not found anything relevant to resolve my issue. Does anyone know what the issue might be and the possible solution to it?

View 5 Replies

VS 2005 Windows Application Allow Using Ajax Update Panels?

Oct 13, 2010

Is it possibel to use update panels and update progress controls in windows application or is that reserved for web apps only. I am looking at applying some progress controls (like a spinning wheeel etc) when loading a crystal report that take about 30+ seconds.

View 2 Replies

[2005] Create A Windows Application - File For App.config?

Jan 12, 2009

If I create a windows application. Where is the file for app.config? Can I modify it?

View 9 Replies

Windows And Web Application - Code Written In VB 2005 Supports In VB 2008 ?

Mar 29, 2009

I have been developing windows and web application using Visual Basic 2005 for a long time. Now i want to change from Visual Basic 2005 to Visual Basic 2008. I would like to know what ever projects i have done in visual basic 2005 will works in Visual Basic 2008. Will the existing code in visual basic 2005 supports Visual Basic 2008 or do i need lot of modification. I haven't used VB 2008 but i hear that most of the code which written in visual basic 2005 supports visual basic 2008. What are the things i need to take care when working the existing projects in visual basic 2008.

View 3 Replies

.net - Identify Memory Leaks In Windows Application Using Sql Server 2005?

Dec 15, 2010

what is the best way to identify memory leaks from a vb.net 3.5 windows application.

View 1 Replies

VS 2005 : Windows Explorer Right Click Menu Item For Application?

Apr 7, 2010

i want to put a menu item for my application to the right click menu of windows explorer.I do not want to do it programmatically but i want to do it with the .NET installer.Until now i have found that i have to insert into the registry the following keys:

HKEY_CLASSES_ROOT/*/shell/MyApplication/command
and i have to put there a new value of
"[TARGETDIR]MyApplication.exe" "-file=%1"

The problem is that i want to be able to select multiple files and then call my application with parameter all of these files.Now when i right click with many selected files my application is run for each file sepparately.I want to run my application only once and with an input parameter of all the files that are selected.Also until now i cannot add a value to the (Default) key. It only adds a new value to the registry...Also i want to be able to do the same thing with folders...

View 9 Replies

VS 2005 Use A Console Window To See Data On A Windows Form Application?

Sep 1, 2009

I have a form program that runs long, and for kicks I was wondering if I could out put some data to a "real console" -not the Console useing the Output debugger.

View 8 Replies

.net - Run "Hello World" GUI Based Application On Linux Mono

Jul 18, 2011

I am getting below error when I am trying to run vb.net application on Linux through mono.

[Code]...

The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly(/root/HelloWorld/HelloWorld/bin/Debug/).

View 1 Replies

VS 2005 - Windows Application - Load A Textbox With The Name Of The Employee That I Selected In The Combobox

Apr 6, 2010

I'm trying to do a windows application. I have a combobox with this

Dim sql As String = "Select EMPLID from PS_EMPLOYEES Order by EMPLID"
Dim da As New Data.SqlClient.SqlDataAdapter(sql, "data source = DATASERVERR;initial catalog = HRSYS83;user id=sa; password=sa")
Dim ds As New DataSet

[CODE]...

This works fine, but i want to load a textbox with the name of the employee that i selected in the combobox.

View 18 Replies

How To Load A .bak File Of Database Backup In Sql Server 2005 Using .net 2008 Windows Application

Mar 12, 2009

how to load a .bak file of database backup in sql server 2005 using vb.net 2008 windows application?

View 5 Replies

Multiple Client Windows Form Application Using Visual Basic Express 2005?

Jul 30, 2009

I am making a server - multiple client windows form application using Visual Basic Express 2005.

I was wondering if there was a way that I could debug multiple instances of the client at the same time?Ashray Lavsi If my post answers your Question, don't forget to "Mark it as Answer"

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved