.NET Simple .exe Will Run On Some Computers But Not Others (should All Be Same/similar Build)?

Sep 22, 2009

I created a simple desktop app (really simple) and did a network clickonce deployment. It works fine on most computers.BUT nothing on one computer (computer A). No message, no start menu, nothing. App has no dependencies other than .NET framework. If I just copy the exe onto the same computers, it works fine on all computers except computer A.Computer A has the correct framework installed. When I double click the exe it does nothing - no message, no error, not showing up in task manager, notta. I tried more than one application and it performs the same.

View 4 Replies


ADVERTISEMENT

Connect Two Computers Similar?

Dec 27, 2007

What is a good way to do networking? I tried this example, but it did not work. [URL]

how to connect two computers similar to how you would with Winsock. Also, I would like to be able to send an image, but I can figure that out later.

View 35 Replies

Php To Use Printf To Build Strings / Cannot Find Anything Similar With Asp

Dec 14, 2011

i was used with php to use printf to build my strings, but i cannot find anything similar with asp and i end up writing crap like:[code]

View 1 Replies

Build A Simple Calculator In VB?

Mar 20, 2006

how to build a simple calculator in VB; i got the interface with buttons and text box alredy and i figured out how to put more then one number using buttons alredy(Disp.Text = Disp.Text & 1) , Looking at the windows calc, how do you store the number u just entered into a text box and alowe user to enter another to performe calculations, what code should i use for equal button and etc.

View 10 Replies

Build A Simple App That Will Start Another Program?

Jan 22, 2011

I am trying to build a simple app that will start another program.The command line that works in a dos batch file is c:program filespixellWall Controlwallctl.exe -layout=c:1.lay with my code below this works, c:program filespixellWall Controlwallctl.exe but the switch info above doesnt get passed, I get a run time error.

Public Class Form1
Dim layout1 As String
Dim layout2 As String

[code]....

View 4 Replies

Interface And Graphics :: Build An Application With A Simple MENU?

Mar 31, 2009

current version is 2008 I'm trying to build an application with a simple MENU. When the user clicks on a Menu Item i want the container to show some controls, now when the user clicks another Menu Item, the container needs to change and show other controls, and so on with every menu Item the user clicks, one at a time.

I thought of panels showing and hiding for every menu Item clicking, but that would use a lot of memory as ALL the controls would be created, some of them just not showing. I also though of an MDI application, but i dont want multiple forms (with the menu bar) opening inside one form. I just want the actual container of one form to change.

View 5 Replies

.net - Build Simple SQL Admin Interface To Change A Few Values In A Table

Jan 5, 2011

I am currently building a system in SQL Server 2005.

I have a table that holds information about certain insurance schemes such as overheads and other things. These values will change occasionally and currently I administer the database straight through the management Studio.

I would like to build a simple interface that will allow my colleagues to change these values by selecting the company in a dropdown and the current values will populate. They can then edit these values and submit them to the database.

Is this possible in the current Visual Studio supplied with SQL Server 2005 or do I need to get another product.

View 1 Replies

Build And Display A Simple Diagram That Is Built From Data Entered By The User?

Aug 22, 2011

I wish to build and display a simple diagram that is built from data entered by the user. Because I can't post a picture of the types of diagrams here I'll use the following example. Image a picture of a house as a child might draw it a large square, with a triangle for a roof, a rectangle for a door, and two smaller squares for windows. Now I want to build an application that lets the user enter data and change that drawing according. For example, by entering the length and height of the house the size changes, change the number of windows, size of the door or height of the roof.

Now this may seem like a useless application but keep in mind the house is just an example the real purpose is different but should be as simply drawn. I'm looking for suggestions on make this work. Should I use a paint? or is something like this better done with a tie into the Visio references?

View 13 Replies

Know If An Array Of Lists Contains Similar Items (similar Lists)?

May 20, 2010

I know how to check whether an item exists in a list using (MyList.Contains), But I do not know how to check the whole list. For example (use one button and one richtextbox):

[Code]...

View 14 Replies

VS 2008 : Build An Application To Monitor A Site To Build Statistics From The Data Being Read?

Mar 3, 2010

I'm trying to build an application to monitor a site to build statistics from the data being read. This HTML looks like this.

