473,738 Members | 4,774 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Site no longer refers to the infragistics dll

308 Contributor
Hi All,

we have Asp.net site which uses certain infragistics control.It used to work fine.The machine on which the site was configured when migrated to platform win2k8 , infragistics control on the page no longer found to be getting displayed.

Old machine : Win 2k server - 32 bit
New machine : Win2k8 Server - 64 bit - IIS7

The site uses Infragistics 2006 vol 2 controls.

After an analysis , we concluded to upgrade the Infragistics version. Now the site refers to Infragistics 2010 Vol 2.But the site still not able to display the controls - it is not more referring to the newly upgraded dlls.

Please find attached the screen shot for the error.

I could not decide whether this is the problem with the iis7 setting - mising if any or it actually the problem with the infragistics version non-compatibility with win2k8. Could you please help to resolve the issue.

Thanks!
Attached Images
File Type: jpg DllRefError.jpg (7.5 KB, 231 views)
Jun 26 '10 #1
6 2325
madankarmukta
308 Contributor
Hi All,

Anybody have any inputs ?

Thanks!
Jun 28 '10 #2
Frinavale
9,735 Recognized Expert Moderator Expert
I can't read your thumbnail image of the error you're seeing. What is the error message?

-Frinny
Jun 29 '10 #3
madankarmukta
308 Contributor
Please find attached the image
[IMG]C:\DllRefError. jpeg[/IMG]
Jul 1 '10 #4
madankarmukta
308 Contributor
The error says

Compiler Error message : BC30205: End of statement expected

The line of code where it fails is -

Imports Infragistics2.W ebUI.UltraWebch art.v10.2

Let me know if you have any inputs.
Jul 1 '10 #5
Frinavale
9,735 Recognized Expert Moderator Expert
Do you have code that is on the same line as the Imports Infragistics.We bUi.UltraWebcha rt.v10.2?
Jul 1 '10 #6
madankarmukta
308 Contributor
@Frinavale
Hi,

Thanks for the reply.

Nope.. I found that the statement is not the part of the code.We have the page where we have referred the namespace in @register tag ; while registering th einfrgistics control though.

Kindly let me know if you have any inputs.

Thanks!
Jul 10 '10 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

3
10104
by: newsgroper | last post by:
I am evaluating the infragistice ultrawingrid. Does anyone know how I can color a row based upon a column value?
5
5477
by: Paul W | last post by:
I was recently assigned to build a database administration tool with an infragistics web grid UI. I am able to pull the data into a dataSet and bind it fine. However, when I attempted to use the UpdateCell or UpdateCellBatch events to transfer updated data to the data set, the event arguements (Infragistics.WebUI.UltraWebGrid.CellEventArgs e) are missing critical information such as the row and column of the cell being updated, and most of...
1
4836
by: Aaron Ackerman | last post by:
I am using the latest Infragistics suite for .NET. I am using a tree view controlso that when i select a particular item it will brin up the specified URL in the appropriate pane. When I trigger the appropriate event it does bring up the correct URL but in a new window What am I doing wrong? private void uwTreeControl_NodeClicked(object sender,
1
3194
by: steve | last post by:
Greetings, My team and I would like to use Infragistics for both WinForm and WebForm development. From a technical perspective we see the benefits. The boss wants me to quantify ROI. The primary question I get is 'what does the Infragistic grid give me that the ASP.NET grid does not?' I get similar questions for the other Infragistic controls that are complements of existing WinForms and WebForm controls. For me to answer this...
2
1981
by: Amy B | last post by:
Hi, I've been trying to figure out how to fix this for several days but nothing I have done so far seems to work. I have posted this message in a Google Excel Programming group, but did not receive any answers. I have a web page page that is in a frame with top and side nav bars. When I click on my "Export to Excel" button, I have code that pops up a "Loading, Please Wait" page while the Excel is being created. When the file is...
5
1656
by: Chris Podmore | last post by:
I have a problem with the Infragistics web controls on a hosted server. I get Security Exception errors. It appears that my site doesn’t have the correct privileges, how can I overcome the problem without getting the service provider to make changes? I don’t know if the service provider will make the required changes or not. Or have I just got something else wrong? This is the actual error. Security Exception Description: The...
3
11482
by: Ronald S. Cook | last post by:
Hi everyone, We're needing to pick a suite of components for our C#/VS 2005 development. Top on our list is a treeview that integrates with a datagrid. I think all the big goes provide that. Does anyone know which suite is the "best" or are they (Infragistics, ComponentOne, DevExpress, other) all about the same? Thanks for any insight or opinion.
1
2514
by: BATISTA | last post by:
Hi i am working in c# with infragistics In c# windows applicaion, I will be passing data from textbox..such that for example:i ahev 3 texboxes labeled name: age: salary:.... Now name is the parent and age and salary r the child..so if i pass data in
0
2698
by: veerleverbr | last post by:
Hi, I want to create an asp.net page with a tabpage. On the tabpage I want to use the WebDateChooser and WebDataInput controls of Infragistics. These 2 controls use a mask to enter a date and bankaccountnummber, so that no invalid date or bankaccountnumber can be inputted. I started out with the tabcontrol of infragistics. But I also want to use the atlas update panel, and this gives conflicts when used together with the infragistics...
3
6209
by: Jono | last post by:
Hi Everyone, I'm using Infragistics' UltraWebGrid control on a page for it's column grouping functionality (which makes the page start to look like a pivot table). However, requirements have changed - as they do - and now I need to programmatically set the groups from the server without any user interaction. As far as I can tell there's no standard way of doing this; the only way to change the control's groups is by dragging and dropping...
0
8969
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9476
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9335
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9263
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8210
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6053
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4570
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4825
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2193
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.