Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8039229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:30:22+00:00 2026-06-05T03:30:22+00:00

I trying to do what seems to be a simple thing but I’m having

  • 0

I trying to do what seems to be a simple thing but I’m having problems. The answers I find aren’t working. I’m still getting casting exceptions:

Dim query = (From l In dePhl.cv_phil Where l.batch = strMmddyyyy
Select l.zipfile.Distinct)
Dim objFileList As List(Of String) = query.ToList() 'Error

Error:

Value of type ‘System.Collections.Generic.List(Of System.Collections.Generic.IEnumerable(Of Char))’ cannot be converted to ‘System.Collections.Generic.List(Of String)’

It seems to work for other people! What am I doing wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T03:30:23+00:00Added an answer on June 5, 2026 at 3:30 am

    It looks like you want a distinct list of String values. If that’s the case then your use of use of Distinct is incorrect because your picking distinct Char values from every String. Try the following

    Dim query = (From l In dePhl.cv_phil Where l.batch = strMmddyyyy
    Select l.zipfile)
    Dim objFileList As List(Of String) = query.Distinct().ToList()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This seems like a simple trig question, but for whatever reason, things aren't working
What I'm trying to do seems very simple, but for some reason it feels
I'm trying to use JOIN but it seems I am only getting half of
Seems like it would be a simple thing really (and it may be), but
I'm trying to do something very simple, yet I can't seem to find the
It seems that I'm getting a conflict when trying to make a relationship because
I'm trying to make a simple xml-editor for some basic but specific needs, the
I am trying to achieve a very simple thing in MATLAB. I have a
This seems like a really simple question; but I can't see how it's actually
I'm trying to use BDB in a simple program, but I'm running into a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.