Answer Questions
Ivan Jou Oh yeah... many-to-many support...!!!
Hi guys, I had developed an object model strongly typed for a simple database struct: Users and Groups. Because, DLINQ dont have many-to-many support by itself. I had developed a Business Layer using Dictionary<U, V> to collections and classes business into atoms namespace. You should download this LINQ Project http://latam.msnusers.com/guydotnetxmlwebservices/Documentos/LINQDemo.zip But previously they will have to be joi ...Show All
Snuckles export visio to class designer
Is it possible to convert/export a visio digram to VS2005 Class designer digram Hello Not directly, however you can generate a C# or VB.Net project with your diagram and then have VS2005 create a class diagram from the generated code. You may need Visio Enterprise Architects edition to generate code. Thanks Brian [MSFT] Microsoft Developer Support This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All
Trent Jackson Loading Page into TabItem
If I have a System.URI that points to some XAML in another assembly, how can I load that into the Content property of a TabItem I know this is easy in a Frame but I don't need navigation functionality. Thanks Michael Thanks again. The design is intentionally loose so that pages can be shown/hidden depending on user's role, implementations can be changed and the customer can write his own assembly to ...Show All
tatltat Dlinq for VB9?
Does the LINQ preview for VB9 also includes DLinq for accessing SQL databases I couldn't find anything and wasn't sure if I had missed something. I looks like Sqlmetal.exe is only available for C# 3.0 Thanks, Peter According to a quote from the VBTeam's Amanda Silver in a Dr. Dobbs Journal interview , "For example, we've been working on XML integration pretty fiercely, meanwhile, we're [sic] don't have supp ...Show All
MadKad Unregister DSL file extension
Hi I created some DSL projects while going through the walkthrough. Now I've all the file extensions listed in the Add New Item Dialog box. How can i unregister these extensions. One option is that i remove the zip files created in the templates folder however i am not sure if this would cleanup everything related to these projects from my system Abhishek ...Show All
NewYoda Order To Install VS 2005 Standard and SQL 2005 Standard
I'm just about to install VS 2005 Standard and SQL 2005 Standard with software I received from a MS Ready to Launch event. Before I screw up the install, I was wondering if there is a specific, recommended order to install the software. Should I install SQL 2005 Standard first or vice versa I looked through the documentation and previous threads but couldn't find anything addressing this issue. Thanks in advance for the help, ...Show All
DevEx Support TargetName Does not work for me.
I have problems getting the Targetname property in ANY setter to work (inside a datatemplate). How Do i access specific elements within a datatemplate to change/animate with a animation/property trigger 3) everyone is out of town over the holidays try putting Storyboard.TargetName="..." Storyboard.TargetProperty="..." on the DoubleAnimation instead of on the Storyboard. The reason for this is because ...Show All
Adriann Third-Party Charting Products that work with ReportViewer?
Hi there, Does anyone know of third-party charting products that work with ReportViewer in local processing mode I've looked at Dundas and ChartFX, and I'm waiting to hear back from their sales & support people, but from all outward appearances those two products only work with reports that are generated on a server. Thanks, Eva Pierce Monsen Glad to see others desire this feature also. I just want ...Show All
tballx Can beta 2 coexist with Visual C++ 5.0 ?
I know, I am from the previous century :-), still using Visual C++ 5.0. If I installed beta 2, could I still work with my ancient Visual C++ 5.0 Regards, Siggy This should work. Thanks. It works so far, with the Express Version, the full beta is yet to arrive but I guess there won't be any difference. Siggy ...Show All
Sahand Microsoft Visual Studio Tools for the Microsoft Office System
Microsoft Visual Studio Tools for the Microsoft Office System is this available for visual studio 2002 if so where can i find it Mr. Durant, Would you be able to tell me, a MSDN subscriber, where I may download Microsoft Visual Studio Tools for the Microsoft Office System version 2003 Sincerely, Thomas ok...i've got it...thanks alot for the info just one more th ...Show All
dan6546546 Performance problem
The following come simply draws a set of strings on the screen. Performance with WPF is terrible. It takes about one second for the screen to refresh for a 1000 * 1000 window - resize the window to verify. When I use Windows Forms, it is much faster Am I missing something Is WPF much slower but since computer are getting faster, I am not supposed to be concerned WPF and Windows Forms code : WPF: using System; using System.Collections.Generic; ...Show All
Ariel Weinstein How to use Visual Source Safe as source control provider in VS 2005 Beta 2?
Hello, After getting stuck in Team Foundation Server since last week, it seems that it is impossible to install TFS at this moment due to lot of errors. I'm trying to figure out whether it is possible to use VSS 2005 as the source control. I assume that the VS 2005 B2 no longer supports file-based VSS 2005 because I can't find any menu for it. There are "New Team Project", "Opem Team Project", "Add to Team Project" and those all requires TFS. Is ...Show All
Raghavendra Prabhu Design decision: Integrate custom MSBuild project to VS2005
Experts, We have a huge code tree that builds with nmake. We have create the VSIP package in ATL/COM to integrate it into VS2003 and VS2005. Currently, we have transfered the build system from nmake to MSBuild using our own tasks and targets. Now we are going to create VSIP package to integrate the MSBuild project into VS2005. It seems that managed languages have advantages to access and use the MSBuild interface. So we face the design decisio ...Show All
nate.sammons Crystal report in vb 2005 express
Hi everyone, I would like to ask assistant from your community on how to use crystal report XI in Visual Basic 2005 express edition..specifically about where will I load the namespace used in generating the report and how.What dll I need to load. I read some articles and they all assume that the dll libraries of crystal report is already in their references..hope to hear from anyone of you as soon as possible....thanks..... I think you m ...Show All
Dylan Morley My VSIP task provider is broken on Whidbey Beta 2. Help!
I have a managed VSIP package that I've developed on VS.NET 2003. It works fine on VS.NET 2003 and used to work fine on Whidbey Beta 1 and all previous CTPs. Something appears to be broken on Beta 2 though. Here's what I have. My class implements IVsTaskProvider2 on VS.NET 2003 and IVsTaskProvider2 and IVsTaskProvider3 on Whidbey. In class's constructor I load images from the embedded resource and then follow with RegisterTaskProvider(this, o ...Show All
