Compiling with .NET 1.0

  • Thread starter Thread starter Matt Tapia
  • Start date Start date
M

Matt Tapia

I have some vb code that uses the following imported library of the
compactframework.

Imports OpenNETCF.Desktop.Communication

I tried compiling it with .NET 1.0 instead of .NET 1.1 and I got an error.
Before I start trying to troubleshoot it. I want to confirm whether or not I
can do compile this code using the .net compact framework and .NET 1.0
compiler.

Thanks!
 
I wrote and built the library against 1.1, so it may well use stuff not in
1.0. Not sure how all the COM wrapper stuff changed between versions, but
my guess is that it would be a sticking point.
 

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