Compiling error, please

  • Thread starter Thread starter Cor
  • Start date Start date
C

Cor

A gues, "did you include the "bin" directory in your project?
(You should not do that)
 
Is the Indexing Service running? I have had this same problem before if the
Indexing Service was running on my development system. Try disabling the
indexing service and see if that helps.

-- Doug
 
Hi Everybody,



When I tried to compile my CustomControl ( to be later called from a ASP.NET
page )

I always get the following message:

"vbc: Command Line error BC2012: can not open ..\bin\CustomControls.dll
for writing"



Could anyone please explain me which is the problem?



Thanks



Beny
 
No I didn't. By the way, I am running W2K advance
server. This problem happens to each and all of my
Custom Controls. I can not compile them

Thanks for your reply

Beny
 
Thanks a lot. I finally found the problem.

The text book fooled me, it incorporates a \bin\CustomControl.dll.

in the compiler command line. But I don't have that folder bin. Deleting

it ( or using a real folder name such as \aRealFolderName\CustomControl)

solved it.



Beny
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top