Compiling error, please

  • Thread starter Thread starter Cor
  • Start date Start date
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
 
Back
Top