developers program  

Welcome, Guest Help
Login Login | Register
 

eBay Developer Forums > Technical Questions: .NET SDK
RSS | NNTP Reader | FAQ | Usage Policies | Advanced Search | Print

in current forum  
in all Developer Forums

Replies: 76 - Pages: 6   [ 1 2 3 4 5 6 | Next ]   Last Post: Jul 28, 2008 9:12 AM by: safekom »



Posts: 66
Member Since: 7/18/05



eBay Starter Kit for VB.NET
Posted: Sep 30, 2005 11:52 AM
  Click to reply to this thread Reply

The new eBay Starter Kit for VB.NET/ASP.NET is now available. The Starter Kit is a sample selling application that demonstrates some of the most commonly used API calls in the context of a complete application. The intent is that developers like you can take the application as a starting point and add additional functionality to create a complete, custom solution.

The Starter Kit requires the eBay SDK for Windows, and it requires VB.NET 2005, which is available now.

For more information and a download link, see the Starter Kits page. If you have questions about the kit or issues installing or using it, please post on this thread.

Alan Lewis
Technical Evangelist






Posts: 12
Member Since: 4/21/04



Re: eBay Starter Kit for VB.NET Beta
Posted: Oct 10, 2005 5:13 PM
  Click to reply to this thread Reply

I actually built my application using 2.6 and the Integration Library Dll which as far as I am concerned was very depressing. I have gone through the 3.1 SDK download and there are very few examples in VB.NET and the chm file to me was all but worthless. By the way, on your Windows SDK page under “Why use the SDK is says that the eBay SDK comes with an assortment of sample applications that illustrate the SDK in use. These include:

• IntegrationLibraryDemo: Demonstrates how to use the Integration Library through the whole item cycle. (Visual Basic .NET sample.)

I could not find the “Integration Library Demo Sample” although it does look like there are a number of examples under the C# directory in the SDK. Why these examples are only in C# god only knows but one is a “Sample Selling Application.”

My question is: Is the Starter Kit for VB.NET/ASP.NET as advanced or as detailed as the C# sample application in the SDK? Also, when you refer to VB.NET/ASP.NET are you saying that this Starter Kit Application is web based? Also, does this application utilize so sort of Integration Library and a local database that syncs with eBay?




Posts: 1
Member Since: 12/2/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 5, 2005 1:02 PM
  Click to reply to this thread Reply

It's great to see an ASP.NET 2.0 sample that runs on VS.NET 2005. Installation was easy and it's easy to follow. Will there be a C# version?

AJ.




Posts: 66
Member Since: 7/18/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 8, 2005 8:37 AM
  Click to reply to this thread Reply

ajpa123,

I'm glad to hear that you like the sample. Based on the feedback that we get from developers like you, we may do a C# version in the future. We are also considering open sourcing the sample.

-Alan




Posts: 5
Member Since: 12/8/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 8, 2005 5:12 PM
  Click to reply to this thread Reply

I have been working with the Ebaytrader example and trying to understand how it works. I am not able to get images to upload. I set the LocalImageDirectory to

c:\wwwroot\ebaytrader\ItemImages

and selected images from another directory for my auction. I can see that the images I choose were copied to ItemImages. However, I get this error:

Unexpected Error

The 'input' start tag on line 4 does not match the end tag of 'form'. Line 4, position 325.

This only happens when I add images. Can you point me in the right direction? I can successfully add an item as long as I do not upload images.

Thanks!




Posts: 2
Member Since: 12/11/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 11, 2005 5:43 PM
  Click to reply to this thread Reply

I have just signed up as a Developer, and I installed the SDK. Now after I downloaded the Start Kit, it can not be extracted by WinZip Pro (version 10). Its errors are shown below:

Extracting to "C:\Documents and Settings\Bruce\My Documents\Visual Studio\Projects\eBaySellingStarterKit\"
Use Path: yes Overlay Files: yes
Warning: skipping "ItemImages\". The 32-bit CRC stored in the local header for this file is not the same as the 32-bit CRC stored in the central header
Warning: skipping "images\". The 32-bit CRC stored in the local header for this file is not the same as the 32-bit CRC stored in the central header
Warning: skipping "Docs\". The 32-bit CRC stored in the local header for this file is not the same as the 32-bit CRC stored in the central header
Warning: skipping "DB Scripts\". The 32-bit CRC stored in the local header for this file is not the same as the 32-bit CRC stored in the central header

