App Crashes Without Error

Apr 22, 2010

I've had an app running without problem for a few months now. When the app crashed it would pop up a message where I could look at the error message to determine why it crashed. After a recent Windows 2003 update, when the app crashes it no longer pops up the message, writes to any log or appears in the event viewer so I have no idea now why it's crashing. Is there a way to determine what is going on that would help me see why my app is crashing?

View 3 Replies


ADVERTISEMENT

Program Crashes With No Error?

Nov 10, 2011

I have an application that I have built that used a winsock control to send commands and receive data from a wafer map program. I have been converting the winsock to use the built in sockets in .net and so far things have been going fine. I have been able to get it to connect and send out a command to the wafer map. Yet I have having a troubling error that I can't resolve.

View 5 Replies

Application Crashes Without Specific Error

Oct 16, 2010

I developed one application in VB.Net 2010. It worked fine on my laptop.[code]...

View 1 Replies

Program Crashes Due To Vshost.exe Error

Apr 7, 2009

The application is like a client for a game site. I made it for the fan site i am apart of to help the members of our community.The application crashes when you click play on the game at the site. The game site uses Java all games are made in Java so i am guessing its a conflict with the Java, if you can help me it would be great i will attach a copy of the application for you to look at if you need.The password for the application is "cr2pafut" user name is anything you want it to be.url...

View 14 Replies

AppHangB1 And APPCRASH Error Crashes The Program?

Sep 24, 2007

I am using VS2005 VB.NET on a Vista duel core processor machine.Completely updated from Microsoft.I have create a communication program that talks to a sensor we build.The software seems to work fine most of the time. But it keeps crashing randomly.

Here is one I get.

Description:A problem caused this program to stop interacting with Windows.
Problem signature:
Problem Event Name: AppHangB1
Application Name: LPU2428_VS.vshost.exe

[code]....

View 13 Replies

Mouse Control Functions / Crashes With A PInvokeStackImbalance Error

Oct 5, 2011

he Just trying to figure out some mouse Control Functions, I got it sort of working.the program run's, and does what it's meant to do, but then it crashes with a PInvokeStackImbalance error. [code] I just shortened the Code because there were a lot of Sub's that were not part of the problem, now it's easier to read.and If you haven't seen my other post it's NET version 4.0 in VS 2010

View 3 Replies

VS 2008 Error Messages Not Appearing When Program Crashes

Apr 16, 2011

whenever my program crashes at college, an error message pops up in a window which tells me why the program crashed and points to the line of code which made the program crash. I have recently taken the program home to finish on my own computer but now whenever it crashes nothing pops up to tell me why it has just crashed.

View 1 Replies

[2005] When Try - Catch - End Try Doesn't Work - Crashes Or Throws Up An Error

Mar 15, 2009

I've used this in a couple of places and it simply doesn't work. Despit the try event, VB.Net still crashes or throws up an error.

View 14 Replies

VB6 Crashes When Close?

Nov 30, 2009

I'm using VB6 SP6 and every time I close the editor it crashes.The application fails whenever it is closed, regardless of whether a project is loaded or not.

[Code]...

View 1 Replies

.net - Program Crashes With No Errors?

Apr 25, 2011

I am using VB.NET Framework 3.5 . I have a very complicated program with over 40 forms and 100s of lines of coding. Earlier today, this program worked perfectly. I decided to change the Assembly Name from APA to Salamander. I do not get any errors and things seem to be going fine. Upon the next debug, the splash screen loads fine. (I am using a timer to proceed to the main form, not the inbuilt splash screen setting as I found it to be more reliable). However, when the main form loads, none of the pictures (resources) load and it exits itself immediately yet no errors appear at all. I think it might be to do with the .resources file but I really don't know. As I only started Visual Basic less than two months ago I'm not sure what all the files other than .vb files actually are.I really don't want to have to completely rebuild the program as my release date is in five days and as I am still at school I don't have time to complete it on top of homework. I have tried changing the assembly name back to APA again but it still does not work. I am completely stumped.

View 2 Replies

App Crashes In German Version Of XP

Jan 22, 2009

