Deploying .Net Windows Applications That Depends On ODP.NET

Dec 10, 2009

I have an application (.net 3.5 app) that depends on odp.net (11g). I had installed the odp.net on the production machine, i deployed my binaries. The program works fine, however it displays an error like this:This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix the problem.The machine has Windows 2003 R2 as OS. This error occurs on the catch Oracle Exception block of my code. The program is supposed to display a message box indicating the error. It works as expected in my development machine..

View 2 Replies


ADVERTISEMENT

Deploying Windows Applications With A Database

Feb 6, 2010

I'm a first time visitor and poster, but I'm definitly going to stick around. I'm running an old version of Visual Studio .Net Academic 2002 and the .Net framework 2.0. I'm stuck on an issue regarding the deployment of a few programs I've thrown together. They all work fine on my development machine, but the problem they all use SQL Server databases, and I can't find any specific help on deploying a windows application with a database on a machine that isn't set up basically just like my development machine.

I know that I need the .net runtime bootstrapper on the target machine, so I can run basic programs that dont use SQL databases. That's no problem. But what about programs that make heavy use of databases? How does one go about deploying it on target machines? Is there a SQL server bootstrapper?

[Code]...

View 3 Replies

C# - When Deploying .NET Applications - Find Out What Zone A Share Is In Relative To The Computer Running The Application?

Jun 8, 2011

Using any version of .NET how do you find out which zone a particular share is classified under. I am having a problem identifying if a share where my referenced dlls reside is in the "intranet zone" or "internet" zone relative to some user machine that is running my .NET application. I suspect this is a problem because I am having a problem accessing referenced dlls from a share on some machines but not others. How can I tell which zone .NET is classifying that share in so I can adjust permissions accordingly?

View 1 Replies

Deploying .NET Windows App That Contains Access DB?

Jul 21, 2011

I built this vb.net windows application that uses an Access DB for data storage and it works fine in visual studio. The problem is, when I deploy, install it from an MSI, i get this error: (see below)If I right click on it and run this program as administrator, it works fine. I thought it was a permissions problem so I gave user, administrator and system full rights to all the files in the directory. But I still get the error.Isn't giving all the files in the program directory full rights the same as making it run as admin?

[code]...

View 5 Replies

Deploying Windows Media Player?

Mar 13, 2006

What is involved in deploying a vb.net 2003 application with the Microsoft Media Player component? What files must be part of the build?

View 7 Replies

VS 2008 Windows Service Deploying?

Oct 6, 2010

i have developed one windows service to support my front end application. I need to deploy only service project as MSI so client simply can install and no need to open services.msc for manual action.

I tired to use InstallUtil C:Myservice.exe and it is working but all client don't have VB.NET to find installUtil.

View 1 Replies

Communications :: Deploying To Windows Mobile Device

May 23, 2011

I am using visual studio 2008 professional.i am trying to deploy a simple hello world application to a hand held device.

i currently have the device connected via usb, i can run the app through vb and it deploys and runs on the device however i don't know how to create the install and install it on the device so it can run independent.

View 1 Replies

Deploying Windows Form Application With Database?

Jun 6, 2011

I am about to finish an application for a client. Now I'm having hard time deploying it since I really don't know how to do it.How do I deploy a windows form application with database?I've already downloaded the prerequisites redistributables. I also want those to be included in the installer.

View 1 Replies

System.BadImageFormatException When Deploying Windows Service?

Dec 17, 2010

I'm trying to deploy a service created in VS2010 and am continually getting this error, along with the description that is expecting an application manifest, when trying to use installutil (.net 4.0)to install the service.I've developed the service both in a 32 and 64-bit environment, and tried installing in both a 32 and 64-bit environment. This does not seem to have an effect.

View 9 Replies

When Deploying A Windows Application With A Setup Program

Aug 26, 2011

