473,466 Members | 1,326 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Conversion issue (vs.net 2005)

Hi,

I have run into a VS.NET 2005 conversion issue.
As a starter (before I go for production code) I tried to convert the well
known Portal starter kit that can be downloaded from http://asp.net

Everything seems ok...until I try to execute the mobile version of the web
application.
I´ll get: " The type 'ASPNET.StarterKit.Portal.MobileControls.TabbedPan el'
cannot be resolved."

In the web.config file there is a reference to some "MobileControls" used
for rendering the output to various devices...

<mobileControls>
<device name="PortalHtmlDeviceAdapters"
inheritsFrom="HtmlDeviceAdapters">
<control name="ASPNET.StarterKit.Portal.MobileControls.Tabb edPanel"
adapter="ASPNET.StarterKit.Portal.MobileControls.H tmlTabbedPanelAdapter"/>
.....
</mobileControls>

I can access the TabbedPanel class in code using the exact same path.. i.e.
the code below works ok!
ASPNET.StarterKit.Portal.MobileControls.TabbedPane l myPanel = new
ASPNET.StarterKit.Portal.MobileControls.TabbedPane l();

What is happening in the web.config file? I assume the problem as something
to do with the move to the App_Code folder...

Regards
/Oscar
Nov 17 '05 #1
0 1134

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

Similar topics

0
by: Jonathan | last post by:
I have a unicode database and I basically wish to publish out certain data (via views) from it to a non unicode database. Unfortunately we can not change the type of either of the databases due to...
14
by: Neil Guyette | last post by:
Hello, I'm having problems figuring out why a conversion between a System.Single type roundd when calling the object's ToString method. I'm pulling data out of an OdbcDataReader which...
1
by: Christophe Poucet | last post by:
Hellom I have an issue with implicit conversions. Apparently when one calls an operator on a class Y which has a conversion operator to class X which has the operator . Sadly it will not do...
1
by: Peter Oliphant | last post by:
I got my 2003 code to compile in (old syntax) 2005. It runs, except I now HAVE to set my Form to DoubleBuffered or else my drawn primitive graphics flicker like crazy (which I had handled in 2003...
5
by: John | last post by:
Hi I am getting conversion errors in the below code on the lines highlighted in red. Would appreciate any tips on how to fix these errors. Thanks Regards
3
by: Ashish | last post by:
its on .net 2.0 I am calling a stored procedure which returns value SCOPE_INDENTITY() , when i try to convert the result from object to int, it throws a type conversion error... after some...
1
by: dbaGrant | last post by:
I have upgraded an asp.net 1.1 application to asp.net 2.0 using the upgrade wizard in VS2005. The web.config file which worked correctly in 1.1 now has an error that will not allow the application...
1
by: tovishalkshah | last post by:
As per the migration wizard, all the classes in vs.2003 which are public are converted to partial in vs.2005 so that the developer does not see the code genereted. but i am getting error. ...
6
by: teser3 | last post by:
I am trying to import an Excel 2003 sheet into my Access 2003 database. I get error message saying sheet could not be imported and it referred me to an Import error table which showed type...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
1
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...
0
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...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
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...
0
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 ...

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.