I have an application which won't run on a German version of XP. It crashes when trying to load a setting from a .exe.config file. The line it fails on is: [Code] however the value in the variable ends up as 8.0 (it is a single). In an English version of XP the value in the variable ends up as .8 as one would expect. Weird huh? Anybody got an explanation?

View 5 Replies

Application Crashes After Few Hours?

Mar 27, 2011

I am writing a system that utilizes the Timer to execute a command after an interval of three seconds. The command is to send a trigger to my RFID reader and hence the program will then decode the received data and changed it to information. It runs fine for the first few hours, but it will crash after that and the error given is an "System.NullReferenceExeption - Object reference not set to an instance of an object." error. Initially, i thought that it might be something that relates to my comobobox selected index change event that might be causing the crashes, but yet the application is crashes after i removed the section.

I fail to find the reason of the crash, even after spend fewing days finding the memory leak or some other events that might cause the crash.

I have insert TRY CATCH METHOD, just to catch the exeption error message that might cause by one of the codes, but still it doesnt show me.

View 1 Replies

Application Crashes For Other Users

Jun 8, 2010

I recently finished an application which I spent a long time making, but when I sent it to my friends so they could beta test, everyone single one of them said it stopped responding on start up. I took the .exe out of the project>bin>debug>application.exe and thats what I gave them, and it doesn't crash for me, so i was wondering what might be causing it to crash, or if they would need extra files for it to work properly?

Also, when my friend opened it, he says he got an error that says:
Name: Microsoft .NET Error

View 1 Replies

Application Crashes On Client?

Nov 2, 2009

I have created a program in Visual Basic 2008 Express Edition, and it runs fine on my computer, but on client computers (which do have the .NET |Framework installed), it crashes. I have ran Win dbg, and it says the program encountered a break instruction exception. I have googled a lot, but can't make the program work on client computers.

View 6 Replies

Console Application Crashes?

Apr 24, 2012

i have created a very simple console application in vb.net that emails me some info from the db daily. everythign works in my dev environment, however when i move it out to production and try to run the executable, i get the following error message:"A problem caused the program to stop working correctly. please close the program"i have put in some exception checks in the code:

Dim output As String
Try
output = FormatIndividualRecords(False)

[code].....

View 1 Replies

Crashes App When Unning On A New Test Pc?

Jun 11, 2012

when I added code to impersonate a user it crashes my app when unning on a new test pcalso data from an access database no longer populates my list boxesso first please help me to pass credentials to teh commands I need to run on remote machines , here is my code so far...

first a new class
Imports System
Imports System.Security

[code]......

View 21 Replies

IDE :: VS2010 Macro IDE Crashes VS

Aug 31, 2010

VS2010 VB.Net

When I try to access the Macro IDE or open MyMacros I get the error: Vsaenv: Cannot find one or more components. reinstall the application. I have reinstalled (rebuild in place) VS2010 Pro - didn't help.

After the error the IDE goes away for a while and sometimes crashes and sometimes it returns to the code IDE. If I try again as often as not VS crashes hard. On reload it looks like it is going through rebuilding settings.

View 21 Replies

Program Crashes On Startup

Apr 21, 2012

I have VS 2011, and I put around 10 settings that contain around 1500 lines of code in each setting + 10 images in my resources.[code]...

View 14 Replies

Sql Statement Has One Situation Is Crashes

Aug 18, 2011

The following is a function to read a value from a field in a database, then add a value to it, and restore it.The three possible columns it reads from are Hoodoo, Give Them, Snug.It works no probs for hoodoo and snug, but not for Give them..[code]Index Out of Range Exception was unhandled. The text visualizer says that the value of night is give them.I can see the column give them in the database, so what could be going on?

View 3 Replies

VS 2008 App Crashes Instantly On Some PCs?

Jan 20, 2010

I've been writing an application that gathers various details from a PC and writes the info to an SQL database. It works fine on my PC and on several others that I have been testing on, but I just ran it from one other machine and the app instantly crashes with a "testipm.exe has encountered a problem and needs to close" message. This is logged in the event log every time the user tries to run the program:

Event Type:Error
Event Source:.NET Runtime 2.0 Error Reporting
Event Category:None
Event ID:5000

[code]....

View 3 Replies

Writing To Sql And Program Crashes

