dblayout
|
| Posted: 07/07/2003, 2:56 PM |
|
I have a project that is using ASP 3.0 with Templates. I changed it to generate ASP vb.net code. When I publish it now, it generates an error on line 2. Here is the error:
Line 2: <%@ Page language="vb" Codebehind="tasks_list.aspx.vb" AutoEventWireup="false" Inherits="TaskManager.tasks_list.tasks_listPage" %>
I have tried this one the Example pack it gets the same error there. What am I doing wrong? Could it be than CCS does not support ASP VB.net 1.1?
|
|
|
 |
George
|
| Posted: 07/07/2003, 10:52 PM |
|
dblayout,
I use both CC & CCS for ASP project & VS.NET for ASP.NET (VB) projects.
Several months ago I have posted the same question and got no answer.
Tech Support recommended re-installing and doing the same MakeAll.bat thing but it seems like CCS doesn't generate DLLs for codebehind references as VS.NET doaes, so I'm using CC for classic ASP only.
Maybe some day I'll have time to figure out how to generate these DLLs with CCS...
|
|
|
 |
dblayout
|
| Posted: 07/08/2003, 7:34 AM |
|
Well I'm glad to see its not just me. It is not very encouraging to here that though. I may need to look elsewhere for a product that is better supported.
Thanks again.
Chris
|
|
|
 |
dblayout
|
| Posted: 07/08/2003, 10:04 AM |
|
Well here is the answer. I followed the instructions in this faq and I can now generate & test .NET VB. I hope it helps someone else.
http://support.codecharge.com/kb_article.asp?kb_article...3&article_id=29
|
|
|
 |