CS1513: } expected

C

Calvin

I get this error when accessing a web page. The Page has
a User Control, which is basically a menu panel, which
gets categories from MS SQL Svr, based on ManufacturerID.
ManufacturerID is fed into GetCategories(int
manufacturerID), via QueryString. This method is part of
an assembly file.

1. The assembly file compiles ok... no error reported...
and I've gone through it with a tooth comb.
2. The Page_Load on the control is so simple, you would
need to be blind to miss a missing curly brace.

Does anyone now of any issues with this error... why I
might be getting it. Thanks.
 
G

Guest

1. The assembly file compiles ok... no error reported...
and I've gone through it with a tooth comb.
2. The Page_Load on the control is so simple, you would
need to be blind to miss a missing curly brace.

Does anyone now of any issues with this error... why I
might be getting it. Thanks.
.

do you have any code in the ascx or aspx files? Maybe an
<% if(...) { %> that's missing an <% } %> somewhere?

Kelly
 

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

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top