Answer Questions
Sinbad7Seas Why no generics used in the WPF API?
Ive just spent the last few days familiarising myself with the WPF API. Its seems that almost no generics are used in this API at all. It would be a shame to release yet another non-generic API now that Whidbey has shipped. The other place that generics are used is the ObservableCollection<T>. Andy Rob, It would be great to see XAML support x:TypeArguments on any element. I could use this ...Show All
LostID Report Designer
There are end users, who will design reports. They will not install Reporting Services and SQL Server 2005 etc. They will have only a customized Report Designer to design the reports and publish onto Report Server. Is it possible. If yes, can you guide me the steps to create a customized Report Designer. Thanks in advance Regarding Report Builder: 1) Conditional formatting is not supported in this release, but ...Show All
jlfappx the next LINQ Preview or last release will provide visual data model designer?
hi all, the LINQ and C#3.0 is so cool,but now ,i must create datamodel with other data model desinger like visio,powerdesigner and so on. i hope so much i can do all this in visual studio ,create datamodel by visual designer like class designer , storge initialize data for database and publish database client setup program .... and so on. if these all realized ,it will be cool more..and more. there is another image, DLINQ will support a ...Show All
AeX Shared Add-In VS2005
Hi! I have problems to get Shared Add-in done with VS2005 ("final" version) with Word 2003. I manage to make same test with old VS2003 shared add-in project type and it's working fine with Word 2000. Is there some issues why .Net 2.0 Shared Add-in won't work with Office 2003 Also what I actually trying to solve is that I need add-in or way to add new command bar to Word where users can use my .Net windows form program. On VS2003 it wo ...Show All
GAL VB9 Object Initializers and Parameterized Constructors?
In VB 9 how will the use of an object initializer work if the only public constructors are parameterized constructors, that is if the basic constructor's modifier prevents its use Thread moved to the LINQ forum. ok, thanks for that. I'll keep a look out. In the current LINQ CTP (May 2006) we disallow this case to simplify implementation. However the design is st ...Show All
Joppe Pelarn viewbox?
Hi, with imagebrush.viewbox, what are the parameters that it should get And how can I set it in the code-behind tnx in advance, Kimme Check the documentation http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/cpref33/html/P_System_Windows_Media_TileBrush_Viewport.asp Ok, thanks. I get it know. problem is that my image is 72dpi and my screen settings are 96dpi, so the render ...Show All
CleverHans IDesignerHost using VSIP
We have a task where we create a custom toolbox and then drag and drop components to the open documents(winforms) in the VS.Net 2005 IDE. We have a VSIP package for this. I was trying to get the DesignerHost for the current open window so that we can add components to the container. I could do this using the SDTE service and then getting the DesignerHost from it shown below. DTE sdte ...Show All
TwoSixTwo Unable to get records for set of values
what will be the dlinq query for following sql query select * from permissions where roleid in (1,2) Thanks Anil There is currently not a means to get DLinq to generate the 'in' expression in SQL. ...Show All
blemmon DLinq Sql Tracing
Hi, I have been looking through the documentation and cannot identify a convenient way to trace (log) out the sql being run under the covers. I have been looking for an event on the DataContext, but to no avail. What would be a good approach to accomplish this Thanks Mirko I would, unfortunately I am going with SQL Server Express for now. As far as I know this does not come with SQL Profiler. I might ha ...Show All
Morris LN vb.net
how I can create two datagrid control instance for customers and suppliers. only one datagrid should be visible at a time and create menu items that allow the user to switch between customers and suppliers Hello, This doesn't appear to be a Crystal Reports post, you might want to try the Visual Studio General forum. Thanks! Keith - Business Objects ...Show All
CN.Net VS 2005 Prerelease beta 3 Could not load type
I have installed the VS 2005 Prerelease beta 3 . If I load any VS 2005 Beta 2 project and run it I get the following exception .. "Could not load type 'System.Runtime.CompilerServices.RuntimeCompatibilityAttribute' from assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.":"System.Runtime.CompilerServices.RuntimeCompatibilityAttribute" Any idea There was a breaking chang ...Show All
coachbb94 Persistent menu in Word (through VSTO 2005)
Is it possible to create a persistent menu in MS Word 2003 via any other means than implementing IDTExtensibility2 interface All other parts of our project are implemented using VSTO 2005, but we also need a 'starting point' of sorts - i.e. a menu or a smart panel that is always present (no matter what type of document or even if no document is open). Any suggestions are welcome. Thank you, -Nick Peter, ...Show All
Spy remote debugging vs.net2003 webapp - "unable to attach to the process"
I am getting the error message "Unable to attach tot he rocess. The debugger is not properly installed. Run setup ro install or repair the debugger." I installed everything from the VS.NET setup app and it still says this. Any ideas Tried reregistering it. That didn't help. Any other ideas Edit: something to note. I tried remote debugging to another machine which is server 2000 (aspnet insetad of w3) a ...Show All
nyquist58 Error:The system cannot find the path specified
Hi I am getting this error on my production server (win 2003, .Net 1.1, CR 10), I used cr10 merge modules on my deployment package. I used correct path in the code while loading the report file using server.mappath, even I tried with hardcoding the file path. But no luck. Another information is we created similar configuration system at our development side there it surprisingly working great. Any help is appreciab ...Show All
TomBilly4554 'Unable to find the report in the manifest resources' - Build Action is missing??!
Hello, I have just upgraded my VS2003 project to VS2005. Had a million things to fix, but I'm finally down to the last few. The biggest remaining problem is my Crystal Reports don't work. The error message is below... On googling it the answer seems to be I have to include the *.rpt's as an embedded resource. However, and this is the really odd bit, the properties that should show up in VS2005 to allow me to do that are simply missing! ...Show All