<div id="history">
<h4>HISTORY</h4>
<table border="0" cellspacing="0" cellpadding="0">

[code]...

Now I can read the html and put the text anywhere, I just don't how to read specific parts so I can separate the data out.

View 17 Replies

Axinterop.wmpLib.dll Works OK In Debug Build - Not OK In Release Build

Feb 15, 2012

I have a Form with a Media Player in it. Which plays a Song.

[Code]...

It's playing in the background since the Form is hidden. When I play itin Debug, everything works fine. When I run the app outside Debug, I get this error: [URL] The Music File is there, but strangely, there comes this weird error.

View 4 Replies

IDE :: Inconsistent Build Response - Throwing 'Build Failed'

Nov 27, 2011

A particular VB.NET project is actually throwing 'Build Failed' But when I try rebuilding again it says 'Rebuild Succeeded'. It keeps alternating this behavior. Kind of random. Any vbc.exe issue of long locking the PDB or xml files?

View 9 Replies

Maintain And Test Changes To Both The Pre Build And The Post Build Events?

Jul 30, 2011

I have a vb.net 2008 windows form application that I was just assigned to work on. how to maintain and test changes to both the pre build and the post build events? Can you tell me how to test these events? My postbuild event, I believe calls a project file in the solution file that wraps files together in a bundle in debug mode. Can you tell me how the posbuild event works and when it is called?

View 2 Replies

VS 2008 Make A Release Build Instead Of A Debug Build?

May 3, 2010

I am using 2008 Express Edition. I am trying to make a Release build instead of a Debug build.Under Tools->Options, Projects and Solutions->General - I checked Show advanced build configurations. The option to switch configurations does not show up in the IDE.

After this, I went to the Project Properties->Compile and switched the Configuration from Active(Debug) to Release.After building, I looked in my project directory, however only in the Debug sub-directory was the .exe and nothing in the Release sub-directory.I have used Visual C++ Express Edition, where I noticed that if you do not change to Release in the IDE than after changing to Release in properties, resets the project to the last configuration setting which is usually Debug.how to make the Debug/Release box available in the IDE, since Tools/Options does not make it show up?

View 3 Replies

[2008] Application Deployment - Build->build Myapp

Mar 7, 2009

I just created a simple application. I Builded that using build->build myapp. I got .exe of that application. i runned. all went fine. but when i closed that app, even after closing it is in memory. it is still running. how to deploy it properly?

View 12 Replies

Perform Release Build And Not Debug Build For Exe

Aug 4, 2010

I have some very simple questions about making a release build exe in vb.net using MS VB 2010 Express.

I realize that my project's executable is built in the bin/debug folder. However, when I copy this to any other location on my computer or someone else's, this executable does not function. I have read that I need to create a release build but in MS VB 2010 Express, when I use the Project-Properties menu and change the Compile tab configuration to Release and the path to binRelease, I still get the exe in the binDebug folder and not the binRelease folder.

1) Is it normal that exe's from the debug folder do not function outside of the debug folder?

2) Most importantly, if the release build produces a faster exe, could someone please explain step by step how to do this with MS VB 2010 Express ? I do not see any button on the compile tab in the project properties that actually builds the release.

View 8 Replies

Post A Simple Code Using VB That Start Building Simple Games?

Jun 10, 2011

Is there anyone can post a simple code using vb,that start building a simple games ?

View 2 Replies

Make A Simple Browser With Some Simple Addon's?

Dec 9, 2011

Trying to make a simple browser with some simple addon's. What Ive done is setup a menu(forum) for the user to enter their email providers web address and it will save it in a xml file. When they click on the email link, it should load the email xml iformation and place that info in the tb_html.text and navigate. I keep getting a null exception and im not sure what going on here. Here is the code:

Browsers:
Private Sub btn_Email_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_Email.Click
'Load Action
Dim SavedEmailObj As Storage

[code].....

View 2 Replies

Can't Get The Build To Build A Release Version In Vb

Jun 17, 2009

I was able to build both debug and release versions of my VB code before now I no longer have the option to build a release version. How do I turn it back on

View 3 Replies

Publish Build Errors (But No Errors In Debug Or Build) VB 2010

Jan 4, 2012

