How To Run Application From Single Location On Client Machine

Dec 15, 2011

I need to know how to run an application on client machines from a Central location for example from an application server?

View 3 Replies


ADVERTISEMENT

Install .net Application On Client Machine?

Jun 9, 2011

my database on sql server 2005.my application is completely working in my computer.but on other machine sql server 2005 login error.sql server does not allow remote server.please how can i load my application on other computer.

View 3 Replies

Open Excel Workbook On Client Machine With Web Application?

Sep 29, 2009

I'm writing a VB.NET WEB application and I'm fairly new at it. What I want to do is open Excel workbooks on the client workstation so the user can "Save As" or print or basically do whatever they want with it past that point. I've done this in a windows application using System.Diagnostics but all the information I've read so far doesn't seem to work. I can open .txt and .xls files using this approach:[code]but it opens in the browser, which is not what I want. Do I need to mix Javascript with the HTML and the VB code?

View 2 Replies

Remote Data Objects 2.0 Installation At Client Machine For Application?

Jun 28, 2010

I Converted my project(Its contain the rdo2.0's) from vb6.0 to Vb.net 2005. Its working fine in development machine( in Development have the Vb6.0 and Vb.net 2005). But its not work in Client machine. Its asking the rdo2.0 introp's. How to install the rdo2.0 's to client machine with out installing vb6.0. If i installed vb6.0 at client machine its work fine. How to install rdo2.0's in client machine without vb6.0.

View 2 Replies

Cannot Access The Database From Server Machine To Client Machine Using .net 3.5?

Dec 9, 2010

I develop an application using vb.net.application will run on client server architecture.when we try to execute the program in client side then it will give me an error which is related to sqlclientexception.how can i handle this situation.i used vb.net 3.5 as front end and sql server 2000 as back end.i have done total coding with system.data.sqlclient namespace.

View 6 Replies

Write An Application That Performs Common Systems Tasks From A Single Location?

Feb 26, 2010

I am wanting to expand my programming knowledge base and the only way I know to do that is to actually do stuff. I am wanting to write an application that performs common systems tasks from a single location. Just simple things like deleting text files, maybe displaying drive space, etc. In order to even begin to do this I have to understand more about the my.computer class in VB. Does anyone have some good info that breaks this class (and possibly related classes) down hierarchically? MSDN offers a lot of info but doesn't really give a lot in the way of explaining how certain classes are interrelated.

View 5 Replies

SMTP Email Client Fails On Local Machine Needs To Run On Client

Jun 29, 2010

I have an application that takes a series of reports and sends them as attachments in an email to a specified group of email accounts.

When I run the Java version of this using apache commons and the same setting, the email is sent. However, when I run the VB.NET version of the code, it fails on my local machine and on the client machine.

I have a VB.NET web application running on a server that uses similar code. I tried that code locally and it fails. Yet, the web application is working perfectly.

Why is it that the Java application can send the email, but the .NET application cannot?[code]....

View 7 Replies

Installing An Application On A Client Machine "Class Not Registered"

Aug 20, 2009

I am installing an application on a client machine. The application is throwing an exception that I am logging that states "Class Not Registered". This an app written in Visual Studio 2005 using VB.NET. The dll dependencies of my .exe are located in the same folder as the .exe. What class is this talking about and how can I resolve this issue?

View 2 Replies

Client Needs To Have Sql Server On His Machine If Application Uses Sql Server?

Jul 16, 2009

I am creating small application (desktop search engine) which uses sql server as back end. Sql server is used to store huge data using indexing (for quick search). Is it necessary that client should have sql server on his machine to run the application? I don't want to install sql server on client's machine, because my application is just a small utility.Is there any other way so that I can store huge data using indexing?

View 2 Replies

.net - Get MAC Address Of Client Machine In C#?

Jan 7, 2010

How to get MAC address of client machine in c# and vb.net

View 3 Replies

Connecting To Oracle On 64 Bit Machine With 32 Bit Client?

Apr 30, 2009

I need to have a 32 bit oracle client installed my test PC which is acctually a 64 bit machine.when i try connecting to oracle in my window application in vb.net ,it does not open the connection.

Imports
Oracle.DataAccess.Client
Public

[Code].....

View 2 Replies

Copy File To Client Machine

Nov 6, 2009

We have a requirement to copy a .txt file into the client machine and open the file using notepad.exe.

We develop our application using MS Visual Studio 2008 VB .Net.

View 3 Replies

Dotnet 4.0 On Thin Client Machine?

Sep 19, 2009

I am developing application in VB.Net (dot net framework 4.0) and SQL Server 2008 R2.will it work sucessfully on thin client machine

View 2 Replies

How To Crate Tmptable In Client Machine

Mar 27, 2012

I want to use technique that is i don't want use server traffi for all time. I want to create tmptable in client machie and process data after processung i save the data into server.

View 1 Replies

What Happens If Use A Font That Isn't Installed On The Client Machine

Apr 15, 2011

what happens if I use a font in my WinForms app that isn't available on the target machine - does it use a font in the same family or just Sans Serif or something else?

View 1 Replies

IDE :: Click Once Install Location On Local Machine?

Jan 11, 2010

Is it possible to point the install of ClickOnce to a directory of my choice on the local computer instead of caching it in Documents and Settingsuser? some place like c:Program FilesFoo Apps for example? I like the ClickOnce stuff a lot and especially the update on run functionality, but would like it independent from the user...

Dev/Usr Environment info: I am using VB Express '08 and SQL Express '05 for my applications in a corporate networking environment and the users will be installing from a network share drive. I have tested this and it works fine, just the location seems to be undesirable.

View 4 Replies

Generate The PRODUCT KEY For Exe And Installation On Single Machine Only

Dec 29, 2010

I have created the windows application in VS 2005 in VB.net. I need the following functionality for my exe

1) I want to generate the PRODUCT KEY for my exe.

