Client Crash On Startup?

Mar 23, 2009

I've made a client beta software in VB and use ClickOnce to install/upgrade clients. Everything works OK until I upgraded to .NET 3.5 SP1 and implemented SQL Server Compact 3.5.All clients got an upgrading error. The solution was a reinstall from the download page. All clients works OK exept one; The client crash on startup on a Vista 64-bit PC. I cant' find the error?Tool/platform:VB / Visual Studio 2008 SP1.NET Framework 3.5 SP1The following prerequisites are required: * Windows Installer 3.1 * .NET Framework 3.5 SP1 * Microsoft Visual Studio 2008 Report Viewer * SQL Server Compact 3.5 Morten Dahl

View 1 Replies


ADVERTISEMENT

VS 2008 Program Crash On Startup?

May 1, 2009

This program I made crashes on startup, I do not know what I am doing wrong, can anybody help me?
Here is the code Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Timer1.Enabled = True End Sub

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
AppActivate("Chat Window")
Do
SendKeys.Send(TextBox1.Text)
SendKeys.Send((Chr(13)))
Loop
End Sub
End Class

View 6 Replies

VS 2010 Crash On Startup - Windowscodecs.dll

Feb 15, 2011

today i tried to run visual studio 2010 but the program crashes at startup. here is the detail:

[Code]...

i have search over the internet it seems there is not much information about this kind of error. i tried reinstalling vs 2010 but it doesn't work either. yesterday i installed microsoft office 2010, does it have anything to do with visual studio? another thing that i have to mention is that i had visual studio 2008 installed too, when i opened that it says something like " invalid licence ". so uninstalled it but it didn't solved the problem. so can someone say what the hell is the problem about ?

View 3 Replies

Debug Crash Of Exe Startup At Remote Installation?

Aug 11, 2010

I'm struggling with a problem at remot installations. I released my Beta software which was always running fine on a lot of systems Win XP , Win2003, Win 7.Now I have a strange problem at some remote installation. After starting the program it will crash right away, not even geting throug the new or load Events.All my integrated debugging is useless. I don't know how I should debug such a problem.I guess there are some files missing at the remote systems. I have no idea which files. It could also be because of some third party components. I only have an event (see below) which is not of much help (to me).I found some other threads about the same CLR20r3 event but it was not very usefull. I need to get this application up and running. What steps should I take. I have some very good Beta testers.

[code]...

View 2 Replies

Get A Report Or A Email Explaining The Crash From The Client's Computer?

Feb 10, 2010

For example if application crashes can i get a report or a email explaining the crash from the client's computer.

View 3 Replies

Hide Form On Startup If App Occurred Because Of Windows Startup?

Jun 20, 2010

I can hide my startup form (or make it appear hidden) on startup. I can start my app on windows startup--through registry values--if the user checks a checkbox.

But if the app starts up on windows startup, I want the form to be hidden, so the program can just keep working without bothering anyone. If it starts up because the user started it, I want the form to be showing, because the user probably wants to change some settings or something.

View 8 Replies

Client-Server-Client Multithreading - Instant Message Another Client

Jun 21, 2010

We are creating a Who wants to be a millionaire style game in VB. Our server is pulling information such as questions and answers from a Access Database and sending them to the contestants (Clients). All transfer of information is directly from the server to each client. One of the "Life Lines" we want to use is "Ask a friend", where one client is able to Instant message another client for a short time to get help on the question.

[Code]...

View 2 Replies

Make An Application To Startup At The System Startup?

Mar 4, 2010

How to make an Application to startup at the system startup? and How to enable and disable?

View 6 Replies

Application Not Starting Wit New Startup Form After Deleted The Previous Startup Form?

Nov 11, 2009

i deleted my previous start up form to be replaced by another one but each time i launch the application,the deleted start up form is still displayed.i dont know from where this deleted start up form is being loaded.

View 3 Replies

Writing A Program With 1 Client And Server Where Client Side Creates A Text File

Dec 1, 2008

I have been reading through Atheists posts in regards to client-server and TCP client/server connection's. But how do i go about writing a program with 1 client and server where the client side creates a text file.Once the server sees there is a text file it connects and downloads it to itself or the client pushes the text file to the server.Once on the server i will read the text file and put its info into a sql db.

View 14 Replies

SMTP Email Client Fails On Local Machine Needs To Run On Client

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

