473,791 Members | 3,216 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problems with user controls after a asp.net 1.1 -> asp.net 2.0 update

jb
Good morning,

I've an application with asp 1.1. In this version of asp.net there wasn't
masterpages, then... I was using user controls.

After running the update wizard, in vs2005, i get hundreds of error arround
user controls, like:

- "unknown server tag "uc1:cabece ra".

or

"circular file references are not allowed."

Someone knows the solution?

Thanks!

Jesús Bosch Aiguadé
www.jbmixed.blogspot.com
Jul 19 '06 #1
3 1333
jb
http://msdn.microsoft.com/asp.net/re...uesasp_net.asp

--
Jesús Bosch Aiguadé
www.jbmixed.blogspot.com
"jb" <no****@nospam. comescribió en el mensaje
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
Good morning,

I've an application with asp 1.1. In this version of asp.net there wasn't
masterpages, then... I was using user controls.

After running the update wizard, in vs2005, i get hundreds of error
arround user controls, like:

- "unknown server tag "uc1:cabece ra".

or

"circular file references are not allowed."

Someone knows the solution?

Thanks!

Jesús Bosch Aiguadé
www.jbmixed.blogspot.com


Jul 19 '06 #2
jb,

What exactly in this article fixed your problem? I'm having something
similar happen. thanks, dave

"jb" wrote:
http://msdn.microsoft.com/asp.net/re...uesasp_net.asp

--
Jesús Bosch Aiguadé
www.jbmixed.blogspot.com
"jb" <no****@nospam. comescribió en el mensaje
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
Good morning,

I've an application with asp 1.1. In this version of asp.net there wasn't
masterpages, then... I was using user controls.

After running the update wizard, in vs2005, i get hundreds of error
arround user controls, like:

- "unknown server tag "uc1:cabece ra".

or

"circular file references are not allowed."

Someone knows the solution?

Thanks!

Jesús Bosch Aiguadé
www.jbmixed.blogspot.com


Jul 20 '06 #3
Hi Dave,

Were you able to fix this problem. If Yes, Please let me know the fix.

Thanks in Advance,
Subbu

"Dave" wrote:
jb,

What exactly in this article fixed your problem? I'm having something
similar happen. thanks, dave

"jb" wrote:
http://msdn.microsoft.com/asp.net/re...uesasp_net.asp

--
Jesús Bosch Aiguadé
www.jbmixed.blogspot.com
"jb" <no****@nospam. comescribió en el mensaje
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
Good morning,
>
I've an application with asp 1.1. In this version of asp.net there wasn't
masterpages, then... I was using user controls.
>
After running the update wizard, in vs2005, i get hundreds of error
arround user controls, like:
>
- "unknown server tag "uc1:cabece ra".
>
or
>
"circular file references are not allowed."
>
Someone knows the solution?
>
Thanks!
>
Jesús Bosch Aiguadé
www.jbmixed.blogspot.com
>
>
Aug 24 '06 #4

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

Similar topics

6
1588
by: Jason Winters | last post by:
I have implemented a user control in c# .net 2002 but the problem is that the control keeps disappearing off of the form for no reason. I am not making any changing to the form or the control. It disappears off of all the forms that it is on. Any hints why this is happening?
1
1638
by: john | last post by:
I have two different problems: 1. When the user has clicked on a button that is causing the browser to post back to the server, it could take a little while for the new page to show up. So in the mean time, I want to change the cursor to an hourglass and disable all of the controls on the form using javascript so the user can't do anything with any of the controls on the page. But when I disable certain controls (e.g. text boxes, radio...
4
1942
by: Tim::.. | last post by:
Can someone please help.... I'm having major issues with a user control I'm tring to create! I an trying to execute a sub called UploadData() from a user control which I managed to do but for some reason I keep getting the error: Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
0
1936
by: Tim::.. | last post by:
Can someone please help.... I'm having major issues with a user control I'm tring to create! I an trying to execute a sub called UploadData() from a user control which I managed to do but for some reason I keep getting the error: Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
14
2407
by: multiformity | last post by:
So I have been working on an opensource project for a while, and decided to really try to make it look better after focusing on the functionality most of this time. Up to now, I have simply used a standard ASPX page with minor modifications to it. All of my pages inherit from a "BasePage.cs" class, that handles common things like getting the user's information out of the session, determines if a page should or should not be password...
3
2758
by: google | last post by:
I'm developing an application for use within my company in Access 2003. I'm new to '03, the application I did for my former employer was in '97. The two applications have similar functionality (we're sales offices, and I'm doing things such as associate directories, commission calculations, order tracking, etc.). 2003 seems to have a few extra features, but I seem to continually run in to oddities that seem like they SHOULD work, but...
2
1794
by: mdavis | last post by:
Hello, I'm using a Login Control on asp.net 2.0 website and it works fine on IE & Firefox, however I have recently added a javscript function to listen for a 'return-key-click' and am encountering problems with Firefox. If the user clicks the 'Login' button with a mouse button click, it works fine, however if the user hits enter, the form fields are cleared and the user is not logged in. Please note, this only happens if the user has...
1
2697
by: =?Utf-8?B?SmltIFdhbHNo?= | last post by:
I have an VC++ MFC Win32 application that isn't working correctly when I build it with VS2005. The problem seems to be in some ADO ActiveX controls that came with VS6 and are now out of support. So, I have decided to solve the problem by using a mixed assembly: Most of the program will be my MFC - based code (unmanaged), but I will implement one dialog box as managed code. In my original MFC app, this dialog box contains the problem ActiveX...
2
1250
by: John Kotuby | last post by:
Hi all, I have a page that displays the contents of a business document in HTML that uses multiple select queries to provide the relevent data. There is a call to the parent table and then multiple calls to related child tables. The selects that return multiple rows (details) I have placed in Repeater controls within the table that I use for formatting. I now face the task of producing multiple documents on the same page depending on a...
5
3652
by: Jonathan Boivin | last post by:
Hi, I've got some problems with loading bills using a bill usercontrol I built. If I load all current bills in my test environment (156) everything is fine once, but repeating the operation (which clear all the bills and reshow all of them) four to five times and I get a Error creating window handle. I investigated on all of this, a lot, and still I'm not able to find where this problem come from. I know that the GDI objects column in...
0
9669
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
9517
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
10428
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...
1
10156
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
9997
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
5559
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4110
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
3718
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2916
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.