What Details To Keep In Mind When Distributing Application

Apr 11, 2012

On Windows 7, VB.NET Express, I have developed a simple Forms application. I don't really make use of any external plugins or anything - it just has a couple buttons, pictureboxes, GDI operations to modify some images.And now it is complete. And I would like to already upload it. But, since this is actually the first time I try to submit something, what other details should I keep in mind when distributing my application? I mean stuff like... will my application work as expected in other machines? Other Windows versions? I am not in a proper position to test it in other machines, I fear, so I am relying the "default" settings and hoping it will simply work.

View 1 Replies


ADVERTISEMENT

Create An Application Without Distributing A Referenced Class Library

Mar 1, 2011

I am using VB .NET 2003. I have created a user defined Class Library and created a reference to it in my application. Is there a way I can compile the application so that the Class Library DLL is embedded into the application? I would really like to be able to distribute the application without having to distribute the DLL as a second a file.

In other words, I made a New Class Library lets say called TEST. I developed a new class within this library called MYCLASS. I built the Library TEST and created TEST.DLL. I then made a new visual basic project called APP1. I added a reference to TEST.DLL. I now can use TEST.MYCLASS within my APP1 project. The application APP1.EXE will run in the test environment, but if I move it to the runtime environment it will give me an error "File or assembly name TEST or one of its dependencies was not found". To correct this error I can place TEST.DLL in the directory where APP1.EXE resides. I would prefer not to have to put TEST.DLL in the directory. Can I easily compile it into APP1?

View 15 Replies

Distributing Database Application But Could Not Connect To Sql Server From Other PC On Same Network

Jul 14, 2010

I am using Microsoft visual basic 2010 and SQL server 2008.I develop a small database application and it run well on my pc.I built and distributed the application to other pc on the same network, but when I run the application from other pc I got error message like this:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.(provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)[code]

View 2 Replies

Avoid Deleting A Row If Change Mind Not To Delete?

Jun 21, 2010

I have the following code which deletes a row after confirmation. As I know a little bit with message boxes, I could not figure it out. Hence if I say 'Yes' or 'No' the selected row is deleted. Please fix the problem.

MsgBox("Do you really want to delete this row ?", MsgBoxStyle.YesNo)
With MyCommand
.Connection = modConnection.MyConnection

[code].....

View 4 Replies

How To Do Programming Master Details Details Details

Jul 26, 2009

I have 4 Tables Master And Three Tables Details

how to programming this Technique

This Picture dispaly what i mean http://img300.imageshack.us/img300/3981/26072009110315.png

View 2 Replies

Font Dialog - Application Allowing Users To Change Font Details Within Application

May 10, 2010

I use a fontdialog box in my application allowing users to change the font details within my application. This works fine but unfortunatly I don't seem to be able to set the values in the dialogbox as they are read only.

Basically if the user has Bold Wingdings set and wishes to change it to something else then when they open up the fontdialog box I would like to be able to set the font to wingdings and bold so the user can see what they previously selected. Word seems to do this so why cant I?

View 1 Replies

Get A Details View In ASP.NET To Display The Details Of The Logged-in User Only?

Dec 9, 2011

I'm trying to get a details view in ASP.NET to display the details of the logged-in user only. I have been told to use:

select * from STAFF where USERNAME = user.identity.name

I thought this was too simple to be true and I was correct as it shows no data when I attempt to run.

View 1 Replies

Application To Search Xml File That Contain Details And Retrieve All Properties

Jun 3, 2011

i have an application that store a data about a properties for sall i use the serlization and desrlization to store the property details to an XML file i call it PropertiesList .xml..i got a form called search it contain 2 text boxes when the user write down a postcode for a property then click search i need the application to search the xml file that contain the details and retrive all the properties that match the searching words and list the result in a list box.

View 1 Replies

Securing MySQL Application - Details Of Database Can Be Found Out Through Packet Logging

Jul 18, 2012

I've made an application and it connects to my database. But the issue is the details of the database can be found out through packet logging or something. How can I stop this from happening and secure it, without having to have a third party such as PHP script etc.

View 1 Replies

Distributing A Progam On CD?

May 11, 2009

