Requirements to use LINQ application?

  • Thread starter Thread starter shumaker
  • Start date Start date
S

shumaker

What are the requirements for a user to be able to install and run an
application that uses the collection initializers and xml querying
functionality from the LINQ preview?

I published the sample app on my network share and tried installing it
and got systemn.io.directnotfound error, but a console application I
published that only used the collection initializers installed and ran
fine.
 
You should have the 2.0 framework along with the LINQ bits and be fine. I
have not tried the example you mention, so I will have to defer on that one
example. If you are publishing to a server without LINQ bits installed, it
will fail.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top