VS 2008 Chat Server/client - After The Client Clicks Disconnect Or Closes By Task Manager, Looses Connection

Aug 18, 2009

Im using the code from [URL] as a starter, most of the code is the same. the chat system works fine but on the client a added a disconnect button "clientSocket.Close()" and as soon as i click that i get errors, on the client, this is the code...

Private Sub getMessage()
For infiniteCounter = 1 To 2

[CODE]...

And this line...

serverStream.Read(inStream, 0, buffSize)
gives me "Unable to read data from the transport connection: A blocking operation was interrupted by a call to WSACancelBlockingCall."

Now im talking the server, after the client clicks disconnect or closes by task manager, looses connection, etc the server crashes and gives me.

View 5 Replies

Chat Client To Client Without Server Just Use IP Address For It?

Apr 19, 2012

Chat Client to Client Without Server Just Use IP Address For it?

View 1 Replies

How To Make A VB Application That Can Stream From Client To Client

Feb 7, 2011

for a school project i need to make a vb application that can stream from client to client.

View 4 Replies

Crash Course In LINQ To SQL

Feb 26, 2010

Still trying to become familiar with SQL, and very comfortable with VB.NET. Trying to develop an application for a user to pass a value into a stored procedure.

View 5 Replies

Download Exe Causes IE Crash?

May 12, 2010

I have written a very small windows console application that got uploaded to an internal company portal. Basically this thing only looks for a registry key and if it doesn't find it, then it creates it. After that it populates a String value and exits. My issue is that when I provide this tool to our L2 support group they put it on an intranet portal.

View 2 Replies

How To Debug A WPF .NET App Crash

Dec 5, 2011

I have a long running (kiosk display application) WPF vb.NET App which is crashing after about 15 hours.

I've tested it twice, it's crashed almost at the exact same time.

I have no idea where to start.

View 1 Replies

Application Crash On Exit?

Aug 5, 2011

I have recently implemented to following code on a good deal of my forms.

Public Overrides Function InitializeLifetimeService() As Object
Return Nothing
End Function

It has worked great to solve some of my odd application hangs when the application has been running > 1 week.However, when the user closes the program I now get an Application Crash screen.how to stop this? how to put it back to "normal" with a global variable?

Public Overrides Function InitializeLifetimeService() As Object
if readytoExit then
' Return... not nothing?[code]......

View 1 Replies

C# - How To Deliberately Crash A COM Object

Jan 5, 2011

Maybe a strange question, but I need to test the stability and error procedures of the host process (caller) that accesses COM objects. Therefore I need some easy/short methods to let the COM object(s) crash itself.

Addition 1: With crash I mean the type of crash that can take the caller down also.

Addition 2: I own both the code of the caller as the COM server.

View 3 Replies

Cannot Use SB_GETTEXT (results In A Crash)

Jul 30, 2010

I'm currently trying to send the SB_GETTEXT message to a status bar, but it always crash and I don't why (the SB_GETTEXTLENGTH works fine, but not the SB_GETTEXT). Below is a VBA code I tried to use in Excel to read the status bar text of Worpad. The first code using WM_GETTEXT works well, but the second code that uses SB_GETTEXT always crashes.

'------------------------------------------------------------------------------------------------------------------------
' VBA - Excel 2007
'------------------------------------------------------------------------------------------------------------------------
'API & CONSTANTS declaration

[code]....

View 5 Replies

Crash - .net Application Only Works On 64-bit PC's?

Mar 29, 2011

I have had afew people test my application and all of the 32-bit users are telling me it is not working.

Problem signature: Problem Event Name:
CLR20r3 Problem Signature 02: 1.0.0.0
Problem Signature 03: 4d9235a5 Problem

[code]....

View 2 Replies

Crash When Loading Webpage?

Oct 9, 2010

Basically, I have a Web Browser object on a Visual Basic form. However, about 5 seconds after it finishes loading ANY webpage, the entire program stops responding. I figured the issue was related to internet explorer, so I updated to Internet Explorer 9 Beta and the issue is fixed (this is a very strange fix)!!! However, Internet Explorer 9 is not available for Windows XP. what might be causing this and a possible solution for computers that are running XP?

View 1 Replies

DB/Reporting :: Fatal ADO.NET Crash?

Jul 30, 2008

