Answer Questions
Gareth Bezett Latching Commands
I'm creating an Add-in (in C#) and have a top-level menu item (command popup) next to the Tools menu item in VS IDE. Under that top-level menu, I have a few more command popup items. Then under one of those command popup items, I have a submenu with 5 commands. When a user clicks on one of those ommands, I want to latch it (show a check mark next to it) and any other of the 4 commands on that submenu to NOT be latched. In other words, I wa ...Show All
Adam Getchell CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed.
Hi there, Please helpout with this error: CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed. I have created a ReportViewer and bound it to the report that i had created in the same webapplication. When i run the application i get this error, please help how did you solve your problem ...Show All
Snigdha Macro to switch on XML documentation?
Hi, Is it possible to create a macro that iterates through all projects in my solution and switches on the XML documentation flag I can't find a way to have XML documentation switched on by default. (Do you ) My dozens of solutions each contain dozens of projects and it's a pain having to go in to the project properties of each solution and switch XML documentation on. I would like to open a solution, execute a macro and have the res ...Show All
am09qx30 problem in opening project from VSS
Hi guys, Iam using Visual Studio Dot net 2002 version and when Im trying to open a project from source control to my local machine its giving "The project you are attempting to open is a source controlled FrontPage Web and cannot be opened directly from source control. Please use the Open Project From Web command instead." I tried many ways but still its giving the problem. If any one got to know the solution. Do let me know. Thanks and in ...Show All
Tobias0815 Why is ReportViewer not showing all my results?
Hello, I have a small app, that when I click the radio button, my dataset loads all my dealer information that I need, but when the reportviewer loads, I see say 25 records for one dealer when I should be seeing 50. When I debug, to the line of my tableadapter.fill method, I see all 50. Why does Me .ReportViewer1.RefreshReport() give me only 25 records Thank you, Rashar Your data ...Show All
Amit Hiremath Please Help! PLK Request Page Keeps Erroring
Hi Everyone I am hoping someone from MS can help me out I have been trying for a month now to obtain a PLK for my VS Package but the site keeps erroring. I fill in all requested information and then I get the following error when I hit submit: "An Error Has Occurred. We are sorry for the inconvenience" When I refresh the page my product appears in my product list and when I click on the PLK request icon aga ...Show All
JeffsMSDNUserID [bug] wcf hangs indefinitely on complex type when returning (worked on feb ctp)
In the may beta 2 release, I can no longer return some of my domain types. Something I could do perfectly with the feb. ctp. My domain model is decorated with the correct datacontract and datamember attributes. In it I have a 'Person' which inherits from a base class. In that baseclass I have a private bool. This class serializes and deserializes great. However, when I use some other domain object, which has a property of type 'Person', the s ...Show All
kolya um...
Am I the only one with a copy of each Crystal Report I have ever run stored in my C:\Documents and Settings\[username]\Local Settings\Temp directory I currently have 394 .rpt files with GUIDs in the name that total about 20MB. It looks like that will grow forever. What a handy feature that is! Web applications create these temp files when running crystal reports, it normally deletes them after ex ...Show All
ioe sqlmetal clashes
i use table names as the column names for foreign key references. for example, operator.account refers to account.id the sqlmetal generated code won't compile in this scenario, as it defines Account twice, once for the account column, and a second time as the account reference. In any case, just something to think about, i guess. sqlmetal has an option to generate a schema xml file. I haven't used it myself so ...Show All
Jacques van t Ende locking/unlocking bookmarks dynamically
Suppose I'd like to allow users to edit only certain fields of my Word document, according to their user group. One option that I found is to always programmatically protect the document with a password and then allow access to some specific bookmarks, as shown by the following code: object editorType = Word. WdEditorType .wdEditorEveryone; this .bookmark1.Range.Editors.Add( ref editorType); The question is: how do I remove this " ...Show All
Andy Bounsall After linking Class Library: Microsoft.Common.targets
Hello, I created a solution containing two projects. When I create a reference from the GUI to the Business Layer, the compilation fails: Error 60 Specified condition "'D:\Documents\Projects\Brammekes Virtual Scrambler\BL\bin\Debug\Native.BL.manifest'" evaluates to "D:\Documents\Projects\Brammekes Virtual Scrambler\BL\bin\Debug\Native.BL.manifest" instead of a boolean. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Commo ...Show All
Drew McCauley How to Install VS2005 Beta 2 in Windows Vista Beta 1?
Is there a version of VS2k5 that will install onto Vista Beta 1 I get an error installing MSXML6.0 when trying the Beta 2 release. Thanks, Matthew Thanks Dan. Actually, I didn't need to perform the rename operation on that DLL. I just ran the MSXML6.msi from the tools directory on the Vista CD, then VS.NET installed successfully - pace compact framework and SQL Server Express, which I'll look at individually. I loaded the 64 Bit ...Show All
venkydshow The report definition for report 'xxx' has not been specified
Hello, I have to confess that I never did anything with reporting services, reports, or whatsoever. For a rather huge database application (based on sql express) I thought it might be best to do the printing with local reports, which I planed to bind to the objects, I already used as data layer in my project. I created a simple report (just a table, with two fields), bound the report to the ReportViewer-Control, set the bindingsource-proper ...Show All
DiegoV VSPackage Wizard for Tool Window: Why is MyMenuGroup added to .ctc?
I'm trying to learn how commands are added and modified in the IDE. I created a VSPackage using the wizard, selecting a Tool Window. I'm puzzled why the following is added to the NEWGROUPS section of the .ctc file: guidVsPackageDBConnStringBuilder2CmdSet:MyMenuGroup, guidSHLMainMenu:IDM_VS_MENU_TOOLS, 0x0600; This doesn't appear to be needed. When commented, the command to open my tool window appears in View ...Show All
gamemaker9 VS2005 - Searching other sources for help
When doing an "F1" search or doing Help/Search for help in VS2005, I want to search some local HTML documents on our internal network as well. I was hoping to be able to add "online help" through Tools/Options/Enviornment/Help/Online which gives you a number of different web sites you can also search. But there doesn't seem to be a way to add my own resources. Is there a way to do something like this Not ...Show All