2) This Exe once gets installed on machine 'A' it should not get installed on Machine B,C or any other machine.And if I uninstalled from machine 'A' it should get insatlled on it again.

View 6 Replies

.net - Crystal Report Load On Client Machine?

Jul 23, 2011

I have developed a windows application on vb.net 2008 and deployed it on client machine my crystal reports are configured through DSN to server everything is going fine om my development machine but on client machine producing is "Load Report failed" . I have added Reports folders and all RPT files in that folder in installation package through file system.

Dim path As String
path = Application.StartupPath.Substring(0, Application.StartupPath.Length - 10)
Dim fullpath As String = path & "Reportsslip.rpt "
cryRpt.Load(fullpath)

View 1 Replies

C# - POST File - Not From Client Machine, From Web/ftp Server?

Jan 22, 2010

I'm using .Net. Is it possible for a web form to upload an image from a web or FTP server? The files I need to submit are on the web.

View 1 Replies

MSCOMM Error After Instllation In Client Machine

Jul 5, 2011

i am using MSComm control in my Vb.net Application ...it working gud in my system.but after creating the installation file if i install the projest in other system mean it not working it showing come runtime error System.Runtime.InteropServices.COMException (0x80040112): Creating an instance of the COM component with CLSID This is the run time exception i am getting?

View 2 Replies

Run Project On Client Machine Having Crystal Reports?

Jul 14, 2010

I have designed a project in VB 2008 having Reports created in Crystal Reports.

I build the project & copied the Release folder to Client Machine.

The Application is running well however, when i click the button to see Report i get following error "Could not load file or assembly CrystalDecisions.Windows.Forms.... The system cannot find the file specified" & the application terminates.

View 3 Replies

Find Out If A Folder Exists Or Not In Available Drives On The Client Machine?

Dec 22, 2009

I want to simply find out if a folder exists or not in available drives on the client machine. user will simply pass a string eg:

searchfolder
C:TestFoldersubfoldersearchfolder
C:TestFoldersearchfolder
C:searchfolder

[code]....

View 2 Replies

Make Installation Wizard So That Program Would Work On Client Machine

Jul 13, 2009

how do i make an installation wizard so that the program would work on the client machine ( pc or laptop not server ) so that the client doesn't need to download .net framework separetly ?

View 3 Replies

Programmatically Tell If A Client Machine Has The Microsoft.Jet.OLEDB.4.0 As A Valid Provider?

Apr 9, 2009

I need to export data into an Access database. My code works, but it works with the assumption the client machine has the Microsoft.Jet.OLEDB.4.0 as a valid provider.

I want to test to see if this is true or not, in code. My problem is that I don't have the location of an existing access database and I don't want to create a new .mdb that I'd use to verify the connection and then delete it.

View 3 Replies

Error - You Cannot Start Application <App_Name> From This Location Because It Is Already Installed From A Different Location

Dec 10, 2009

we have a user that my program works fine for.. and another that it just crashes for.. they get this error

"You cannot start application <App_Name> from this location because it is already installed from a different location."

then they run it up again and it comes up.. and then just closes..in reading some stuff online it says its a framework 2.0 sp 1 issue ?these pc's have 3.5, but my program uses all 2.0 stuff..so is this a 2.0 sp level issue ? or should I make my programs start to use framework 3.0 instead ?

View 6 Replies

Smtp.send Failure Sending Email Message From Client Machine?

May 13, 2011

Mail.From = New Net.Mail.MailAddress(test@gmail.com)
Mail.To.Add("exc@gmail.com")
Mail.Subject = "Test"

[code]....

View 1 Replies

C# - Get CheckIn-CheckOut Time Difference From Punch Machine Attendance Log With Single Row Using SQL Query?

Oct 10, 2011

we are using Punch Machine for Attendance with zkemkeeper.dll and geting AttLog using Vs.net 2010.How can Get Records from SQL Query? my table structure like this

LogID int P.K.
DeviceIP varchar
EnrollNo int

[Code]....

View 3 Replies

Cannot Start Application Shell From Location Because It Is Already Installed From Different Location

Jul 21, 2009

I have encounterd a problem when trying to re-enstall a program i have writen in vb 2008.I get the following message:"You cannot start application Shell from this location because it is already installed from a different location."This program is to be used on many workstation computers and i need to be able to update any changes by just reinstalling the program, no uninstalling needed first. If the program was installed from a cd first and needs to be updated from a flash disk this error will be a problem, if the update is from a cd as well then there is no problem.Is there a way to change the installation package to ignore where the program installs from and just update itself?

View 2 Replies

Client/server - Login From A Different Location

Jun 4, 2011

I have been playing around with a chat program - a modified version of Asscotte's P2P tutorial. It works fine using my local address. When I try to login from a different location(and I mean thousands of miles away) I can't get it to log in. My computer is on a router - is that the issue here?.

This is the function I use to get my address.

Public Function GetIPAddress() As String
Dim h As System.Net.IPHostEntry = System.Net.Dns.GetHostEntry(System.Net.Dns.GetHostName)

[CODE]...

View 9 Replies

Communications :: Multi Client - Single Server ?

Mar 21, 2010

Developing an application that will serve as an application server (Similar to 'Run Advertised Program' that is present in Windows Server). The downside to using Microsofts current system is that it a) requires Windows Server and b) Works only with systems setup in a proper Domain. I have a number of systems in my house and I'm fed up of downloading from the net or setting up network drives etc etc. I've tried using the code in a similar topic posted a few threads down, but it obviously doesn't support multiple client connections.

View 9 Replies







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