Adding external assembley


Author
Message
Xavier Arul Kumar...
Xavier Arul Kumar Arockiasamy
Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)
Group: Forum Members
Posts: 2, Visits: 1
Hi,
I want to consume a method of an external assembly in the embedded code. Please help me to add an external assembly and use a method in that..
Thanks,
Xavier
Nevron Support
Nevron Support
Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)
Group: Administrators
Posts: 3.1K, Visits: 4.2K

Hi Xavier,

Yes that is possible – there are two ways to achieve that:

Deploy the assembly as local:

1.       Add the custom assembly name in the referenced assemblies:
-          Go Editor Tab
-          Select Build / Referenced Assemblies from the menu
-          Add the custom dll – for example if named CustomDllName.dll the entry should be “[AppDir]\CustomDllName.dll”
                                                                                                                    
2.       Copy the CustomDllName.dll to the following locations:
-          For BIDS 2008 copy the custom assembly to C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies
-          For SQL Server copy the custom assembly to C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\bin

Deploy the assembly in GAC (assembly must have a strong name (signed)):

1.       Add the custom assembly name in the referenced assemblies:
-          Go Editor Tab
-          Select Build / Referenced Assemblies from the menu
-          Add the custom dll – for example if named CustomDllName.dll the entry should be “CustomDllName.dll”
2.       Copy the CustomDllName.dll to GAC.

Hope this helps – let us know if you meet any problems or have any questions.



Best Regards,
Nevron Support Team


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search