When depolying a Windows Application with a CD How does one depoly Folders, with a large number pictures in them, along with the program that uses them!Further, when having the Control Panel utillities Uninstall the Program, how can you get it to remove the Folders containing the pictures along with the program that was installed with the pictures, assuming you can do so in the first place?Do not suggest using C or any other laguage please!

View 9 Replies

Deploying The Windows Application With Crystal Report 9 In .Net 2003

Jul 24, 2009

I created the windows application with Crystal Report 9.0 in .net 2003. While Deploying the Setup file I created the Merge Modules. I installed .net Framework 1.1 in that user system. After that i installed the Setup File.

View 1 Replies

Using Visual Studio Installer For Deploying Windows Forms Project?

Feb 1, 2011

I'm trying to build a setup program using the built-in Visual Studio Installer. I'm using VS 2010 and working on VB.NET.For the most basic kind of program, I have an EXE file which works on a XML file (the XML file is treated like a database). So on a Windows 7 platform with UAC enabled, the best deployment is to install the EXE file in the Program Files folder, and the XML file in the application data folder, for security purposes of Windows. (Windows, now, does not allow creating/writing files inside the Program Files folder unless your application is running with administrative privileges).

So I have added VS Installer to my current project and have opened its File System Editor. So to create the above layout, I've added Primary Output to the Application Folder. Then I've added its shortcut to the User Desktop.Now I need to place my XML file to the application data folder. VS Installer gives the option of User's Application Data Folder, which is the %appdata% folder in the environment table. I need to access the All Users' Application Data Folder.

1) How do I access the All Users' Application Data Folder over here?

2) I tried using the User's Application Data Folder. It doesn't work. It doesn't create any folder in the %appdata% (e.g. C:UsersFarazAppDataRoaming). I tried to play around with various properties, like AlwaysCreate which is supposed to create a folder obligatorily. It doesn't create anything.

View 5 Replies

Registry Program - Moving Applications From Windows 2000 To New Server Windows 2003 ?

Feb 7, 2010

I am working on moving applications from Windows 2000 to new server Windows 2003 R2(64 Bit). I noticed that there are some VB programs and config files for those programs have been placed in Windows 2000 Registry. Some other applications are using them from different servers.Why do we use registry here? How can i move these to registry in windows 2003? Can I just move these or do I have to write VB programs to place them in 2003 registry?

View 1 Replies

Communication Beetwen Windows CE And Windows XP Applications?

Mar 1, 2012

I have a desktop (XP) application and a CE app (Motorola MC9090) and I want to Scan few Barcodes with Motorola and then send the text to the application on PC using WiFi. I have no idea how to do it - (VB.NET preferred)

View 1 Replies

.net - Convert And Run The Windows Applications?

Apr 20, 2010

Which version of Mono do I need to convert and run the Windows applications that I developed using VB.NET that came along with .NET 3.5, in Ubuntu?

View 3 Replies

Animations For Windows Applications?

May 25, 2010

Animations For Windows Applications

View 1 Replies

C# - Animations For Windows Applications?

Jan 20, 2011

Where can I find standard (licence free) animations like "Copy" for self implemented windows applications (avi,animated gif)? Visual Studio has only few animations in its image library (unfortunately not the "Copy" animation).

View 3 Replies

MAC Like GUI For Windows .NET Desktop/Web Applications

Apr 13, 2012

how to give a mac like UI look to desktop apps

View 1 Replies

Passing Value Between 2 Windows Applications?

Oct 26, 2009

I have 2 windows apps: a.exe and b.exe. Both of them are running, if i click a button on b.exe, i want to pass a string to a.exe. Once a.exe receives this string, a.exe will do something. Is this possible between 2 windows apps?

View 2 Replies

VB Windows Form Applications?

Jun 18, 2012

ith the following windows form applications in VB, question is attached.

View 9 Replies

Accessing Items In Windows Applications?

Jun 21, 2010

how to access an item like a button in a windows application?For example, I would like to create an application that would be able to look at notepad's file menu and "know" that file, edit, etc on the file menu are clickable objects and identify (expose) these objects to my application.

