MSDiscoCodeGenerator failed

i converted a vs2003 .Net 1.1 Smart Device application onto vs2005 .Net 2.0

im now getting a problem where it will not see the webservices. if i try to (right click) update the webservice i get the following error

The Custom tool 'MSDiscoCodeGenerator' failed. Exception of type 'Microsoft.CompactFramework.Design.Data.InternalException'

the webservices are in .net 1.1 but i wouldnt have thought this would matter?

i have an identical standard windows application which i converted and this works fine

anybody else had this problem with the compact framework?

Cheers,
Craig

[619 byte] By [CraigG] at [2007-12-16]
# 1
Hi Craig,
I just did the same thing with my project and I get the same failure as you. My solution includes a web service and a c# mobile application. When I opened it with VS 2005 B2, it wanted to convert it to the new format, and the wizard indicated successful conversion of the solution, and both project files. However, on my first build attempt, I got the same error as you. I removed the web service and readded it. That still produces the same error. I also tried to "Update Web Service" under my mobile project. That always produces this failure. If someone at MS would like more information, I can provide any assistance needed.

Thanks
Nick

NickE at 2007-9-9 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...
# 2

Hello All,
This is a known bug in Beta2 and it has been fixed for the final release.
If you are an MSDN subsriber you can find the fixed version in the June Community Tech Preview located here http://msdn.microsoft.com/subscriptions/

MarkIhimoyan at 2007-9-9 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...
# 3
cool thanks!!
CraigG at 2007-9-9 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...