I have just tried to publish a program on CD using the ClickOnce method.Everything worked well until I tried to install it on my Laptop.The program installed and ran OK on my desktop (where I created the program) and I copied the files to CD. There were two files;The program name of type Application Manifest (.application) and the Setup file (.exe).I went through all the procedure as dictated in the help file including the part that said "Closer Look: Including Prerequisites With Your Program" but nothing I tried seem to work. It appears as if I need to download further files??

View 4 Replies

Distributing A Program On CD?

May 14, 2009

My problem with distributing a program on CD has not as yet been resolved.
It does appear as if the problem is related to the .NET file as the error messages I get state the file cannot be found.

how and where I can get it and what I do with it when I've got it?

View 10 Replies

Wmp In Distributing Program?

Aug 3, 2011

I made a program has wmp I distrubuted it but it didn't work in any other computer but mine what should I do?

View 14 Replies

Class Library (DLL) And Distributing?

Oct 7, 2011

I'm in the midst of developing a class library DLL for a third party application. On my machine, the developers machine, things are going along smoothly. I can compile/build and my DLL is loaded, and thus works as expected.

I've been copying the contents of the Release directory from C:Solutions...Release to C:ProgramDirectory. I realize now that my DLL is loaded into memory from the Release folder, and not the folder I copied it to.The point being of course, I want to distribute this third-party add-in to my users. And sure enough when I try that, presumably the DLL isn't loaded into memory and thus not available to the user, like it is on my machine.

I tried the first obvious thing and registering the DLL on the user's machine, but that failed."The module "..." was loaded but the entry-point DLLRegisterServer was not found." It's apparent I am missing some key step or caveat when it comes to developing this class library.

View 15 Replies

Distributing An App That Connects To Oracle 9

Nov 18, 2010

VB2005: So I created an app that connects to an Oracle 9.2.0.1 using the .net oracle adapter. I can issue queries and process the results. This all works fine on my development machine but now that i have distributed the app to my group I find that it bombs on certain workstations, specifically when it comes to connecting to the Oracle db. I've done a little bit of research but havent come up with anything definitive.

So what should I install on my users desktops to make sure that the connection works?

View 7 Replies

Distributing My Program By Email?

Aug 29, 2009

I'm trying to send my program (a very small program) to a friend by email, but the two methods I've tried are both causing errors at his end. I've tried the two methods described in the helps files - firstly, just finding the exe in it's folder, compressing and sending it by email. That worked for the first few files but now it no longer works. Secondly I've tried publishing the file using the build option to a DVD/CD (i.e file). The file works fine to install the program on my own machine, but when I send it to my friend (compressed again) he gets errors.

View 28 Replies

Use A Database In A Distributing Environment With IP Address To The Server Pc?

Jun 8, 2011

On my current project, posted here [URL]

I already made a project using Visual Studio 2010 (Visual Basic) and my database connected to SQL Server 2008 R2, also set up a PC 1 act as a server and the other is client i set this up for beta test.

I'm having issue about putting an IP Address to the server pc, actually if the IP setting of the server pc "Obtain IP Address automatically", i can open my application in the client pc, but once i put IP Address on the server PC i cannot open/run my application to the client pc, i cant figure it out how can i fixed this issue.

View 5 Replies

Distributing My Programs - Specific Calculations That I Would Like To Share With Some People (for Free)

Feb 19, 2009

I came in recently with VB.NET and have created some very simple programs e.g. specific calculations that I would like to share with some people (for free), because they have found them useful. I am not to sure with the law on this. Is it legal to distribute my own work and how will I identify it as my own because some wiseguy could claim it's his own and I won't be able to prove it.

View 2 Replies

Office Automation :: Called "Freemind" That Is Called A 'mind Mapping' Program?

May 13, 2010

I recently found an awesome tool called "Freemind" that is called a 'mind mapping' program. It's similar to MS Visio but way cooler and more automated.I reeeallly would like to integrate this into a VB.net Form, but how?

Has anyone seen or heard of mind mapping inside VB.net before? Are there programs out there already that work with VB.net or anyone have an example they have seen / built that works?

View 5 Replies

Distributing Programs: Getting Programs To Users Who Might Want Them?

Feb 23, 2009

When you've finished a program and you're trying to distribute it to the mass public. How is the best way to go about doing this? What sites would you post your program on and getting the word out that there is a new program on the block and it does xyz. This is directed to freeware so there wouldn't be any advertising.

