Answer Questions
panther_SLO What makes IntelliSense work or not?
If I add a new cpp-sourcefile to my project, that is just supposed to provide simplification funcs and macros for some API tasks, IntelliSense no longer displays function declarations when I begin typing a function call. I've #included the same headers Visual Studio did in my main source file, so I assume this about the IntelliSense DB beeing built just for those source files VS itself created. How can I get Intellisense to help me accross all m ...Show All
dime Allow OR Mapping to be defined in a config file instead of attributes
Classes generated by SQL Metal have attributes placed on them that define their mapping to the underlying database. Every time a changes occur in the mapping (e.g. A column name or size changes), the attributes on the class must be updated and thus must be recompiled. This prevents using those classes as DTO (Data Transfer Object) in an nTier app ;where the assembly containing those classes would be shared between the client and the server; as i ...Show All
mkfl win 2000 ,powerpoint 2000 and VS 2005 interoperability issues
hi, Firstly it feels great that many of the members here actually have written the KB articles that i have found extremely insightful . Cheers to that ! im using VS 2005 ,and working on a windows applicaiton that opens powerpoint files. I ahve stumbled upon the folowing problems : 1. no pIA 's for office 2000 . what do i do 2. i managed to use ildasm to try to generate my new powerpoint dll's . as follows in VS command prompt of ...Show All
MOkasha Convert SQL to DLINQ
Currently I write my sql in Query Analyzer and once I am happy, I paste it into the code. With DLINQ, it is different enough that I cannot do this easily. If you can write a tool or special copy/paste action that converts SQL into DLINQ code, it would help a lot. Not only would it make me more productive, it would be useful in teaching people how to write DLINQ code. I know it probably cannot account for all SQL, but if you cover the basic ...Show All
TurtleWang Demo for Local Mode Chart RDLC
This works: ReportViewer2.Reset() ReportViewer2.LocalReport.ReportPath = strReportPath Me .Show() Me .ReportViewer2.Visible = False Me .ReportViewer2.LocalReport.DataSources.Clear() Me .ReportViewer2.LocalReport.DataSources.Add( _ New Microsoft.Reporting.WinForms.ReportDataSource( _ "DataSetReport_tblMMStats" , MM)) Me .ReportViewer2.Visible = True Me .ReportViewer2.RefreshReport() Howeve ...Show All
bla44 Security options reduced when hosted in IIS?
When self-hosted, one can use ServiceSecuritySettings.SetUserNameAuthentication to specify a custom MembershipProvider or even custom UserNamePasswordTokenAuthenticator for validating users. Similarly, when self-hosted, one can use ServiceSecuritySettings.ThreadPrincipalMode with GenericThreadPrincipalMode to specify a custom RoleProvider or supply a custom ThreadPrincipalMode class. When hosted in IIS, however, these options don’t seem to be av ...Show All
Kevin Harder VSWebSite in VS 2005?
Is VSWebSite supposed to be used for VS 2005 automation If so, where is it documented I want to add a website to VS 2005 via automation. What is the best way to do that Thanks! http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/autogenvs2005.asp Jim, The document link to has about 1 paragraph on VSWebSite. Is this the total extent of the documentation When will the ...Show All
Juandre Visio Enterprise 2000
Visio experts out there, I have an abstract base class and an implemented derived class. How do make the a virtual method in the abstract class appears in the implemented class I have tried the generalization as well as the realization link but when I viewed the code, I can't see the method in the derived class. public abstract baseclass { public virtual bool Query(string A, string B) } public class derived class : basecl ...Show All
Joe D. Sullivan III using HTML
hi all, i prepared a report with reporting services. But i want to use <li> html tag on my report. Is there a way to do that Or is there a way to use html tags in reporting services ...Show All
BruceVik System.NullReferenceException when trying to run Sparkle
Hi guys, I'm trying to run Expression Interactive Designer on Win2K3 server (it's been reported that it works fine on this OS). I uninstalled my November CTP WinFX runtime components, SDK and VS Extensions and then installed the January CTP WinFX runtime components. My old (November CTP) WPF apps still run fine. However, attemtping to run Sparkle results in a System.NullReferenceException. Anybody else having this problem By the way, i ...Show All
Eric Cosky VSS 2005 without Team System
I have a couple of questions regarding VSS 2005. It is the most important Visual Studio add on, yet the road map for it seems cloudy. Will VSS 6 work with Visual Studio 2005 Is the server based version of VSS 2005 avaialable without purchasing the entire Team System Team system is exhorbitatly priced at $5,000+ per seat plus added server and server access charges. This puts it out of reach for even Fortune 500 companies who hav ...Show All
Uzum4k1 How to expose domain model objects through DTE
We've been asked a few times how to expose (portions of) a domain model so that it can be consumed by other VS add-ins and packages, so I thought I'd post a small sample that shows how to do this. Technically it's not that difficult, just a matter of implementing the Microsoft.VisualStudio.Shell.Interop.IVsExtensibleObject interface in the appropriate place(s). To expose domain model objects, there are probably two main ext ...Show All
Qsac Can I Install VS 2005 Pro over VB 2005 Express Final?
Hello! I installed the Express Version of VB 2005 in German with SQL Express German, the .NET Framework 2 with Language Pack (German) and the MSDN Library ( ) for Express Editions. My Question is, can I install the Pro Version of VS 2005 (when it comes in Germany, I think about February the 10. this year) over the existing Installation (as an "Update") or must I deinstall the Express Editions All my searches about this broug ...Show All
Terry Hutt bug in july ctp?
trying to display a report in an asp.net page. The page runs and the page count is correct but the pages are blank. Export to excel errors, but export to PDF works and looks right. Known bug is there a workaround Allen No, never seen this before. What are the steps to repro Hello, any replies Ok Rajeev. Win XP Sp2, July CTP of visual st ...Show All
Souhil Benammour Desktop build on build machine
Rather than constantly checking out my tfsbuild.proj file, making changes, then, to test my changes, checking the file back in and kicking off a team build. I want to change the file directly on the build machine and run a desktop build to prove all my changes before checking the file out of source control... when I run msbuild tfsbuild.proj on the build machine I get the following error: Target CoreCompile: C:\Program Files\MSBuild\Micro ...Show All
