Strange problem "Modifiers cannot be placed on property or event accessor declarations"

R

Rajan Kashyap

The message comes on the line where constructor is defined.

#line default
Line 96: #line hidden
Line 97:
Line 98: public mtbfCalcResults() {
Line 99: if ((ASP.mtbfCalcResults.__initialized ==
false)) {
Line 100: ASP.mtbfCalcResults.__initialized = true;
Line 101: }
Line 102: }

Source File: c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\root\2135a508\8d69a834\kfgw7chj.0.cs Line: 98

I am stuck please help.
 

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

Top