Sorry for not explaining it very well the first time.

View 2 Replies

Way To Get ISP Details

Jun 25, 2008

I am developing application using both C# and vb.net.How can I get information about Current internet connection like IP address (not Local System IP) given by service provider, Location details (ISP Name, ISP description, Country, Address, City, PinCode, and etc.)?

View 2 Replies

Add Details In Database?

Aug 12, 2009

I am attaching one vb.net file but one problem is there when we save the data that's member name is not storing in the db table it's saving in the grid only.when we closing the window it's not retaining in the table next time when we r taking nothing is in the database

View 1 Replies

Get All Form Details In .net?

Jan 28, 2010

i want list all forms in current project. example

listbox1.items.add(form1.name & form1.text)

i want load all form details in current project.the following code give for only open forms.

For linti As Integer = Application.OpenForms.Count - 1 To 0 Step -1
Application.OpenForms.Item(linti).Text
Application.OpenForms.Item(linti).name
Next

i want all form and its text.

View 1 Replies

Add Some Common Details In More Than Two Tables

Oct 27, 2010

I need to add some common details in more than two tables. [code]So i have stored the Department (from drop down list box) and assigned it to Dept.So i guess dept would have Csc if i choose csc and commerce if i hoose commerce.When I checked with breakpoint it s workin. Datas are added perfectly. But they are not visible in that respective table

View 2 Replies

Confirming Creditcard Details On .net?

Nov 27, 2011

Say someone purchases something in store and I have set up so the customer receives an e-mail confirming the purchase and date of delivery, I want to put the customers credit card details on the e-mail but i want them to be in the format off ******1234, how would i go about hashing out the first 12 digits and leaving the rest to be seen?

View 1 Replies

DB/Reporting :: Add Details To A Database?

Nov 16, 2009

I have working on a project to add details to a database. I'm having trouble with the connection string, the code is as follows:

Code:
Public Function AddContactToDatabase(ByVal sFirstName As String, ByVal sLastName As String, ByVal sAddress1 As String, ByVal sAddress2 As String, ByVal sAddress3 As String, ByVal sAddress4 As String, ByVal dDOB As Date, ByVal sPhone As String)

[Code]......

View 2 Replies

Details View - Displaying More Than One?

May 11, 2011

I have a form for the Clients, and the user goes through and adds in all their details. But sometimes two Clients are linked together in a marriage or whatnot. I have one Clients table, and if I make two details views of it, all that happens is both views display the same Client, when they should be different. Currently, I'm adding in the second client via another form, and using textchanged events to display the data on the original form. How would I put both clients on the same form without the first clients information repeating itself? I would like to avoid using binding sources if possible.Also, I have a second question, how do I refresh the information in the details view without using binding sources? I've used queries for add/edit/delete, and I've attempted to create one to refresh, but it's not working well at all.

View 2 Replies

Get File Details Via Script?

Aug 3, 2011

I need to be able to get the details of a m4a file (Title, artist, album) via a script so I can rename and move the files into a folder. Currently I have around 3200 songs that I accidentally renamed and moved to the root of my drive. I want to write a script to put them back into an organized file structure. Is there a way that I can do this using VB or Powershell?

View 1 Replies

How To Forget Login Details

Oct 21, 2009

I have a "remember my pass and username checkboxes" on my login , but i want do use another button , so that when i click it , it will for get my login details ?

View 3 Replies

Load Sql Details At ComboBox?

Mar 15, 2012

I am trying to get files for my database and load it into comboBox. But for some reason I get systax error.. As I mention into other post I am not familliar with VB so check my code and let me know where I mess up... Here is my code:::

Public Class Form2
Dim DatabaseOpenConnection As New SqlConnection("Server=localhost;User Id=root;Password=root;Database=test")

[code]....

View 7 Replies

Master And Details Saving

Jun 4, 2009

i have invoice form separated into 2 parts the upper part is master (header) and detail (body) in invoices where header contains date,name,invoice number,etc ..and the lower part is the body contains the datagridview with its details like the item name or code,qty,price,discount,etc the problem is i want to save the invoice headers in a table and the body in another different table but with a realtion between the 2 of them by the invoice id i think i put it in the invoices' form load. but i cant get it right.by the way iam using vb. net 2005 and my db is sql 2005.

View 1 Replies







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