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
ADVERTISEMENT
Jul 11, 2011
I have finish writing my codes for a project in VB, I now need to convert to an executable application that I can install on another machine.
View 2 Replies
Jun 22, 2010
Is it necessary to install .net on client system to run .net application?
View 1 Replies
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
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
Mar 4, 2010
I have developed a windows application which connects to Oracle Database and upload and retrieve data (using System.Data.OracleClient). It is working fine in my developement system. When I build a setup and deploy in another system, it is giving error that Oracle Client is missing.
Do I have to install Oracle Client in the client system to run my application?
(When I visit Oracle site for Oracle Client, it is asking me to download a 200 MB file)
Is there any other way to do this with out installing Oracle Client in the client system?
View 4 Replies
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
May 3, 2012
i am doing school software projects in windows application. now i want to install. this project to my client place. i can able to convert my application in to EXE using setup project. The problem for me is the database. i am using sqlserver 2005. i don't how to install my database and table into the client computer. is there any way to copy the database. if anyone have any idea about how to install my database i have create for that application into client computer.
View 1 Replies
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
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
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
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
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
Jul 2, 2009
I have an idea to make user machine no need to install dotnet framework to run a .net program
first,copy all the project refrence(with mscorlib.dll)to the program directory
then,make a bat file,"dotnet error fix.bat",inside the file includes the command that copy refrences to Microsoft.NET directory will the program run like this?how do i test?
View 4 Replies
Aug 19, 2010
We have an application (Vb6) that gets installed at all of our client sites and they often (Vista/Windows 7) run into a the error message Unexpected error, quiting after a install on a new machine. The problem comes about when the UAC is on and the application is trying to create registry entries in areas it doesnt have access to because the application is running as a standard user. If the user runs the application as an admin the first time, everything sets up and life if good.
My question is, what is the most elegant way to setup those registry keys without forcing the user to run as an admin the first time? We could force them to run the applicaiton as an admin using a manifest file, but I dont want them to have to run as an
admin every time, just the first time.
View 1 Replies
Jan 18, 2011
Need to install a font on all user's machines that will use the application I am writing which creates custom documents in Word. It's a barcode font.I've successfully added the font to my solution and set its build action to Embedded Resource and have also successfully written code to check if the font is already installed on the user's system.
View 3 Replies
May 2, 2011
net application. .exe generated is sufficient to use software. since I have 700 MB (~8k media files) data to include as part of installation I do not want to use visual studio deployment wizard.
[Code]....
View 2 Replies
Jan 7, 2010
How to get MAC address of client machine in c# and vb.net
View 3 Replies
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
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
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
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
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
Mar 30, 2010
With the on-line one click install feature will the application install on a MAC?
View 2 Replies
Aug 27, 2010
While trying to install my application, when system tries to install .Net Framework, it gives an error.Is there any source where I could download uninstalled .Net Framework 3.0 and provide my clients with application?
View 1 Replies
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
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
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
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
Oct 27, 2010
Mainly I ask this because I don't want to distribute both versions, and if I need to instal a 64bit .NET on an x64 PC and a 32bit .NET on a 32 bit PC then I would need to make this check in my loader application to download the correct version for the correct PC.
[Code]...
View 2 Replies