Hi,
Is there example what gets image form custom code or from custom assembly as Byte() ( reading from file, etc ), what works correctly in Report Manager ?
Thanks.Thanks, I've solved my problem.|||FYI: Visual Studio 2005 Beta 1 (download from
http://lab.msdn.microsoft.com/vs2005/) contains a nice command line tool
related to code access security: PermCalc. After installation it is located
at \Program Files\Microsoft Visual Studio 8\Common7\IDE\Permcalc.exe
PermCalc estimates all necessary security permissions that must be granted
for every dll entrypoint in order to avoid security exceptions at runtime.
This estimation is done by performing static IL analysis. Permcalc is also
integrated into the VS Whidbey UI. In order to get the list of necessary
permissions for all custom assembly entry points, you would just run e.g.
permcalc -progress -library CustomAssembly.dll
Therefore you can more easily identify which missing security permission
asserts and grants cause the execution of custom assemblies to fail. Note:
PermCalc can even analyze dlls compiled with older versions of the .NET
Framework (e.g. VS 2003).
--
Robert M. Bruckner
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Ivan" <Ivan@.discussions.microsoft.com> wrote in message
news:D91E77B8-2643-457A-A371-CE6D103459EE@.microsoft.com...
> Thanks, I've solved my problem.|||I have created an employee scorecard report that is populated through
choosing a parameter. Now when an employee is chosen from the list his data
will show on the report and I need to show their picture. The pictures are
stored in a folder on a netword drive as LastName, FirstName.jpg
So when someone choses Joe Schmo, it would be Schmo, Joe.jpg stored in
i://intranet/employeePictures
Any help would be greatly appreciated!
"Robert Bruckner [MSFT]" wrote:
> FYI: Visual Studio 2005 Beta 1 (download from
> http://lab.msdn.microsoft.com/vs2005/) contains a nice command line tool
> related to code access security: PermCalc. After installation it is located
> at \Program Files\Microsoft Visual Studio 8\Common7\IDE\Permcalc.exe
> PermCalc estimates all necessary security permissions that must be granted
> for every dll entrypoint in order to avoid security exceptions at runtime.
> This estimation is done by performing static IL analysis. Permcalc is also
> integrated into the VS Whidbey UI. In order to get the list of necessary
> permissions for all custom assembly entry points, you would just run e.g.
> permcalc -progress -library CustomAssembly.dll
> Therefore you can more easily identify which missing security permission
> asserts and grants cause the execution of custom assemblies to fail. Note:
> PermCalc can even analyze dlls compiled with older versions of the .NET
> Framework (e.g. VS 2003).
> --
> Robert M. Bruckner
> Microsoft SQL Server Reporting Services
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Ivan" <Ivan@.discussions.microsoft.com> wrote in message
> news:D91E77B8-2643-457A-A371-CE6D103459EE@.microsoft.com...
> > Thanks, I've solved my problem.
>
>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment