|
Hi all, I'm trying to add a new data source using VS 2008 wizards (Server Explorer->Data Connections->Add Connection) to create my Datasets but I'm getting this error on a message box: "System.Windows.Forms.Design.IUIService serivce could not be found" No more details ! ! ! I have uninstalled and installed VS and all of its components but it didn't help. Please help me. I'm so tired of this message :-( I'm running VS 2008 Pro on Windows XP SP3 and Working on a Console App using C# Thank you all, - Moved byFigo FeiMSFTFriday, July 10, 2009 10:15 AMUnable to move thread
- Moved byYiChun ChenMSFTMonday, July 13, 2009 6:27 AMWinform issue (From:Visual Studio Setup and Installation)
-
|
| Alex Nikoo Wednesday, July 08, 2009 8:02 PM |
Resolved. Just do this in VS Command Console:
devenv.exe /setup /selfreg - Marked As Answer byAlex Nikoo Tuesday, July 21, 2009 6:49 PM
-
|
| Cosophy Tuesday, July 21, 2009 5:53 AM |
Hi Alex Nikoo, I am moving this thread from Base "Visual Studio Setup and Installation" forum to the "Windows Forms Designer" forum, since the issue is related to designer. There are more experts in the "Windows Forms Designer" forum. Thanks
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us. |
| YiChun Chen Monday, July 13, 2009 6:27 AM |
I got the same problem, any help??? |
| Cosophy Sunday, July 19, 2009 2:30 AM |
Resolved. Just do this in VS Command Console:
devenv.exe /setup /selfreg - Marked As Answer byAlex Nikoo Tuesday, July 21, 2009 6:49 PM
-
|
| Cosophy Tuesday, July 21, 2009 5:53 AM |
Thanks, that is the answer indeed ! |
| Alex Nikoo Tuesday, July 21, 2009 6:53 PM |
What does this command do? |
| cheatcountry Thursday, July 23, 2009 9:36 PM |
It Forces Visual Studio to merge the resource metadata that describes menus, toolbars, and command groups from all VSPackages available. http://msdn.microsoft.com/en-us/library/ex6a2fad%28VS.80%29.aspx |
| Alex Nikoo Thursday, July 23, 2009 11:15 PM |
Hi Alex Nikoo, I am moving this thread from Base "Visual Studio Setup and Installation" forum to the "Windows Forms Designer" forum, since the issue is related to designer. There are more experts in the "Windows Forms Designer" forum. Thanks
Please remember to mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
Sorry Dude, but it happens after some update to VS2k8. It is not a Windows Forms Designer issue, but it interacts with other stuff like browsing the sql server server within VS. I hope Cosophy 's solution will work to everyone, but still it is a bug in Visual Studio update. |
| pba_pl Thursday, September 03, 2009 8:37 AM |