HI Infragistics Team,
We are installed infragistics 2015 v1 pack . it’s loaded two Tool box’s(Infragistics 15.1 ASP NET CLR 4.0 & 4.5 ) . why it’s loaded Two tool box’s ? we are facing Dll problem . whatever using ig control it’s throw Error Refer Two dll path .
See the below Screen shot . we are using .net freamwork 4.5 & Visual studion 2013 .
See the Below Error :
c:\Users\np4\AppData\Local\Temp\Temporary ASP.NET Files\root\f7182386\70a76ab\App_Web_fairvalueleveladmin.aspx.cdcab7d2.nfbzallh.0.cs(389): error
CS0433: The type 'Infragistics.Web.UI.EditorControls.WebNumericEditor' exists in both 'c:\Windows\Microsoft.NE'
<?xml version="1.0" encoding="utf-8"?><Exception><System>ProductValuations</System><User /><Message>
c:\Users\np4\AppData\Local\Temp\Temporary ASP.NET Files\root\f7182386\70a76ab\App_Web_fairvalueleveladmin.aspx.cdcab7d2.nfbzallh.0.cs(389):
error CS0433: The type 'Infragistics.Web.UI.EditorControls.WebNumericEditor' exists in both
'c:\Windows\Microsoft.NET\assembly\GAC_MSIL\Infragistics4.Web.v15.1\v4.0_15.1.20151.1018__7dd5c3163f2cd0cb\Infragistics4.Web.v15.1.dll' and
'c:\Windows\Microsoft.NET\assembly\GAC_MSIL\Infragistics45.Web.v15.1\v4.0_15.1.20151.1018__7dd5c3163f2cd0cb\Infragistics45.Web.v15.1.dll'
</Message><Type>System.Web.HttpCompileException</Type><Source>System.Web</Source><StackTrace> at System.Web.Compilation.AssemblyBuilder.Compile()
at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuil
dInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpCo
ntext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensu
reIsUpToDate) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossAp
p, Boolean throwIfNotFound) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, Htt
pContext context, Boolean allowCrossApp) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virt
ualPath, String physicalPath) at System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)
at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)</StackTrace></Exception>
Thanks & Regards
Nagarajan P CREDIT SUISSE Information Technology | Market Risk Mgmt - Outsourced, KGRN 722 82 Epip, Rc-1 Block | Bangalore 560 066 | Asia-Pacific Phone nagarajan.p@credit-suisse.com | www.credit-suisse.com
Nagarajan,
You installed the Infragistics pack wrong, those errors are not suppose to happen. Did you respond on the forum stating that you have read the help documentation?
Maxim,
This is the answer that I provided in the other thread that resolved this for Nagarajan:
The two toolbox tabs are created for you to be able to choose whether you want to use the .NET 4.0 or .NET 4.5 assemblies. Both are visible because both can be used in a project targeting .NET Framework 4.5.
It is up to you to ensure that you only use a single version in your project. To correct the error you are getting you will need to remove the extra reference to the version that you don't want. Note that this may mean changing the reference on a specific page to the other version if only one register tag is present.
Let me know if you have any questions.
Alan,
You are answering for other people's questions. First off your answer is only half of an answer to the question being dodged.
I have reread my answer and I believe it is complete. Perhaps I should have expanded on how to remove the extra references which is to find and remove from all the following locations:
If you still have questions on what needs to be done, please provide more specific details about the issue you are facing or let me know what isn't clear to you so that I may clarify that part of my answer.