Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors: Could not be found (are you missing a using directive or an assembly reference) #2

Open
Jamster3000 opened this issue May 13, 2024 · 0 comments

Comments

@Jamster3000
Copy link

Jamster3000 commented May 13, 2024

I know this repository is old but it's helping me a little in the right direction. I'm working on something to use eBay with a program and I myself have come accross several error that I am not yet abel to fix (which would be better mentioned else where in the hopes that someone will assist).

Errors

Severity	Code	Description	Project	File	Line	Suppression State	Details
Error	CS0246	The type or namespace name 'DetailLevelCodeTypeCollection' could not be found (are you missing a using directive or an assembly reference?)	EbayConsole	[filepath]	22	Active	
Error	CS0246	The type or namespace name 'eBayAPIInterfaceService' could not be found (are you missing a using directive or an assembly reference?)	EbayConsole	[filepath]	15	Active	
Error	CS0246	The type or namespace name 'FeatureIDCodeTypeCollection' could not be found (are you missing a using directive or an assembly reference?)	EbayConsole	[filepath]	81	Active	
Error	CS0246	The type or namespace name 'StringCollection' could not be found (are you missing a using directive or an assembly reference?)	EbayConsole	[filepath]	55	Active	

Really would appreciate help on the matters if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant