Answer Questions
Jay T103328 Why is everything in Avalon so blurry?
As my title says its all, everything in avalon seems so blurry, XamlPad is blurry as! :S What do you consider blurry in that image It looks fine to me. The only thing in that screenshot I would consider blurry is the Cleartype, but I personally find that much more readable than standard font rendering. You can find a XamlPad screenshot I made a few days ago here: http://www.i-constructions.com//images/xamlpad/postiononcanvas.jpg Do ...Show All
Hafiz78664 Problems with remote Debbugging T-SQL
Hi there! We are developing T-SQL Procs on SQL Server 2005 and want to debug the procs on the client. When i "step into stored procedure" i get the error message: Unable to start T-SQL debugging. Could not attach to SQL Server Process on <MyServer>. Some remarks: Remote Debugging on the server is running, i've tried as service, as application, native without authentifaication and so on. Does'nt effect anything. I've tri ...Show All
Tom Ginn Pixel width "Thickness" for shapes
Is it possible to draw shapes with a single pixel width I am working on an engineering program in WPF and need to scale drawings. The current thickness of 1 is more than one pixel (presumably anti-aliased) and is very "fuzzy" - that's an engineering term! The same drawing drawn with GDI looks much crisper - another engineering term. Ideally there would be a special thickness, say 0, which would always draw at one pixel width no m ...Show All
ibeanz joins in linq
Consider this query which implements a join. var q = from c in Customers, o in Orders where c.CustomerId == o.CustomerId group o by new { o.CustomerId, c.CompanyName } into g select new { g.Key.CustomerId, g.Key.CompanyName, NumOrders = g.Group.Count() } As far as I can tell, this implements a nested-loops join, which has O(N^2) performance. Is there a recommended way to do a more efficient join in LINQ ...Show All
webxtasy Can't Create New Project with existing excel workbook
Hi All, When I create Project with new excel files, I can make it without problem, however, when with existing excel file, VSTO hanged after clicking 'confirm' button to add existing excel file. This excel file is simple one for test without VBA or macro code. I searched threads here, but can't find same situation with me. I'm using excel2003 and VSTO 2005. Any advice would be appreciated. RGDS HK.Lee ...Show All
SathikKhan TreeView + HierarchicalDataTemplate
I'd like to bind an Object form the following class to a TreeView class MyObject { private string name; private List<MyObject> childs; public string Name { get { return this.name; } } public List<MyObject> Childs { get { return this.childs; } } } My Treeview looks like: <UserControl> <UserControl.Resources> <HierarchicalDataTemplate DataType="{x:Type local:MyO ...Show All
Aspen Computer Services Scroll a ListView to bottom?
I have a ListView that has to scroll to bottom on every item insert. Is this possible ListView displays scrollbars automatically when not all items can be displayed. Did it work now listView.ScrollInView( listView.Items.Count - 1 ) should work. Thank you Drew for your quick answer. I also tried this before I asked you but somehow it didn't work for me ... If you are still having ...Show All
AnilKumar1980 Error:Load Report Failed
Hello ! i just finished .msi setup package for my project and installed in to client machine. every thing is working fine except crystal reports. im getting the Error: "Load Report Failed". i already added prerequisites of crystal reports for .Net frame work 2.0,frame work 2.0,MDAC 2.8. there is no prblem when installing but im getting this error. do i have to add visual C++ runtime libraries(x86) . is this something to do with registry k ...Show All
MKB Why isn't there a "no filter" option in dexplore?
Dexplore Express beta 2. For Visual C#/C++/WebDev (and probably SQL/J#/VB) Express. I can't seem to find the "no filter" option for Document Explorer. This means I must browse the indexes and contents using a filter. In VS 2003, you had the option of not having a filter so you could see all the topics in the help collection. However, for VS2005, there is no way to see all the topics. To workaround this, I have to use FAR to add my own filte ...Show All
seons Logging in the Hand's on Sample
Hi together, I am trying to run the first "Hands on Labs" example. And when it comes to the logging part I think there is an error: I have the following lines in my web.config file (in the service part): < xml version="1.0" encoding="utf-8" > <configuration> <system.diagnostics> <sources> <source name="System.ServiceModel.MessageLogging" switchValue="Verbose, Act ...Show All
VonSch Source Control on database objects...
Hello, I want to ask what are the possible scenarios on VSS 2005 + VS2005 Team Suite to source control dababase objects (SQL 2000) Is it still limited to stores procedures as VSS 6.0d + VS2003 do SQL 2005 instead Thanks. Hello, VS 2005 does not have support for stored procedure version control through the server explorer. The recommended way is to use database projects to generate scripts for your SQL S ...Show All
Jan-Oluf Myrvoll More custom code questions
I've been through Brian Likes's custom code blog entries and I can get code to work but only the easiest of examples. I'm using a local report rather than SQL reporting services so I think that a custom assembly might be easier in my case, and hopefully the deployment code (likely ClickOnce) will understand that there is a referenced assembly. But using a custom assembly or even just local code, I can get Hello World to work but I can't figu ...Show All
Jason Camp Cypress questions
I read the Cypress announcement and I have some questions. It is unclear to me what functionality will be usable in VS2005 and what will require an upgrade to VS2007. Specifically, I am interested in Word application-level add-in support (like IDTExtensibility2, as opposed to the document-centric approach of the current VSTO) and custom taskbars. I also am interested to know whether any of these features above (and any others) ...Show All
Regsly VS.net2005 & VS.net2003 unknown error
Im having this huge problem, I had VS.net2003 installed befour and it worked fine, but then I re installed my windows and then it gave me a "unknown error" att installation but it continued to install anyway, at the end of the installation it said that 0 errors occured. but then when I tried to start it it gave me first a Document explorer "unknown error" then a visual studio enviroment "unknown error" no ID or anything. so I re installed my sys ...Show All
Tom Laird-McConnell The report you requested requires further information
RAS XI R2 - VS 2005 - Unembedded report I'm getting this error just using simple report binding with the ReportClientDocument object. Same code works fine in VS2003 RAS XI. My code is very similar to example given by Crystal below. If I check TestConnectivity, it returns false. All connection information is contained within the report. I can open up the report in Crystal PRO on the same machine and Preview without problem. Any help would b ...Show All
