Answer Questions
paketman Visual Studio 2005 Documentation Missing...??
I have installed Visual Studio 2005 standard edition. Every thing works ok except for the documentation item. When I choose the documentation item from the start menu I get a page that has links for "How to install help for Visual Studio" and "Visual Studio 2005 Combined Help Collection". When I click the first link it says to put the install CD in and choose to install product documentation but there is no such option on the install CD. When I ...Show All
Piotr_S NullReferenceException when invoking delegate compiled from LambdaExpression
I have a delegate that is built at runtime from a LambdaExpression: Func<T, bool> predicateDelegate = (Func<T, bool>)expression.Compile(); predicateDelegate.Invoke(item); When I invoke it, I get a NullReferenceException with the following stack: at lambda_0(ExecutionScope , String ) at System.Query.Func`2.Invoke(A0 arg0) [...] Any ideas on what I might be doing wrong Thanks. The exp ...Show All
Terrence Chan VSS2005 and VS2003
Hello, I m using internet plug-in of VSS2005 on VS2003 without any problem. But i have an issue with the check-in. The check-in is working fine with VS2005 but not with VS2003. Any clue on this Thanks for your help. Regards Jean-Francois Hi Jean-Francois, I am not aware of any current product bug that could cause this behavior. There should be no usage differences between using VSS2005 in VS2005 and ...Show All
Claudio (Bonghi) Benghi Odd behavior on explicitly calling a custom Sharepoint Web Service from Infopath
Hi there! I created a web service with two methods: one for checking out a document and one for deleting a document. I tried both methods with a test Windows form application and they work fine. I published the form with full trust and a certificate, so the security should be fine. However, when I call them from managed code within the infopath document (in exactly the same way), the checking out method always reports/throws an exception that th ...Show All
Sinan Ussakli How do i add Rss from Common feeds list to my application in Vista
Hi, I have subscribed to the rss feeds and downloaded to my common feedlist now , in my avalon webbrowser application how do i notify the browser about the existing Rss feed, so that the IE 7 browser glows its Rss icon .. Waiting 4 help Swapna I can't think of a way to do this. We do not currently expose APIs in WPF that let you talk to IE that way. Besides, if you rolled ...Show All
Azathoth deleting CustomDocumentProperties
Hi, I am trying to delete CustomDocumentProperties but by using following code: object[] TheArgs = new object[] { PropName, false, MsoDocProperties.msoPropertyTypeString, PropValue }; TypeOfAllCustomProps.InvokeMember("Delete", BindingFlags.Default | BindingFlags.InvokeMethod, null, AllCustomProps, TheArgs); I get this error: System.Runtime.InteropSerive.COMException (0X8002000 ...Show All
Denham Windows SDK for January Build
It seems that the only Windows SDK I can find is for the Feb CTP build. But the January build is the one that has the Go-Live license and therefore would be the one to use for development assuming you need the Go-Live license, which I do. My problem is that the only SDK build I can find is Feb, and that doesn't work with the January build of WinFx. Can anyone help me with this issue Where can I find the Jan build of the SDK Thanks. ...Show All
Pete dOronzio VSLangProj and EnvDTE in VS 2005.
Hi, I am updating a existing VS 2003 add-in to VS 2005 addin. I am using the dll "VSLangProj" assembly. But unfortunately I couldn't debug the appliction in a machine having VS 2005 (Not having VS 2003) only. I am getting a FileNotFound exception (System.IO.FileNotFoundException: Error while loading file 'EnvDTE, Version=7.0.3300.0). One of my project is using VSLangProj and it is depen ...Show All
MikeThom What causes CommandBinding.CanExecute delegate to be invoked ?
I have a button that executes a command when it's clicked. I have a CommandBinding instance associated to that command, and also methods to: * Allow/disallow execution * Preview execution * Handle execution All 3 are being called. It's obvious when the last 2 will be called but not the first one. Depending on a specific application state, my CanExecute method will return true or false. When the application starts it returns false which makes the ...Show All
Heydar Soultion Explorer and Microsoft.VisualStudio.Package.Project sources
Hi I have a managed VSPackage that was using the Microsoft.VisualStudio.Package.Project.dll to implement the project hierarchy. I have created an assembly from the source code that was distributed with the October VS SDK and am having trouble with my project not expanding in the Solution explorer. When I look at the DTE object ...Show All
pyefleet Unable to install Visual Studio 2005 on Vista build 5270
Hi, When I try to install VS I get an error during copying files: " Copying file 23 of 65 Setup encountered a problem while trying to copy ..\vs\setup\gencomp.dll " Any ideas why this doesn’t work I tried with the DVD iso, DVD from partner pack and a cd image but al stopped at the same place. Thanks, Ronald Excellent - this worked first time for me, after many unsuccessful attempts to ...Show All
Rodger Reed WinFX For Visual Studio RTM
I have readed about the Visual Studio 2005 RTM is planned to be released today on msdn, is planned to be released also a recompiled version of WinFX runtimes and SDK for RTM soon Sebastian Whoo hoo! Nice work: http://blogs.msdn.com/tims/archive/2005/11/18/494526.aspx Rory Plaire wrote: What happened to the post I saw here breifly yesterday about the release Did someone pull it -rory I m ...Show All
pikachu123 Practical questions
Hello all, For as far as I can see, LINQ offers key features that belong to the data access layer. (Not like the current features from System.Data in .NET 2.0.) LINQ is all about replacing existing data access layer code with LINQ code, I think. So is the true advantage that we don't have to write SQL code anymore If so, would the LINQ code be placed on the database server (stored procedures) or on the application side Would data access layers ...Show All
Andrew Tweddle Problem Installing DSL Tools September 2005
I've tried downloading and installing the DSL Tools September 2005 release, and when I have unzipped and tried to run setup.exe I always get the following error. It looks like maybe the zip file has a wrong version - does anyone else get that problem I've tried it on 2 machines with different operating systems. Setup has detected that the file 'E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\VSD71.tmp\dotnetfx\WindowsInstaller-KB884016-v2-x ...Show All
bennymacca Problems with opening custom Forms in Outlook 2003, VSTO 2005
Hey, i searched this board, but did not find a proper answer for my problem. I'm developing an addin for Outlook 2003. I've added a Button to the New Mail-window, and there i want to open a Form, that i've developed. My problem is, that this Form shows up, but does not load completely. That means it hangs somewhere in the Form.Show() procedure. The funny part of the problem is, that i can open this form anywhere else without any Problem, so for ...Show All
