C Cor Dec 12, 2003 #1 A gues, "did you include the "bin" directory in your project? (You should not do that)
D Doug Perkes Dec 12, 2003 #2 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
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
B Beny Rey Dec 12, 2003 #3 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
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
B Beny Rey Dec 12, 2003 #4 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
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
B Beny Rey Dec 13, 2003 #5 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
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