o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

runtime error *RESOLVED* -

Hi folks, i'm back.

I have finished the application on my workstation and it works fine.
(windows 2000 server)

I put the data under an IIS Directory , because it has to be accesible for the website.
Te program exists of a single standard application and an activeX dll.
The webapplication which also uses the dll works fine (windows 2000 professional). The app is not. it gives me the error "Run-time error -2147217843(80040e4d)" All the security settings are right.

What could this be???


**************************************************
Open a dbconnection with an empty dbstring....

 

Run-Time error ::RESOLVED:: -
Im getting runtime error 9 on my program when I run it, is there a way to debug runtime errors? When I run it from the IDE there is no errors at all. What kinds of things cause runtime errors? Thanks! NOMAD


slightly off topic - runtime error in ie [resolved] -
Hi, Since installing VB Studio on my PC, when browsing websites in IE and there's a scripting error a dialog box appears with "A runtime error has occurred. Do you wish to debug?" These have only started appearing since installing VB - what's doing this? Is it poss


Runtime Error 7 Problems [resolved] -
recently ive been trying to debug, run, run with full compile, and make then run my app. no matter what i do i get "Runtime-error '7': Out of memory" i dont know what this means and its really confusing. i have no idea whats causing it either...anybody help please?


on error [resolved] -
how does the on error command work when u want to put a specific error code in?? for example: 10065 runtime error


Runtime error 53 [::Resolved::] -
Hi All Please can someone help me , ive created an exe that runs from a cd . What this exe does is when the user makes an option(i.e presses on a command button) certain files are copied from the cdrom to the users harddrive. But for some reason users that run Win 98 get the runt


RESOLVED: Runtime error 1004 when exporting to excel -
Hi, my application is getting the followed error Runtime error 1004: Application defined or Object defined error and this is the offending piece of code. myBook.Worksheets(1).Range(bCol).Value = vDate vDate is a string, and I have checked bCol as well to make sure that the


Runtime error -214706458(80043ac6):Access Denied (Resolved) -
I have about 20 reports running from my appilcation. All reports work except 2 which give the error as: Runtime error -214706458(80043ac6):Access Denied when i click a button set to preview the report.All reports are called in the same way.Iam using Crystal reports 8.0 version and iam


Runtime Error 126 HELP PLEASE -
My Form is Ok in Debug Mode but after compiling the Programm shutdown with Runtime Error 126! What is this?? Or where can i find a list of all VB Runtime Error codes! Help Please.. cya


Runtime Error '713' - What is this -
Hello, I'm getting runtime error 713 in my app when I install it to Win95. Seems to work ok on WinNT. The MSDN help that i have doesnt mention what runtime error 713 is. Does anybody know what it means or anything else about it? Thanks Mark


