I was using vcompile (just to try it out) until i was getting compile
errors. right now I'm using the auto-recompile.
Ken, the codedom node wasn't there before. I just added it, but I'm
still getting the same compile errors.
reviewing the compiled code the problem may be the 3.0 syntax.

any ideas for a next step?

On Feb 3, 3:11 pm, Ken Egozi <[email protected]> wrote:
> did you enable the 3.5 compiler?
>
> you have to stick
>     <system.codedom>
>         <compilers>
>             <compiler language="c#;cs;csharp" extension=".cs"
> warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System,
> Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
>                 <providerOption name="CompilerVersion" value="v3.5" />
>                 <providerOption name="WarnAsError" value="false" />
>             </compiler>
>         </compilers>
>     </system.codedom>
>
> in the web.config file
>
> On Tue, Feb 3, 2009 at 9:59 PM, Victor Kornov <[email protected]> wrote:
> > There is an option in AspView config (not vcompile) to save ffiles after
> > they have been transalted to pure CS. That might give an idea of what's
> > going  on.
>
> --
> Ken 
> Egozi.http://www.kenegozi.com/bloghttp://www.delver.comhttp://www.musicglue.comhttp://www.castleproject.orghttp://www.gotfriends.co.il
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to