I copied all the .dlls needed for my app and copied them from
c:/program files.... to [app folder]/bin/ > built > published it. Now it's
working. Yay!!!! :)
v.
--- In [email protected], "orangefluffybun" <[EMAIL PROTECTED]>
wrote:
>
> Hi All,
>
> On my dev machine, I have the 3rd party components installed.
When I
> deployed the Web site to my Testing machine, I am getting an error.
>
> "Could not load file or
assembly 'infrgistics2.webUI.UltraWebGrid.v6.1.
> version.... The system cannot find the fil specified"
>
> In my web.config
> ---------------------------------------
> <compilation debug="true" strict="false" explicit="true">
> <assemblies>
> <add
> assembly="Infragistics2.WebUI.UltraWebGrid.v6.1,
> Version=6.1.20061.28, Culture=neutral,
> PublicKeyToken=7DD5C3163F2CD0CB"/>
> ---------------------------------------
>
> It looks like the .dll is in C:\Program Files\Infragistics\NetAdvantage
> 2006 Volume 1 CLR 2.0\ASP.NET\Bin. I see it being referenced
under
> References of my project. Am I suppose to copy the .dll to the /bin of
> my application on the Testing box? If I do, is it the best practice to
keep
> the same path, so I do not need to modify the web.config?
>
> Thank you in advance!!!
>
> v.
>
YAHOO! GROUPS LINKS
- Visit your group "AspNet2" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

