Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

crash

Status
Not open for further replies.

VBmim

Programmer
Jun 25, 2001
361
BE
Hello

I have a problem with visual interdev. I have a regular web-project. I added a css file. In that css file when I want to select a color other than default (clicking on the '...' button') visual interdev crashes. In my logbook it says that there was an access violation...

I have a windows 2000 environment (sp3), visual studio 6 is installed (sp5) and also a component for having crystal reports in visual basic (don't know if it is importent, but I'm still mentionning it).

Who recognizes this problem and can give me helpful tips?

I've already searched the microsoft web but of course found nothing...

greetz

Mim
 
1. make sure the css file isn't read-only
2. try sharing the entire folder and all subcomponents

Start with that...

Other things to ponder:
* can you add the css file to a static html page? Will it work as planned? -- you may have a poorly formed css file

* have you added the css file correctly?
 
hello

thanx for looking over my problem!

I checked if my css file was read-write (not read-only) and it was... Visual interdev crashes with any css, also if it's not made by myself (so not poor designing).
For the rest everything works fine. I can use my css files the way they are supposed to be. Instead of choosing a color from the palette I can enter the rgb values and this works as well.
Visual interdev also crashes when I want to choose a file for background (also in css file). So basicly every '...' button makes it crash. I think it has something to do with showing the common dialog window (choose color, choose file, and so on). I already tried to re-register comdlg32.dll but it gives me the warning "comdlg32.dll was loaded, but the dllregistrerserver entry point was not found". I think this is because comdlg32 is not a registrable dll...
I downloaded a debug tool from the microsoft website and all it can say to me is that it can't find a file in memory. This means (I think) that a little well-hidden dll didn't got registered... But which one!!!

Anywho, I lost hope on this one... I think that I should re-install my whole operating system and all and see where things go wrong...

greetz

Mim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top