Answer Questions
CarbineMonoxide DLinq association code generation bug
The generator wrote some brain dead code for an Association. this._Organization.Entity = null; this._Organization.Entity.CdsUsers.Remove(this); Here it is in it's full glory for context: [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.Data.DLinq.Association(Name="FK_CDSUser_Organization", Storage="_Organization", ThisKey="ORG_ID", IsParent=true)] public Organization Organization { ge ...Show All
amar_soul Add IVsUIHierarchy to Team Explorer
Hello, I've been trying to extend team explorer with my own hierarchy. I can get it to the point where my root node shows up fine, and there is a plus icon next to it indicating that it knows there are leaf nodes inside of it, but if I try to expand it, the leaf nodes don't show up and the plus icon disappears. In my implementation of the BaseUIHierarchy class, I've added trace statements in ExecCommand and QueryStatusCommand, but they nev ...Show All
ChiefW complib.hlp
Hello, I started on a project in my home desktop. I copied the project's folder to another computer. Now when I try to build the project on this computer I get the following error: Compiling... SqlManager.cpp .\SqlManager.cpp(1) : fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified. Description: The system cannot find the path specified. HelpFile: complib. ...Show All
Fady El-Rukby Method not found: 'Boolean EnvDTE80.CodeClass2.get_IsShared()' error
Hi there, When I add a new Class Diagram to my project, I get the following message when it shows on screen:- Method not found: 'Boolean EnvDTE80.CodeClass2.get_IsShared()' error I am unable to do anything with the class diagram at all and have to repeatedly click the okay button and close it. Any ideas Simon Hi Simon, It looks like you have a setup problem. Others who have upgraded from Beta2 to RTM have seen similar issues. For u ...Show All
Heesh Aero Glass effect
Can somebody tell me something more about the aero glass effect on windows This is possible in WPF, but how can you accomplish it Can you design it with Expression Designer I saw an example of stockwatch and couldn't figure out were the code was that was responsible for the aeroglass look. Please tell me more how about wpf apps running on XP, can't they simulate the effect If ...Show All
Somoorthi vbScript with .NET
With Visual Studio 2005 and Framework 2.0 you discontinued the Microsoft.Vsa namespace. How do I execute vbScript in your latest framework without having to return back to your COM MSScriptControl (C:\WINDOWS\System32\msscript.ocx) Have you tried explicitly declaring this as Public Function Regards Hi Joel, The script control is the only way to run vbscript. Paul I have not tried that yet, ...Show All
Ulzii Consecutive builds of projects always rebuild
I just migrated the development env from v. 6.0 to .net 2003 and when building a project it rebuilds every time even though nothing has changed. I am using C++ and this has always worked fine in 6.0. Has anyone seen these problems Any insight No, when you press [F5] RUN of [CTRL] + [SCHIFT] + B Build, your project is not fully rebuild. It only checkes for changes. When you chouce Rebuild, then the proje ...Show All
NaveedAzhar 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
Nebojša Mančić VSS 2005 And VB6
Hello, I have VB6 and VS2005 installed on the same machine, there is any way to use VSS2005 also from the VB6 IDE If not, can I install VSS6 and VSS2005 on the same machine thank Andrea Hi Andrea, Yes, it is possible to use VSS2005 from VB6. In VB6, select Add-ins/Add-in Manager menu, and in the dialog that opens select the "Source Code Control" add-in line, and check the "Loaded/Unloaded" and "Load on Start ...Show All
gifa At least one security token in the message could not be validated.
Further adventures with STS. System.ServiceModel.FaultException: At least one security token in the message could not be validated. [MessageSecurityException: An unsecured or incorrectly secured fault was received from the other party. This fault may have been sent in response to an improperly secured request. See the inner FaultException for the fault code and detail.] I have logging and tracing turned on in the BizService as well as t ...Show All
cabhijeet Encrypt and sign messages
We're trying to get the messages that we exchange between our client and server encrypted using the wsHttpBinding. We've added the following to our configuration file client & server side: <security mode="Message"> <message clientCredentialType="Windows" negotiateServiceCredential="true" establishSecurityContext="true" algorithmSuite=" ...Show All
JamesFM Assembilies for VSTO files
Hi, Just wondering when you build a Project with VSTO (excel) do you have to pass assembilies with it for it to work correctly Reason for asking is that i was accessing SQL Server data, displaying it in Ms Excel using a Host Combo control and some text boxes. When I tried to save it and tried to work with it from a different path while the Visual studio was closed it didn't even allow me to access anything. It seems just a snapshot of the Exce ...Show All
Tom Hallmark Custom UnfoldTemplate
I have a class derived from UnfoldTemplate that I am attempting to utilize in a '.vstemplate' file. The class resides in a seperate assembly from the GAT, the assembly is strong named and references no assemblies other than what is required for type resolution of UnfoldTemplate. All attempts to register the GAT report the following exception: An exception occurred during the Install phase. Microsoft.Practices.RecipeFramework.RecipeFr ...Show All
Johnny Aywah Why Close a proxy?
Hi I know that as a best practice we should call ICommunicationObject.Close after using a client channel. What are the real consequences of not calling Close/Dispose In what i understand, it depends of the binding, right, like if we're keeping a transport channel opened or not, is that correct thanks! Thanks Michele for your response that really helps. If the service times out will the next request from the proxy fai ...Show All
JEROMEMAS AddIn problem
Hi all, I am experiencing some problems with Addins in the VS2005 environment. I have been researching the problem for a few hours, and haven't found anything useful. The problem is that addins simply refuse to show up. Tools -> Addin Manager... results in an empty window, and installed addins are nowhere to be seen in the Tools menu. I've checked the Addins folder under My Documents\Visual Studio 2005\Addins , and the .addin file ...Show All
