Abdu Bukres
- Total activity 491
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 189
-
Created R#6 doesn't catch errors from async framework CTP
I have the new Async Framework CTP installed and I have an app which used a method with a parameter like this: "private static void ProcessRespose(IAsyncResult async).". This gave errors in VS 2010... -
Created Adding a new parameter to method declaration is not showing up as a suggestion when a new parameter is added to method invocation
Using Build 6.0.2159.98.I added a new parameter at the end of a method call. I got the suggestion to add the new parameter to the method declaration. It worked fine.Then I added another new one an... -
Created Want to preserve comment on same line as statement when formatting code
If I have a line liks this: some statement.................; //some commentand I do 'reformat code', the line becomes:some statement..................; //the commentit puts the comment... -
Created Go to type of symbol in actual class instead of proxy class
I am using web services and WCF and therefore using proxy classes. Is there a way when I hit ctrl-Shift-T I get an option to go to the type decleration in the web service or WCF type instead to the... -
Created Bookmark don't work right after a while
I am using the build 2136 but this issue seems to be present for many builds.After working in an aspx page for a while. the bookmarks seem to 'forget' their correct locations or get messed up. If I... -
Created Copy-Cut in markup editor bug is back
I can't copy and cut anything in the markup editor in VS 2008 without an exception and the the cut being blocked from executing. This was fixed some builds ago and today in build 2118 it's back! So... -
Created "Unable to connect to the remote server" error
When I launch a project in VS 2008 I get error "Unable to connect to the remote server" from R#'s exception browser window. Why is R# trying to connect to a remote server? I always have to mute thi... -
Created New code cleanup profile options not persistent
Using build 2102. I have created a new profile for code cleanup. I keep needing to set the 'reformat code' option between VS launches. Aren't these options persistent until changed? -
Created Disabling CSS style tooltips
The css style tooltip keeps popping up when I am entering styles. I can't find a setting to turn it off. Is there one? -
Created Cleanup Code not available in js files
I noticed that Cleanup Code is available for javascript in aspx files but not in js files. Is this by design?