Jan 7, 2011

This is a program I am making for a game he is making. All it needs to do is add information from textboxes into sql fields when clicking create account. That is working perfectly however if I tell it to add an account a second time it crashes. saying ?

[Code]...

View 2 Replies

XmlSerializer Crashes When Vb6 Instantiates It Via COM?

Aug 24, 2010

0I Have a vb6 application that uses .net objects via COM. When one of this objects calls code which instantiates XmlSerializer vb6 aplication crashes.Just this line fails: Dim x as new XmlSerializer(GetType(CustomClass))I agregate that these objects load assemblies dinamically but only it crashes over vb6 aplication. In .net 100% aplication this not happens.

View 2 Replies

32 Bit App Not Compatible Windows 7 X64 - Explorer Crashes

Sep 29, 2010

I am trying to make my application run on Windows 7 X64. The application runs fine, however the explorer process keeps crashing after i started or ended the application. Explorer crashes mostly on right mouse button clicks. This gives me a feeling there are pointer problems / mem overloads with the application Application CPU is set to X86, i ran into debug mode with stack traces no serious issues found. I am using a couple of Api's and i know there are rules regarding WOW64 mode however they are really unclear. MSDN doesn't supply the information i need. The information supplied only raishes more questions lol.

[Code]...

View 3 Replies

Application Crashes When Use MSFlexgrid In 64 Mode?

May 21, 2010

In my application (VB2008),I am using MS flex grid and it was workingfine on 32bit mode. When I tried to compile the same code base in 64 bit ,it crashes the application.

View 2 Replies

Asp.net - Refreshing A Page Continuously Crashes IE?

Jun 10, 2009

I need to poll the server for updated contents. So I added a META REFRESH tag to the page. But it seems that META REFRESH has memory leak issues and it crashes IE.What is the best way to poll data from server continuously? My app is quite old (partly ASP and partly asp.net). I can't invest on technologies like HTTP Push...

View 2 Replies

Browser Crashes When All Tabs Are Closed?

Jun 20, 2012

At the moment I am making a web browser, and I have a problem in which if all of the tabs are closed, the web browser crashes.

View 4 Replies

DWF Viewer Crashes WebBrowser Control?

Nov 9, 2011

I have a strange issue with a Web Browser control on a form. The application I made is nothing more than a form with a tab container and each tab navigates to an intranet web page. One of the tabs is directed to a documentation site that allows users to view machine documentation (parts lists, PDF files, electrical/hydraulic prints, etc.). Everything works fine on XP, but on 7, the application crashes when trying to view electrical prints (DWF files). If the site is opened in internet explorer, the DWF files open as intended. The computers have the Autodesk DWF viewer plugin installed (V 6.0). I need to somehow direct my application to the DWF plugin?

View 3 Replies

Input Box Crashes When Enter Text

Apr 25, 2009

ok im having trouble with my imput box it crashes when i enter text, nothin and when i press the cancel button. i do realise when i click the cancel buttin it returns a null value and vb doesnt like it but why does it crash with letters or typing nothin because i have put if it = "" then.... shouldnt that mean it will accept nothin entered? heres one of the input boxes maybe u can tell what im doin wrong and how to fix it.

[Code]...

View 5 Replies

Program Crashes Because Of This Piece Of Code?

Apr 16, 2009

my situation is this; I have a search button which searches records with Surnames, when two or more records have the same surname, the first record appears and 4 navigational buttons appear, they are 'Go back to first record' (btnFirst), 'go back one' (btnPrevious), 'go forward one' (btnNext) and 'go to the last one (btnLast)'. All of these work properly except for 'go back one' (btnPrevious). When I click this and the record is currently the first one, the program crashes. Its probably a very elementary mistake but I can't figure it out. Here is the code for btnPrevious

[Code]...

View 30 Replies

Program Crashes On Extra Space?

Jun 11, 2009

I have a translator and i have everything working, but if you put a space at the beginning of the first word typed, or you have more than one space between words, it crashes and give me "System.ArguementOutOfRangeException"

the code is

Private Sub btnConvert_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnConvert.Click
Dim boolhpunct As Boolean = False
Dim strpunctuation As String

[code]....

View 7 Replies







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