...won't load because...who knows why?
Yet Setup said .Net framework 2.0 was installed fine. So I tried to uninstall sql server beta 2005, thinking *that* might be the cause, but the Change/Remove dialog said it couldn't because---drum roll.....
...Net 2.0 was not installed so it couldn't...
Thanks everyone very much. Since the Capture and Editing apps are seperate, I should be able to enjoy at least some gain. I understand about the sharing of the bus, etc, and also about a single app not necessarily being written to put different threads on different cpus--but as long as the OS...
If I get a dual processor board, and have XP Pro as the OS, can I expect to be able to run 2 apps, each running full out with it's own processor?
For example, let's say I have a video capture program and a video editing program. On my current box, a P4 with 1 gig ram, the video capture will...
dhookum,
I steer clear of using Autonumber as a PK...I know that's a contentious issue here...
However one key reason is that it's much easier visually for a developer to look at the Relationship window and know the 'real' relationship--the actual business process relationship--rather than just...
I'm losing my mind.
I have 2 tables--TicketHeader and TicketDetail.
Header PK key is:
OrdDate
OrdNum
TktNum
Detail PK key is:
OrdDate
OrdNum
TktNum
TktLine
I'm trying to create one-many as shown:
Header Detail
OrdDate---OrdDate
OrdNum----OrdNum
TktNum----TktNum
But I get the error:
"No...
vmaruv,
There were a few different combinations of hacks I used to use to get the thing to work. The main issue I had was similar to yours--it would keep saying it needs to install some newer versions and you'd need to reboot, but then the same message would come back. In these instances it...
...the other known problem file in setup.lst is VB6STKIT.DLL, either make sure you have this on the target or remove it and the other bootstrap files from setup.lst. It's been a while since I've used the P&D wizard, it is really a hastily thrown together piece of garbage, we used Wise on some...
Vmaruv,
Sorry, I didn't read all of the other posts...I was repeating what another had posted.
Try going into the Setup.lst and remove the mscal.ocx if it's in there, this is a common problem. I have also gone to the extent of removing ALL of the files in the setup.lst list of .dlls, since on...
vmaruv
The error you get is likely that a .dll or .ocx that the vb exe references does not exist on the specific machines, but does exist on yours. When you compile an exe, you should use MS's Package & deployment wizard to create a Setup.exe, which loads the required modules on the target...
I'm trying to get a general idea about the opinions web developers have as far as using php or asp as a development tool. With this being an Asp forum, I imagine I'll get positive response towards asp, but I'm also looking for an honest assesment of what asp's weak points may be, such as...
MOrac,
Thank you. I'm noticing a discrepancy, though. I did this all via manual parsing of the outerhtml, since I've got to do some adjustments to the actual data within each table row--ie, re-sequencing row numbers, etc.) The row inserts fine, and displays fine after I set the table's...
I have an html table in an IFrame. The table is filled with data fetched from a sql-server database. I want to insert a row in between two existing rows, say, in the middle of the table. The row is hardcoded, so I don't want to refresh the page which would require a trip to the server. I...
MOrac,
Thanks very much. I've got that part down--where I can call my keyboard handler in the parent window from the inner iframe. Now, in the parent window's code--it doesn't seem to recognize event.keycode.
How can I get the parent's javascript to know the event.keycode of the...
I have javascript in the main page, which has an Iframe. Within the Iframe, there are textboxes. I want to trap keystroke keycodes from those textboxes inside the iframe. The source of the iframe is an asp page, and I have a function call for the onkeydown of the texboxes input tag.
The...
gwc,
As I'd said, I can't log in in safe mode, so that's not an option right now.
linney,
Thanks, I'll read through those. The faq looks good, and it looks like I'll have to install some of those programs to supplement the ad-aware that I've been using.
The file deletion issue does not appear...
I'm trying to stop a virus/spyware by taking out it's registry key, but I get the error "error deleting key" or "can't modify key". I've explicitly set permissions for myself for this key and all child keys--the intruder had given my user read-only access when it installed itself.
Why can't I...
I have an MDI form where, in design view, there is a picture background. I know I can set the .Picture property at runtime, but how do I change this at design time so that:
A. When I open the project I don't have to look at that picture.
And...
B. So I don't have to ship the actual new .jpg...
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.