Error compiling last source code with 3.5 solution

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/15/2011 7:31:59 AM
Gravatar
Total Posts 108
Community Expert

Error compiling last source code with 3.5 solution

Hi Joe I just upgrade my code from the repository and found that I get this exception with my custom solution and with the default one: Error 3 The type or namespace name 'ExceptionServices' does not exist in the namespace 'System.Runtime' (are you missing an assembly reference?) D:\mojoportal\Web\Global.asax.cs 35 22 mojoPortal.Web.net35

I see that you add this in the global.asax comment /// 2011-03-14 added logic for .NET 4 to enable memory and exception monitoring 

the System.Runtime.ExceptionServices can only be used with .net 4 so if you can look into this I will appreciate the effort.

3/15/2011 7:44:12 AM
Gravatar
Total Posts 18439

Re: Error compiling last source code with 3.5 solution

Hi German,

Thanks for letting me know. If you pull the latest changes and update it should be fixed now.

Best,

Joe

3/15/2011 8:22:08 AM
Gravatar
Total Posts 108
Community Expert

Re: Error compiling last source code with 3.5 solution

thanks Joe is working now 

You must sign in to post in the forums. This thread is closed to new posts.