What is trappable error What is untrapped runtime error -
Quote: A trappable error is a runtime error that has not already been trapped. An untrapped runtime error is any runtime error generated by a statement which does not specify an error variable (this includes statements which can have an optional error variable pa


RUntime Error message box -
I obviously have turned on something I did not mean to...recently, I have been getting a runtime error message box appearing when loading web pages, even when my vb editor is not open. How do I prevent this from happening? The most common msg is: Runtime Error has occured.


help - please!!!! runtime error 713 -
i'm getting a ----- runtime error 713 - class not registered - looking of obj with clsid: {00000100-0000-0010-8000-001100-6D2EA4} ----- when i try installing my app on a virgin machine (running windows 98). I've read up on this and it says that I am missing msderun.dll. if this is th


Runtime Error '9' and '429' -
hi, just wanna ask why my .exe runs on some computer have an error? sometimes its Runtime Error '9' or Runtime Error '429' anybody can solve my problem? regards, monxxx


How can I add a UserControl Dynamically [resolved] -
Hello; I am trying to add a simple user control to the controls collection at runtime. Is this possible to do? I keep getting the error: invalid progID...I am not sure if I just don't know the right syntax, or maybe this is not possible. As a side note, this control is embedded


Runtime Error 3146; -
I got this runtime error trying to execute an OpenRecordset statement using SQL. The error message is: "Runtime Error 3146; ODBC-Call Failed" I've included the SQL script. Hope someone can help! Thanks


HELP RUNTIME ERROR 424 -
I get this runtime error after I have compiled my program into an EXE. I burnt the programs EXE file to a CD. Ran it on a seperate PC that didn't have anything about my program on it. I ran the setup, and installed it, and then went to the location it placed the EXE. I opened the EXE f


runtime error 40006 -
Hi, I wrote a app that sends email using a smtp server. I have been using the app for a couple of days with no problem. Now for some reason I will get this runtime error. Runtime Error 40006 Wrong protocol or connection state for the requested transaction or request. Any one


runtime error, please help -
Hello, I ran into a runtime error 430 when I tried to to run an updated version of my program on a windows95 machine. I have not done any big changes since the last version which runs fine, but when I try to run this new version on it, I get a runtime error of 430. It says it doesn't


web browser runtime error -
i have made a form with a webbrowser control on it and it randomly comes up with: runtime error '-9(fffffff7)' when this happens in the vb6 environment, it should highlight the code for me that produces the error but it doesn't i don't knowwhere this error is coming from as i have p


[Excel]How do i trap a VBA runtime error using Error Handler -
Hi Guys, How do i ignore a runtime error (This file has been locked by user name for saving. Please try again later. ) How do i trap a runtime error using error handler to continue without trying to save the file again?


"runtime error 6149 invalid bookmark" -
Software environment : VB6.0 SP6, sql server2000, XP SP3. I have used components like datagrid..,crystal reports "runtime error 6149 invalid bookmark". This is the error i get from the vb application. Does anyhow know the reason or causes for the runtime error .? c


Runtime error help!!! --> Resolved -
I am getting this really wierd runtime error and I can not figure out what is causing the problem... The error message is: Quote: Run-time error '-2147217908 (80040e0c)'; Command text was not set for the command object The part that makes i


Problem with resizing status bar [resolved] -
I use this: Sub Form_Resize() SB.Width = Me.ScaleWidth - 180 End Sub and i get an error Runtime error 387 'width' property cant be set on this control


Resolved - MSVCRTxx.DLL -
How do I make my program link to the runtime library dll rather than including the runtime in the EXE?. [ Got it, just needed to add in /MD as a compiler option ] Thanks


creating objects at runtime [resolved] -
Ho do I make an object at runtime? Lets say I want a textbox to appear everytime someone clicks on a button, how would I do that?


Runtime Error '6' "Overflow" Resolved -
Can any1 explain this error without seeing the coding ? The code isn't mine is an example. I think its a winsock error. Can any1 help?


DriveListBox validation -
i have a DriveListBox component in my form. It has D:\,E:\ and F:\ drive in it. but my system has only D and E drive. And my F drive is a DVD drive.If by mistake i click the F drive in the DriveListBox a runtime error is thrown and my program gets abruptly ended. any suggestion to avoi


What is a 'System.Runtime.InteropServices.SEHException' error ** Resolved ** -
Can anyone tell me what the following error means. An unhandled exception of type 'System.Runtime.InteropServices.SEHException' occurred in system.windows.forms.dll Additional information: External component has thrown an exception. The following line of my code is highlighted


[[ ReSoLvEd ]] Runtime Error 524 -
Hey guys, hope u r fine I get this: Run Time Error 524 - item not found in this collection when i want to update my datacontrol, with datsched.UpdateRecord Can anyone please tell me why I get this error, is there a field missing in the database¿ thanx alot!


Runtime Error 380 -
If you run the userDisplay form and Click Next and switch to Edit mode. You get an error, Runtime Error 380! Anyone have any ideas? This is driving me crazy


I am getting Runtime Error 16 -
Hi guys I am getting a Runtime Error 16: Overflow. when my EXE that I created in VB 6 is running for few minutes and when I Click ok on the OK Button on error msg, the application shut down. Any idea what could be the cause? Thanks


Error Trapping won't work [resolved!] -
Can anyone help here? I am trying to keep my program from aborting when someone changes their default printer from one with paperbins to one without. If they do this, they get a runtime error 380, "Invalid Property Value". Here is how I tried to fix it: On Error GoTo


Help..App isnt working on other computers [resolved] -
Hey, when other people on different computers run my program they get a runtime Error.. Quote: Runtime Error "76" Path not found. Anybody know why this is?


runtime error in vb -
hi i am getting an error while using the following code rsRecordset.Open "query", gcnnOracleDB, adOpenStatic However i get the following error message; Runtime Error '-2147217887' ODBC Driver does not support the requested properties plz help me. its urgent.


Runtime error 3000 Updating a field -
I am trying to update a field using SQL in VB6 and the following error is occuring RUNTIME ERROR 3000 RESERVED ERROR (-1601) There is no message for this error Can someone please help


Always on top [resolved] -
Hello, I am making a VB app and I want it to always be on top of everything. I did a search and came up with numerous people having similiar problems.. I tried a bunch of them, but always get a runtime error when using SetWindowPos on my application any ideas? thanks


Annoying Runtime Error -
I am using a data environment to access a sql Table. Everytime I try to move the recordset pointer of the table I get the follwing runtime error: runtime error '-2147214872' operation has been cancelled. The code is as follows db.rsexam.movefirst --- error occurs on this l


reports runtime error cr10 -
i will be thank full and apriciate your reply i am facing the prblems to deploy setup for crystal report10 in vb6 it works fine at developler PC but not at client its give runtime error in different ways when i run after install runtme error '2147206462(80043ac2)' Dos err


Runtime Error -
Hi, I have a project which is converted to .exe. I want to run this in another system which doesn't have Visual Baisc or access. I provided all the OCX files need to run the project but I am getting run time error saying that runtime error 50003 unexpected error like that. Any help wi


Error in UserControl Paint event with Mdi - GPF -
I'm developping an application with Visual Basic 6.0 SP 6, but an strange error occurr when I use MDIForm and UserControl. When a unhandled exception occurr an one instance of a UserControl (internal to project) was instantiated in one MdiChild Form the execution is stopped without