I'm trying to debug a web app, but when i try to run it from within the development environment, its says the server components are not installed which they are, it worked fine in 2k but doesnt seem to like xp, is there a setting somewhere that i need to change
I am running an ASP Web APP on a server, though the asp debugger will not start, due to access rights, it works fine when i'm the administrator, what do i need to give myself rights to allow the ASP Debugger to function correctly without having to login in as administrator
I have a service that stops as soon as it starts. I want it to wait for events to be triggered by the filesystemwatchers that i have setup, can it be done?
Is there a way to get a windowless application to wait for a given event without the application exiting.
I have tried to use a loop, but get an overflow error.
And same question but as a service.
Many Thanks For Your Help
Whats the best way of moving around a dataset, presumably you cant do it with a data reader because its forward only or is there a way to reset the data reader to the start of the records after it has gone through once
if i've got a control of say 5 checkboxes and i want to pass all five controls to a sub-procedure to check them all, how would i do this?
test check1()
sub test(chkbox() as checkbox)
end sub
doesn't work, it expects an user-type
I am trying to pass a complete array to a subroutine, for example:
First Declare:
Dim MyArray() as string ' Dynamic array
Then if the subroutine is set ourt like this:
Public Sub MySub(SubArray() as string)
If i try and call it:
MySub(MyArray())
I get the error message that an array is...
When i install crystal reports 8 crystl32.ocx is neither copied across or registered and i need to do this in order to user crystal reports 8 with vb. I am now trying to register the component manually. To do this i copy the crystl32.ocx and crystl32.dep files to the windows\system directory...
I use both vb5&6 which both use version 4.5. I have recently brought version 8 and installed it. The CD does contain a newer version of the crystl32.ocx version but this does get copied across during the installation, even when i choose install all possible components. So I presume that i have...
i am trying to read and write to an office 2000 database, but i get an error, i presume this is due to the fact that i need a newer DOA control, could someone please tell me if this is the case, thank you
I have recently got office 2000 and found it incompatable with visual basic, i assume this means that i just need to upgrade the control could someone please tell me where to get it
Is it possible to make a self contained exe file of a project or is the setup program the only way. I know that you can make an exe file from the file menu but this does not contain any of the run time files. This means to use the exe file on another machine you have to manually copy across the...
when i try to print some data to from vb5 i get the error message "method 'action' of object 'crystalctrl' failed" the same goes if i use the printreport statement.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.