InstantASP Community Forums
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Bugs? Expand / Collapse
Author
Message
Posted 04/04/2008 05:52:09


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: 2 days ago @ 23:30:45
Posts: 46, Visits: 489
Hey sorry to keep bringing Items up, but I thought if I find them I should.

(First just to make sure was there any DB changes between RC1 and RC2, as i'm using RC1 DB with the RC2 Code).

1)

I created a custom field of type: "Select Multiple"

I added the values, a,b,c,d,e just for testing.  But when I when back to change them they wouldn't save.

If I put in an extra value that gets added to the list, but a-e stay.

Post #13822
Posted 04/04/2008 05:55:03


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: 2 days ago @ 23:30:45
Posts: 46, Visits: 489
2)

The Export to PDF button doesn't appear to work with articles that where upgraded from 1.3

All the new articles I've created seem to work ok.  Just not the old ones.

 

Edit: just some extra info.

I manually copy and pasted an old article from 1.3 into a new article in 2.0 and the PDF exporting works.  So I'm assuming there must be some DB value missing with old articles that is required for the export to work.

Post #13823
Posted 04/04/2008 06:02:17


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: 2 days ago @ 23:30:45
Posts: 46, Visits: 489
3)

The print button doesn't seem to work either.  I get the bellow:

Server Error in '/KB20' Application.

Could not find file 'D:\Intranet\NET 2.0\InstantKB20\Globalization\Resources.xml'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not find file 'D:\Intranet\NET 2.0\InstantKB20\Globalization\Resources.xml'.

Post #13824
Posted 04/04/2008 10:04:00
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: 28/08/2008 16:11:00
Posts: 44, Visits: 241
TheProphet (04/04/2008)
3)

The print button doesn't seem to work either.  I get the bellow:

Server Error in '/KB20' Application.

Could not find file 'D:\Intranet\NET 2.0\InstantKB20\Globalization\Resources.xml'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not find file 'D:\Intranet\NET 2.0\InstantKB20\Globalization\Resources.xml'.

/KB20 ....... \InstantKB20  

Me thinks something is hard coded to Instantkb20, I bet if you ran it in instantkb20 it would work.

Post #13825
Posted 07/04/2008 00:01:37


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: 2 days ago @ 23:30:45
Posts: 46, Visits: 489
RobH (04/04/2008)
TheProphet (04/04/2008)
3)

The print button doesn't seem to work either.  I get the bellow:

Server Error in '/KB20' Application.

Could not find file 'D:\Intranet\NET 2.0\InstantKB20\Globalization\Resources.xml'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not find file 'D:\Intranet\NET 2.0\InstantKB20\Globalization\Resources.xml'.

/KB20 ....... \InstantKB20  

Me thinks something is hard coded to Instantkb20, I bet if you ran it in instantkb20 it would work.

 

Oh sorry I should have pointed out.  KB20 is only the virtual directory.  D:\Intranet\NET 2.0\InstantKB20\Globalization DOES exist.

The problem is that the resources.xml isn't in the globalization folder it is in the folder:

d:\Intranet\NET 2.0\InstantKB20\Globalization\en-US\

 

Post #13828
Posted 07/04/2008 11:25:52
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Administrators
Last Login: 06/10/2008 12:44:24
Posts: 255, Visits: 575
TheProphet (04/04/2008)
Hey sorry to keep bringing Items up, but I thought if I find them I should.

Hi Prophet, please dont be sorry, we're incredibly greatfull for all the effort you're putting in to give us qualitative feedback on the new KB, and your assistance is proving invaluable in getting to the final release.


Kindest Regards,

James Trott
Developer

Post #13829
Posted 08/04/2008 09:54:24


IF.NET 4.2 Coming Soon

IF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming Soon

Group: Administrators
Last Login: 2 days ago @ 20:25:08
Posts: 1,953, Visits: 3,011
Hi Prophet / Rob,

Hope your both well. Thank you again for all your feedback.

With regard to the drop down list values not saving for multiple select boxes  i've double checked just to ensure however it appears everything is working as it should here.

This and the other error message leads me to believe not all your files (or database) are completely upto date. The second error message your receiving indicates the Culture property of a server control has not been set through the code-behind. This could be for example a new <InstantASP:Label id="lblLabel1" runat="Server"/> which has not had it's culture property set within the code behind usins..

lblLabel1.Culture = MyBase.CurrentContext.CurrentCulture

This results in the path being incorrect as the application is not sure which language folder to look in for the Resources.xml file. Again this could be caused by a new control being added to a .ascx skin file during the update and the application referencing old assemblies.

I would suggest downloading RC2 again Prophet and installing fresh if possible. If you do have an existing RC1 database and need to migrate data i've attached a script to this post that will update the changed stored procedures between RC1 and RC2.

I'll update our demo today to use RC2 so you can test this functionality online and ensure everything is working as expected. Please don't hesitate to post any further comments Prophet. Don't feel [bad for posting. I want to ensure we catch as many issues as we can before the final 2.0 release and your feedback continues help enormously. I sincerely appreciate both yours and robs time.


Kindest Regards,

Ryan Healey
Director / Developer

Explore our products...
http://demos.instantasp.co.uk/

  Post Attachments 
2.0RC1_to_2.0RC2.sql (56 views, 3.39 KB)
Post #13831
« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ryan Healey, James Trott

Permissions Expand / Collapse

All times are GMT, Time now is 11:20pm

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.141. 11 queries. Compression Disabled.
Home | Products | Purchase | Support | Company | Contact Us
Privacy Statement | © 1999-2007 InstantASP Limited. All Rights Reserved.