So when i build or click debug on my program. No errors come up and its smooth. So i decide to publish my programme. However. I come up with a bunch of errors during the publishing.

Here they are:Error 1 Cannot publish because a project failed to build. 1 1 Simple CALC

Error 2 Unable to copy file "binReleaseSimple CALC.exe.manifest" to "binReleaseapp.publishApplication FilesSimple CALC_1_0_0_0Simple CALC.exe.manifest". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

View 3 Replies

Why Are C# And .NET So Similar?

Oct 15, 2010

Also, if they are so similar then why do they exist separately?

View 3 Replies

API / Something To Use Similar To PrintScreen?

Jun 7, 2009

Is there an API or something I can use similar to PrintScreen?

I want to be able to select everything inside of a panel and then print it.

View 6 Replies

BGW With Similar Coding But Different Approach?

May 18, 2012

I've two BGW with similar coding but different approach, My second BGW shows me "NOT RESPONDING" whenever i try move/click/focus to form while the BGW is running.

VB
RichTextBox2.AppendText("Some Text")
process2.ReportProgress(inc)
My.Computer.Network.DownloadFile(andpic, "pics/" & spliti(0) & nnum & ".png")
My.Computer.Network.UploadFile("pics/" & spliti(0) & nnum & ".png", "ftp://ftp.mywebsite.com/domains/mywebsite/public_html/Pics/" & spliti(0) & nnum & ".png", "users", "password")
WebBrowser1.Navigate("Mywebsite")

I've taken out number of things that i think is causing this error Are they the cause of "NOT RESPONDING" ?

View 4 Replies

Checking For Similar Duplicates?

Sep 4, 2009

I have a web site where users enter company names to use in the rest of the app. However, recently I've noticed that similar duplicates are appearing, e.g. someone will enter EastTec Solicitors another will enter EastTec Solicitors Ltd someone else will enter EastTec Solictors (missed the i out in Solicitors), when there should only be one entry of EastTec Solicitors. What is the best way of checking the database for entries similar to what they have entered? How would you about checking for spelling mistakes as well like the Solicitors one?

View 7 Replies

Creating Something Similar To Spy++ Tool

Mar 9, 2010

What I need to do is be able to enumerate pretty much all hWnds and locate any TextBox (outside of my program) and get information about it (eg: Name if any, text in it, etc).

[Code]...

View 1 Replies

Developing A Program That Is Similar To ATM?

Feb 22, 2011

I'm developing a program that is similar to ATM but I can not keep track of various clients so that each may have their account

View 7 Replies

Getting Similar Program Like SerialCommChat For Uses?

May 9, 2011

I've been using the 2006 SerialCommChat program to do my programming functions.This only has CommPort availability and I'm needing both Commport and what I guess they call a Virtual Port known as the USB Ports.

View 5 Replies

How To Create A Similar Structure

May 28, 2010

I'm trying to create an enumerable class, similar to System.Drawing.Color - My goal is to have places in the code where I can define a variable as the type of my structure, then be presented a list of static values to pick from.I'd also like to use this for a property of a UserControl.I don't know if I'm using the right setup here with the class, structure, etc.I'm just trying to mimic the Drawing.Color class.I'm creating a Public Class called Person.Inside it, I have two Public ReadOnly Properties for Name and Age, their corresponding Members, and a Constructor to create a new Person.Second, I have a Structure called Persons and it has two ReadOnly Properties: Billy and Sally.[code]In my attempt, I get the full freaking .net class library in my intellisense list. Using Drawing.Color, I get a nice pre-defined list of values to pick from.No extra methods.No constructors.Just values.

View 16 Replies

How To Treat Two Similar Types As One

Feb 28, 2009

In VB.NET, I am trying to talk to a webservice (that can't be changed) to create and update customer data.The CreateCustomer service expects an object of type ConsumerPerson and the ChangeCustomer service expects an object of type ChangeData.The properties of these two object are exactly the same, so I thought it would be wise to just set the properties using one single function.

View 5 Replies

Mid Function In Java - Similar To VB?

Feb 2, 2012

In Visual Basic I used to use the Mid function to loop through a string and examine each character, i.e. like this:

[Code]...

Question is, how would I go about doing something similar using Java?

View 3 Replies







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