I have repeated the download, with the same results. Any help?




Posts: 2
Member Since: 12/11/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 12, 2005 9:06 AM
  Click to reply to this thread Reply

Oh...

Now I see. It's really a ASP.NET application and not a VB.NET app. It has to be opened using Visual Web Developer, not with Visual Basic 2005.

It is not what I expected, or wanted.




Posts: 66
Member Since: 7/18/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 13, 2005 8:50 AM
  Click to reply to this thread Reply

Hi thisuseridtaken,

Did you modify the EPS server line in the Web.Config file? The URL is case sensitive, and if it is not exactly this, the upload will fail with the error you noted:

http://msa-e1.sandbox.ebay.com/ws/eBayISAPI.dll?EpsBasicApp&com.ebay.presentation.ForceXmlDownload=true

I was able to upload an auction with an image to the Sandbox using the app:

http://cgi.sandbox.ebay.com/ws/eBayISAPI.dll?ViewItem&item=4504161668

If any other users are seeing this problem, please post here.

-Alan




Posts: 66
Member Since: 7/18/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 13, 2005 8:53 AM
  Click to reply to this thread Reply

> Oh...

> Now I see. It's really a ASP.NET application and not a VB.NET app.
> It has to be opened using Visual Web > Developer, not with Visual Basic 2005.

> It is not what I expected, or wanted.

Hi bruce305,

Yes, the Starter Kit is an ASP.NET application written in VB.NET. We do have some VB.NET samples available:

https://codesamples.codebase.ebay.com/files/documents/14/78/vb.net_eBay_codesamples.zip

I hope that these suit you better.

-Alan




Posts: 5
Member Since: 12/8/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 15, 2005 10:54 AM
  Click to reply to this thread Reply

Alan:

Thanks for the reply. I cut and pasted the line as you had it typed into my web.config file, but I got the same message. Still won't post with imags.




Posts: 5
Member Since: 12/8/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 18, 2005 8:21 AM
  Click to reply to this thread Reply

Alan:

I tried doing some debugging, and here is what happens when I include an image when I post an auction from an item already in my inventory:

The eBayTraderBO/item.vb script successfully executes line 228 which is

eBayCall.PictureFileList = pictureFileList

However, line 230 causes the error:

Fees = eBayCall.AddItem(item)

It never returns from this call. Instead I get the error:

The 'input' start tag on line 4 does not match the end tag of 'form'. Line 4, position 325.

Can you tell me what to try next? I checked the photo link and it matches yours exactly. Again, I do not have any problems as long as I do not include pictures.

Thanks!




Posts: 66
Member Since: 7/18/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 27, 2005 12:11 PM
  Click to reply to this thread Reply

Hi thisuseridtaken,

Our developer technical support team is investigating this issue. This was a problem with the 3.0 SDK for Windows, and it appears that it may have re-surfaced. Are you using the Starter Kit with the 3.1 SDK DLLs that are shipped with it (unless you modified the project to point to another installation of the eBay SDK for Windows, the answer will be "yes").

Alan




Posts: 10
Member Since: 9/20/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 29, 2005 9:48 AM
  Click to reply to this thread Reply

Hi,

This sample is exactly what i've been looking for! I've installed it however I get the following error

Cannot open database "eBayTrader" requested by the login. The login failed.
Login failed for user 'LAPTOP\ASPNET'.

I presume its a permissions problem on the sql db, how do I fix it. I thought it wouls use integrated, i.e. windows security not the aspnet account.

Please advise as i'm dying to get this working!

Ben




Posts: 66
Member Since: 7/18/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 29, 2005 2:55 PM
  Click to reply to this thread Reply

Hi sdvspartexchanges,

Did you run the buildebayTraderDB.bat file to build the database after you installed the Starter Kit? It does use integrated Windows security, so you should not be getting this error if the database has been built.

-Alan




Posts: 10
Member Since: 9/20/05



Re: eBay Starter Kit for VB.NET Beta
Posted: Dec 30, 2005 1:14 AM
  Click to reply to this thread Reply

Hi Alan,

Yes, the batch file seemed to run with no problems, the DB was built, all the stored procedures are there etc.

Ben



thread.rss_message