View 3 Replies

C# - Store Db Passwords When Using Windows .NET Or ASP.NET Applications?

Mar 7, 2012

I have a scenario that has been troubling me for years. If you have to connect to a database or other service (like a web service) using a username and password, where would be the safest place to store this information if you are connecting through a .NET assembly? I understand that you would have to encrypt the password, but then you run into a kind of chicken-egg problem -- fine -- you can encrypt it, but then where do you put the key?In .NET, you can't hardcode the password because you can decompile .NET code.

I looked at using assembly based rights with Isolated Storage, but MS recommends against storing unencrypted secret items there because priveledged users can gain access, so again, we are moving the problem from point A to point B. So for examplem, a domain admin with no need to know about the information in a database would be able to get access because of the ability to be an admin on any workstation on the domain.You can encrypt App.Config and Web.Config, but I believe priveledges users can access the keys. I think you run into the same problem with DPAPI.

I had considered storing the passwords, encrypted in a remoted database and getting them through OS authentication, but our department prohibits the storage of passwords on database servers. I am pretty sure I am stuck and wanted confirmation.

View 3 Replies

Create Chart In C#.NET For Windows Applications?

Mar 26, 2009

I am working in Windows applications. I want to create a Chart for showing results as user friendly. How to create chart in VB.NET or C#.NET for Windows Applications.

View 3 Replies

Database - Create Windows Applications In ASP.Net?

May 11, 2009

which method is more efficient to use: DataAdapter and DataSet Or DataReader when importing data from a certain database table???

View 6 Replies

Icons For Printing In Windows Applications

Feb 15, 2012

I am using winform for printing a receipt created in vs2008.I have buttons that is printing my receipt.I have used pagesetupdialog,printdialog etc in my form programatically.What I want is to have icons of these controls which I have used the way they are availale in msword.I have got print.bmp file for printing but not getting for pagsetup,printpreviewcontrols icons.I searched for .ico and .bmp file in my compand on net aswell.

View 2 Replies

Updating Windows Applications Over The Internet?

Sep 14, 2009

I have a windows application developed in VB.net 2005. The application is installed in several machines.Is there anyway when I do any modifications and publish the code it updates in all the machines.

PS: All the machines are connected to internet.

View 2 Replies

Use Javascript / Jquery In Windows Applications?

Dec 2, 2011

This might be a stupid question but is it possible to use javascript/jQuery in windows applications? Im making this application in vb.net, just for personal use and im just making it to practice and to learn more about vb.net programming. I know javascript is ment for web applications but maybe there are ways to use them in windows applications aswell.

[Code]...

View 4 Replies

VS 2008 Interacting With Other Windows Applications?

Jan 9, 2010

I didn't know where to post this question so I hope I put it in the right forum...I am not new to Visual Basic, however I am definitely not an advanced user. I would like to build an application that would allow me to interact with other programs on my computer. For example, if I were to build an application that could control iTunes, how would I go about this?

Or, I am looking to make an application that would allow me to do little things on my computer like disable my track pad if I have a mouse plugged in. How would I build something that could interact with windows (or iTunes) like that?

View 2 Replies

Windows - Coverting .Net Applications To Services?

Jul 7, 2011

I have a basic VB.Net application that gets data from some websites and then send them to a MS-SQL database automatically. I have developed it as a desktop application with a WinForm front end with logs writing to the WinForm continuously. Now, is it possible to convert the Winform to a Windows services so that I do not need to keep it opening in front of my PC and watching the logs, instead, it runs quietly in the background and the data gets logged into the system log viewer?

View 3 Replies

WebBrowser Depends On IE?

Nov 3, 2009

Does a web browser made in vb.net (2008 Pro) have to depend on Internet Explorer? If I took off IE from my computer will my web browser be missing any files that are needed to run it or is it kinda like firefox that is not depended on IE?

View 3 Replies







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