473,666 Members | 2,175 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

vs 2003 to vs 2005 conversion problem

Hi

I have a vs2003 database app that use non-bound infragistics controls and
all the plumbing is done in code. This works fine in vs2005. After importing
to vs2005 via the built-in conversion wizard the application doe snot show
any data instead all fields display the test 'System.Data.Da taRowView'.
Could someone give me a hint on what could be the problem and how to fix it?

Many Thanks

Regards
Feb 4 '07 #1
2 1199
Sorry some typos in the original messages, posting again.

Hi

I have a vs2003 database app that uses non-bound infragistics controls and
all the plumbing is done in code. This works fine in vs2003. After importing
to vs2005 via the built-in vs 2005 conversion wizard the application does
not show any data instead all fields display the text
'System.Data.Da taRowView'. Could someone give me a hint on what could be the
problem and how to fix it?

Many Thanks

Regards

"John" <Jo**@nospam.in fovis.co.ukwrot e in message
news:%2******** ********@TK2MSF TNGP06.phx.gbl. ..
Hi

I have a vs2003 database app that use non-bound infragistics controls and
all the plumbing is done in code. This works fine in vs2005. After
importing to vs2005 via the built-in conversion wizard the application doe
snot show any data instead all fields display the test
'System.Data.Da taRowView'. Could someone give me a hint on what could be
the problem and how to fix it?

Many Thanks

Regards


Feb 4 '07 #2
John,

The answer on this is forever the same and simple, have a look at the site
or contact Infragistics, it is not Microsoft.

Cor

"John" <Jo**@nospam.in fovis.co.ukschr eef in bericht
news:en******** ******@TK2MSFTN GP03.phx.gbl...
Sorry some typos in the original messages, posting again.

Hi

I have a vs2003 database app that uses non-bound infragistics controls and
all the plumbing is done in code. This works fine in vs2003. After
importing to vs2005 via the built-in vs 2005 conversion wizard the
application does not show any data instead all fields display the text
'System.Data.Da taRowView'. Could someone give me a hint on what could be
the problem and how to fix it?

Many Thanks

Regards

"John" <Jo**@nospam.in fovis.co.ukwrot e in message
news:%2******** ********@TK2MSF TNGP06.phx.gbl. ..
>Hi

I have a vs2003 database app that use non-bound infragistics controls and
all the plumbing is done in code. This works fine in vs2005. After
importing to vs2005 via the built-in conversion wizard the application
doe snot show any data instead all fields display the test
'System.Data.D ataRowView'. Could someone give me a hint on what could be
the problem and how to fix it?

Many Thanks

Regards



Feb 4 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2133
by: sathyashrayan | last post by:
Following are the selected thread from the date:30-jan-2005 to 31-jan-2005. I did not use any name because of the subject is important. You can get the original thread by typing the subject "string" in google comp.lang.c archives.Hope this helps.Hope I am not bothering any one. am I? =================================Start=========================== subject: Return to Start of Line? Question: I'd like printf, the next printf, to return...
11
1706
by: Peter Oliphant | last post by:
I've been trying all morning to convert my 2003 project (managed) to 2005 (/clr since I have both managed and unmanaged code). I'm guessing I have tens of thousands of lines of code to change. Did a lot of converting '__gc' to 'ref', converting '*' to '^', converting 'new' to 'gcnew'. Of course this can't be done with a blanket replace, as my code has both managed and unmanaged segments. Thus I have to do them one-by-one. Also, things are...
0
1706
by: Rich | last post by:
(1) Is there a better place to pose the question below? (2) I am starting to convert my enterprise solution from VS 2003 (.NET v1.1.4322) to VS 2005 Professional (.NET v2.0.50727). The entire solution uses the following technologies - Windows Server 2003 Windows Mobile 2003 Windows XP Professional SP2 Windows 2000 Professional SP4 SQL Server 2000
4
2978
by: Airw0lf | last post by:
Hi all, would appreciate help with some trouble I'm having after using the Visual C++ 2005 Express Conversion Wizard on my Visual C++ .NET 2003 project. The wizard completed successfully with only warnings about using a "fully qualified name with the use of the address-of operator (e.g. &ClassName::MemberFunctionName)". I added the & operator as needed and eliminated the compile errors relating to those warnings. The problem I am...
0
1779
by: pumaken68 | last post by:
Does anyone has experience with calling web service from pocket pc 2003 project in VS 2005 environment? I just migrated a smart device(pocket pc 2003) solution from VS 2003 to VS 2005. There are 3 projects inside solution: 1. pocket PC 2003 windows form project; 2. Business rules 3. a web service which will be used to download and upload data via wireless from/to backend database. After converted and built successfully, the web service...
2
2666
by: Chris Davoli | last post by:
I have written a web site (with other class projects) in VS.net 2003 (VB.Net). What does it take to convert to Visual Studio.Net 2005? Can the 2003 project just be opened up in 2005? Will that convert it. The interface for 2005 very different from 2003. -- Chris Davoli
7
1279
by: nithyanand.kn | last post by:
Hi, I am using Visual Studio 2003 currently, but I my next project may require is on .NET 2.0 and hence i will need to install VS.NET 2005. but i dont want to lose VS 2003. Is it possible to install both 2003 and 2005 on the same machine? Will installing .NET 2.0 affect 1.1 and VS 2003?? Please Help Me in this issue..
7
2494
by: Coleen | last post by:
Does anyone have any good detailed information on the conversion process? We are in the process of converting 2 projects from 2003 to 2005 and have some conversion errors that I can not find answers to. First, we have a lot of UserControls. I am getting the error "Type uc_mc_btn_footer is not defined." where uc_mc_btn_footer is the name of the UserControl. Also, on almost all of our UserControls the conversion has remmed out all my code...
5
1407
by: JT | last post by:
Hi, I'm not sure where the problem is, but I think it's related to the .pdb file. I had a class library created in VS 2003 and decided to convert it to a VS 2005 project/solution. It seemed to go okay, and still was successful when building, but I later had to make a modification. When I tried, it wouldn't recognize the changes. I put in a breakpoint right before my modification and then when stepping through it, it jumped right...
4
2174
by: Coleen | last post by:
Hi All :-) I'm new to this site. I've been trying to convert several .Net 2003 web applications and getting tons of conversion errors. I found this site to help walk me through the conversion process: http://webproject.scottgu.com/VisualBasic/Migration2/Migration2.aspx which is great, however, when I follow the steps in this tutorial exactly, I get 102 conversion errors! Almost all the errors have to do with ambiguous file names, but...
0
8356
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8781
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
8550
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
8639
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7385
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
5663
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
4198
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...
1
2769
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.