Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Downgrading to vs2005

96 views
Skip to first unread message

John

unread,
Feb 10, 2008, 7:04:01 PM2/10/08
to
Hi

Is there a way to downgraded a vs2008 project to vs2005?

Thanks

Regards

Scott M.

unread,
Feb 10, 2008, 9:54:18 PM2/10/08
to
You could create a new 2005 project and then import the code modules into
it, but the 2008 project files themselves (.vbproj/.csproj) are not
downgradeable without serious editing.


"John" <Jo...@nospam.infovis.co.uk> wrote in message
news:uO7McGEb...@TK2MSFTNGP05.phx.gbl...

Miha Markic

unread,
Feb 11, 2008, 3:08:42 AM2/11/08
to
Out of curiosity, why would you want to downgrade your IDE?
--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

"John" <Jo...@nospam.infovis.co.uk> wrote in message
news:uO7McGEb...@TK2MSFTNGP05.phx.gbl...

John

unread,
Feb 11, 2008, 3:17:27 AM2/11/08
to
I have done a db app in vs2008 and it is not working. I am just wondering if
there is a bug in vs2008 and that the app may work in vs 2005.

Here is the hugely cut down version of the app to test the problem;
http://www.infovis.biz/TestingVS2008.zip

Regards

"Miha Markic" <miha at rthand com> wrote in message
news:u2TrjVIb...@TK2MSFTNGP02.phx.gbl...

Miha Markic

unread,
Feb 11, 2008, 4:17:29 AM2/11/08
to
Hi John,

Bind like this and you'll be fine:

db = New System.Windows.Forms.Binding("Text", ds, "Clients.ID")
txtID.DataBindings.Add(db)
db = New System.Windows.Forms.Binding("Text", ds, "Clients.Company")
txtCompany.DataBindings.Add(db)

You might also consider binding using the designer ;-)

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

"John" <Jo...@nospam.infovis.co.uk> wrote in message

news:OXrkKaIb...@TK2MSFTNGP06.phx.gbl...

John

unread,
Feb 11, 2008, 5:30:51 AM2/11/08
to
Hi Miha

Many thanks for that. Fixed my problem.

Thanks again.

Regards

"Miha Markic" <miha at rthand com> wrote in message

news:uWCDE8Ib...@TK2MSFTNGP06.phx.gbl...

Benny Skjold Tordrup

unread,
Feb 11, 2008, 3:49:10 AM2/11/08
to
John,

You shold be able to open the csproj files directly in vs2005. It is only
the solution files that have been changed in vs 2008.

Benny


"John" <Jo...@nospam.infovis.co.uk> skrev i en meddelelse
news:uO7McGEb...@TK2MSFTNGP05.phx.gbl...

0 new messages