ASPFriends.com 'aspngibuyspy' list Archive - May 2002
Messages
Page: 1234
Do I need a Licence to use the Portal ? (5 replies)
ASPFriends.com 'aspngibuyspy' list
Hello, Are there any licencing issues concernig the IBuySpy portal ? : For instance : are you allowed to customise write new modules and sell it to a client ? Regards, Ludovic Launer ludovic.launer@gcim.fr GCim 32 Chemin du Vieux ChĂȘne 38941 Meylan Cedex Tel : 04.76.18.70.00 Fax : 04.76.41.84.96
Mutiple portals with same DB question (2 replies)
ASPFriends.com 'aspngibuyspy' list
I found this article on ASPSmith that attempts to explain how to create multiple portals using the same database, but I can't seem to get it to work :( http://aspsmith.com/DesktopDefault.aspx?tabindex 2&tabid 32 Has anyone gotten this to work? Have any tips for a newbie like me??!?? :D I believe I have the latest release of the iBuySpy Portal, so perhaps things have changed since this article was ...
Problem deploying ibuyspy portal to production server (4 replies)
ASPFriends.com 'aspngibuyspy' list
Hi, I successfully installed the Portal to the development server. However, when I deployed it to the production server, I am getting the following error which I don't know where to begin debugging for the problem: Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being vi...
Installation Problems... (3 replies)
ASPFriends.com 'aspngibuyspy' list
Copy of setup log: 11:06:00 PM Saturday, May 04, 2002: [Checking system requirements] 11:06:00 PM Saturday, May 04, 2002: [Pass] Detected a local instance of SQL Server. 11:06:00 PM Saturday, May 04, 2002: [Pass] Determined SQL Server version (8.00.194). 11:06:00 PM Saturday, May 04, 2002: [Pass] Detected .NET Framework. 11:06:00 PM Saturday, May 04, 2002: [Pass] Detected Internet Information Serv...
"Link" Module Error Report (2 replies)
ASPFriends.com 'aspngibuyspy' list
When I added a "Links" module to the VB/VS Portal it gave me an error on line 8 of the Links.ascx.vb file. The error stated that the "linkImage" string could not be used since it was "private". I changed it to a "Public" variable, and the module began to work. From: Line 8: Private linkImage As String "" To: Line 8: Public linkImage As String "" Let me know if you run across the same problem and i...
external HTML in VB ? (2 replies)
ASPFriends.com 'aspngibuyspy' list
I'd like to display an external HTML page (for which I have the .htm file, or located on another server) inside the portal. Does the extHTML module do that ? Has it been ported to VB ? The extHTML module (C#) can be found at : http://www.asp.net/ControlGallery/default.aspx?Category 14&tabindex 2 Regards, Ludovic Launer ludovic.launer@planeur.net http://cloudbase.planeur.net
Install but no product images (3 replies)
ASPFriends.com 'aspngibuyspy' list
Did I miss something ? The pages and database are working but there are no product images. Becky
SV: Compilation error (3 replies)
ASPFriends.com 'aspngibuyspy' list
Well I would say that this could be the culprit: ImageUrl " %# linkImage % " Dunno what it binds to, but at least change it to: ImageUrl ' %# linkImage % ' Hth Regards/Hälsningar André Colbiörnsen Sonnenburg Communications Bergsgatan 3, SE 211 54 Malmö Sweden Tel.: 46 (0)40 97 78 80 Fax.: 46 (0)40 97 78 80 Mob.: 46 (0)708 97 78 79 Mail: colbiornsen@sonnenburg.se Web.: www.sonne...
SQL (3 replies)
ASPFriends.com 'aspngibuyspy' list
Hi!, I am trying to get my IBuySpy Store up and running. I uploaded all the files to the webserver, and modified the Web.config to meet the new parameters. The SQL Server is hosted in another computer, so I modified the localhost to the new IP, and also inlcuded the UID and PWD keys. I get the following error: Could not find stored procedure 'ProductCategoryList'. Stack Trace: [SqlException: Could...
Page_Init vs. OnInit (2 replies, VIP)
ASPFriends.com 'aspngibuyspy' list
The IBuySpy contains... Page.Init new System.EventHandler(Page Init); It also has... private void Page Init(object sender, EventArgs e) { InitializeComponent(); } Further down is... private void InitializeComponent() { this.Load new System.EventHandler(this.Page Load); } What is the difference from Visual Studio .NET's default of... override protected void OnInit(EventArgs e) { InitializeComponent...
Module (plug in-able user controls) (3 replies)
ASPFriends.com 'aspngibuyspy' list
Hello everyone! I'm very interested in the way IBS portal allows the addition of new user controls without registering / referring them in each page. My only problem (rather big if you ask me) is that for the life of me I can't grasp how they are doing it. Can anyone help??? Thanks!!! Josh
Convert FAQs module from VB.NET to C# (3 replies)
ASPFriends.com 'aspngibuyspy' list
Hello, I am trying to convert the IbuySpy FAQs module (from ASPSmith.com) from VB.NET to C#. Now i'm having trouble with the following Sub: Private Sub MyDataList SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyDataList.SelectedIndexChanged Dim ID As String MyDataList.SelectedItem.ItemIndex Dim CurrentPanel As Panel CurrentPanel MyDataList.Items(ID).FindC...
Specified cast is not valid (3 replies)
ASPFriends.com 'aspngibuyspy' list
Not sure why this happening. What is wrong with the code? Specified cast is not valid. 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.InvalidCastException: Specified cast is not valid. Source Error: Line 56:If Not Page.IsPo...
DataTier & VS.Net (3 replies)
ASPFriends.com 'aspngibuyspy' list
I've been reviewing the IBuySpy examples and notice they place the Data Tier within a directory called components (class libraries). My question is this: When developing a solution using Visual Studio.Net, is it preferrable to use the same format that IBuySpy did (placing the DataTier within a directory of a single project), or is it better to have a seperate Project for the DataTier that is inclu...
Credit Card Processing (2 replies)
ASPFriends.com 'aspngibuyspy' list
Hi, Has anyone developed code for interfacing to credit card processing gateways such as Verisign's Payflow Pro? Thanks, Michael Adams
Install problem (6 replies)
ASPFriends.com 'aspngibuyspy' list
W2K SP2 FULLY PATCHED I installed the Portal and the store example I get an access forbidden (403) on my local IIS. I'm local admin, PC is member of a domain. Any clues? Thanks
Multilanguage support for IBuySpy (2 replies)
ASPFriends.com 'aspngibuyspy' list
Hello all, I was wondering if there are any modules or documentation on how to make the portal or the store a multilingual app. Specifically Spanish. Any help or any efforts regarding this subject? Thanks a lot! Alex
Error message about Tabs failing to load in Portal (2 replies)
ASPFriends.com 'aspngibuyspy' list
After (hopefully) installing the VS VB Portal of I Buy Spy, when trying to use VS to open many files, I get the error, "The file failed to load in the web form designer. Please correct the following error, the load it again: The designer cold not be shown for the file because none of the classes within it can be designed. The designer inspected the following classes in the file: Tabs The base clas...
Database login error: hostname\ASPNET (6 replies)
ASPFriends.com 'aspngibuyspy' list
I moved IBuySpy Store to anoter computer and now I am getting the following error: Cannot open database requested in login Store. Login fails. Login fails for user 'hostname\ASPNET'. The hostname is my host name. This evidently has to do with ASP.NET using the login account hostname\ASPNET and MSDE won't let it login. I have not changed the connection string that came with IBuySpy. Does anyone kno...
Multilevel Access (5 replies)
ASPFriends.com 'aspngibuyspy' list
too am looking for the solution to multilevel access. I have seen a number of posts but have not been able to see and example of a two or three deep tab page. Any one that finds this please let me know.
Copying iBuySpy solution (5 replies, VIP)
ASPFriends.com 'aspngibuyspy' list
Hi, I've installed the IBuySpy portal on my pc and it works fine. If I wanted to take the working iBuySpy .net Solution and copy it, and essentially paste it elsewhere to derive a new Solution that I can edit, leaving the original alone, how would it be accomplished? I'm using VB.Net. Thanks Paul Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
Security holes in IbuySpy? (3 replies)
ASPFriends.com 'aspngibuyspy' list
I just stumpled across the following article about .NET security: http://www.vnunet.com/News/1131476 A remark about IBuySpy says: "Microsoft's IBuySpy store web application has a Unicode vulnerability and leaves two project files configured so as to be accessible by anyone on the web (...)" I'm not entirely sure what is meant here, at least I haven't been able to access any project files from the ...
SV: Re: Categories Store (3 replies)
ASPFriends.com 'aspngibuyspy' list
Surf to here: http://213.67.33.251/sweb1 Click 'Swebshop Admin' and log in as guest/guest. This might give you some ideas. If you like it, I could share the code. Regards/H E4lsningar Andr E9 Colbi F6rnsen 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D Sonnenburg Communications Bergsgatan 3, SE 211 54 Malm F6 Sweden Tel.: 46 (0)40 97 78 80 Fax.: 46 ...
Document Upload (2 replies)
ASPFriends.com 'aspngibuyspy' list
I have installed the portal and there seems to be Problems with the document upload. When I upload a document to the database and open the database there is a new row with the correct informations. In the portal you also see the new uploaded document, but when I click on the link to open the document the following error occurs: [IndexOutOfRangeException: FileName] System.Data.Common.FieldNameLooku...
Error when using Links (3 replies)
ASPFriends.com 'aspngibuyspy' list
Any ideas? BC30390: 'ASPNetPortal.Links.linkImage' is not accessible in this context because it is 'Private'. David
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com