The Artima Developer Community
Sponsored Link

.NET Buzz Forum
EDRA runs on Whidbey!!!

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Anand M

Posts: 984
Nickname: anandm
Registered: May, 2004

Anand M is a VB.NET MVP working as a Senior Architect @ Polaris Software Lab Ltd
EDRA runs on Whidbey!!! Posted: Feb 10, 2005 8:25 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Anand M.
Original Post: EDRA runs on Whidbey!!!
Feed Title: .NET From India
Feed URL: http://www.dotnetindia.com/index.rss
Feed Description: Your daily dose of .NET From India
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Anand M
Latest Posts From .NET From India

Advertisement

Got EDRA(shadowfax) to run on .NET 2.0.. Hurray...

Learning - don't rely on the VS.NET converter. In Nov CTP, if the converter is unable to convert a project (seems to have trouble with web service projects), it removes it from the solution. So when I converted the fully created 1.1 solution, I got a new 2.0 solution, which did not have a project or two.

The easiest way to get it to run:

1. Copy the source code of EDRA into a diff directory. This step is needed, so that the msi does not think that the install is corrupted and ask you to reinstall it etc..
2. Convert the EDRA source tree to 2.0. Most prob, you got errors when conversion of WebServiceDispatcher and it got removed from the solution. Go ahead and manually create this project and copy the source code over.
3. Get the framework to compile. You will get quite a few obsolete warnings. If you do have the time, do convert these to the equivalent 2.0 functions/classes. Not too difficult, just read the relevant pages from MSDN.
4. Create the web service, BA and the client project. I found it was faster just creating these projects, instead of converting the 1.1 equivalents.

Read: EDRA runs on Whidbey!!!

Topic: SortKeys suck Previous Topic   Next Topic Topic: Joel on Pricing

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use