Thanks for your followup Pony,
So I've got that you're just using some built-in classes in the .net
framework's fundamental class library rather than use own custom
assemblies. I've just performed some test on my local side according to
your scenario (reference some built-in assembly and call class's method in
Embeded Code section) and it worked well in both development environment(in
IDE ) and published report server. So I think this should be a project
specific issue, I think you can first try change to use some other
built-in classes to see whether they suffer the same problem. As for
System.Windows.forms assembly, I don't think all the classes in it can be
used in a web application context (report server is an ASP.NET web
application). Anyway, my local test just call the HttpUtility class's
HtmlEncode static method (reference the System.Web.dll assembly) and it
works. You can do such test to verify whether the problem is due to the
particular assemblies or classes you used in your project.
Regards,
Steven Cheng
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Get Secure!
www.microsoft.com/security (This posting is provided "AS IS", with no warranties, and confers no
rights.)