The scenario is this: VB.net 2003 connecting to access 2003 using Jet 4.0 SP8 and MDAC 2.7 SP1.On a particular client machine with XP SP2, while trying to fill a dataset it crashes fantastically without ANY error message. the exe just disappears from the task manager.I use a Module to launch the MainApp form, if I try to connect within the Module BEFORE calling the:

Code:
dim MainApp as new MainApp
application.run(MainApp)

...the datasets work normally, but if I do it inside the Form_Load (or anywhere inside the form) it presents the previously mentioned fatal crash.I have updated the clients machine with the SP1 for .NET 1.1 with no luck.Now, in a desperate attempt, I have installed VB.NET 03 in the client machine and with the dev env it works fine, but if I try to run the executable from outside, it crashes again. No error message from the exception handling inside the app, no unhandled errors from the framework or the OS, it just vanishes from the task manager.I tried to reinstall MDAC and Jet but the installers find the previous files and won't update with the new ones. Tried also reinstalling .NET framework and the error persists.

View 3 Replies

Detecting A Program Crash?

Feb 24, 2010

I have an Access 2007 database that runs constantly, the form on the database basically runs a timer every 10 seconds and runs a Macro. The problem I have is that when the backups run at night the network connection the database is on disconnects for the backup, so the database crashes with the error.

"Your Network Access was interrupted. To continue, close this database, and then open it again."

What I would like to do is create a small VB Application that runs on the machine that the database runs on, detects when the database has a problem, closes down the database process then restarts the database.

View 2 Replies

IDE :: Dfsvc.exe Causes ClickOnce Win App Crash?

Feb 19, 2007

We have one user who has run into problem on this CilickOnce win app today.When she clicked the Install button on the publish.htm hosted on the network, a message said:dfsvc.exe has encountered a problem and needs to close. However the app still launched when she clicks any button on the pop up message box, then later crashes in a crystal report viewer with system.reflection.target invocation exception if she enter that particular area.I googled dfsvc.exe. Some posts said it is a virus while others said it is ClickOnce engine. I have many other users who are on the same version and are running the same OS settings without any of the above mentioned trouble.I am not sure if the dfsvc.exe error is related to the reflection eception or not.

View 9 Replies

Serial Port - USB Crash

Apr 20, 2010

There is a bug report [URL] on serious problems that can occur if you are using a USB to serial port converter and the user pulls the USB while the serial port is in use. Apparently the bug is still present in VB2010, and Microsoft still has the bug closed.

View 1 Replies

System Crash While Printing?

Oct 21, 2007

Recently one of my clients started experiencing a very unusual problem. When they try to print from the program I developed their whole system crashes without any error messages or warnings. This problem started recently (they have been using this software for over 2 years).

I used VB.NET 2003 (.NET Framework 1.1) to develop the software, my clients have Windows XP Pro. At first I thought that the problem was in their printer driver. I contacted their IT department and after several weeks of testing they conlcluded that the problem is somehow related to my software (this issue never happened when the client is printing from any other program). To print, I have created a group of classes that create and print reports. The main class subclasses PrintDocument then I use PrintPreviewDialog to display the preview and give the client the option to setup page settings, etc. The code runs without problem on my development machines and up until recently without problem on the client system as well. I did intall an upgrade recently that was related to printing, but all I did was to modify the print output, the upgrade did not modified any of the printing functions.

I tried to find information on the Internet, but coudln't find anything. I wonder if migrating the solution to .NET Framework 2.0 will solve this problem?

View 4 Replies

VS 2008 Crash On Save

Jul 20, 2010

whenever I save anything in it, VS crashes it doesn't seem to matter what file I save in any of the projects within.It also seems to actually save all the files; just crashes when it's done is my guess...

View 2 Replies

VS 2008 W2000 Crash?

Feb 16, 2010

All of a sudden my exe crashes before I even get to see the first form. This seems to only happen on Windows 2000 PCs.

View 9 Replies

Client Socket - Send Message Through Client Socket Receive Specified Argument Was Out Of Range Of Valid Values

Oct 15, 2011

Below is my code, but when i send the message thru client socket i receive Specified argument was out of the range of valid values. Parameter name: size

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Dim serverStream As NetworkStream = clientSocket.GetStream()
Dim outStream As Byte() = _
System.Text.Encoding.ASCII.GetBytes("0800822000000000000004000000000000000920092126012345001")

[CODE]...

View 1 Replies







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