Answer Questions
larsp Unable to build MSI/Setup program referencing Outlook Addin
Configuration : Windows XP SP 2 Visual Studio 2005 Prof. RTM VSTO 2005 RTM Problem : When attempting build any Setup progrm which references a VSTO project's primary output in Visual Studio, the installer program for VSTO opens and attempts to add components. After inserting the vsto disk, the following error occurs "The installer encountered an unexpected error installing this package. This may indicate a problem with this package ...Show All
Metaman Lambda expression with statement block body
Hi, one of the feature that I was missing very much in the earlier C# 3 versions was the inability to write lambda expressions with statement block body. Good to see this in the May preview :-). Anyway, it looks that there are still some shortcommings, because I got the following error message: " The expression contains operations that cannot be translated to a System.Expressions.Expression type " when trying to compile following code: ...Show All
Gilberto_al Is it possible to do a MasterDetail Binding with a TreeView?
I used a ListBox and did a test on MasterDetail Binding and that works find. But if I have a TreeView is there any way to do MasterDetail Binding Example a preview box in a file dialog window /godzilla9 Hi Jean, The code I posted before also doesn't work for me now. Taking a closer look at it, I don't think it should have ever worked, maybe there was a bug before that caused it to work. You're absolutely ...Show All
Mynasri Parser Error Message: The unknown directive 'Service' is specified
Hi I am new to WCF and I am trying to get a simple sample working. I compiled the code in the command line as I kept getting all sorts of errors when opening VS2005. Anyway it compiled ok but when I go to run the service in the browser I get this following error Parser Error Message: The unknown directive 'Service' is specified. my service file contains. <%@ Service language=c# Debug="true" class="TemperatureService ...Show All
markm2005 No data access with 'Partial Trust' Web Browser app
I have written a simple Avalon Web Browser application that tries to access data via an Indigo service . While I can run the app successfully from Visual Studio with security set to 'Full Trust' , data access fails if I set it to 'Partial Trust' with the error: "That assembly does not allow partially trusted callers." Since Web Browser applications cannot run with 'Full Trust', how can I enable data access with 'Partial Trust' (Note: When ...Show All
kmcnet error MSB3323: Unable to find manifest signing certificate in the certificate store.
Problems began when I received the MSDN Final VS 2005 v8.0.50727.42 and uninstalled the RC build which I had worked with without issue and replaced it with the previously mentioned. After four or so installs/uninstalls I got past the Invalid license data. Reinstall is required. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=162712&SiteID=1 I have tested C++ project builds for managed and unmanaged code and both work without a proble ...Show All
savage650 Error when opening a VB.net project
Recently installed Visual Studio 2003 on my computer and received an error message that I needed to install .Net framework. I downloaded .net framework from the microsoft website. After downloading this from the website, I then received the following error. The application for project ‘C:program files\Microsoft Visual Studio .NET 2003\Vb7\VBWizards\WindowsApplication\templates\1033\WindowsApplication.vbproj’ is not installed. Make su ...Show All
scalder About connecting to Oracle
Hi, I want to know if there is a limit for the length of 'strSQLCommand' for the below statement. objADORecordSet.Open strSQLCommand, objADOConnection, adOpenStatic as I've got a problem with the long query I created, inside the macro of the Excel file, for retrieving the records from Oracle DB. Here are the codes for the query: strSQLCommand = "Select rtrim(vessel)||', '||rtrim(voyage)||leg ves_fld, " &a ...Show All
Jignesh Desai Editable Grid control and Calendar Control
Hi, This is a requirement for us regarding creation of Editable grid control and calendar control in WPF. It been said from one of the thread regarding DatePicker.. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=297985&SiteID=1 , I feel my requirement needs a new thread. I have been working on various 'supported' controls and their databinding in WPF. Now, Iam using Feb CTP. I need a startup/any sample (if possible) of how can I ...Show All
AMSS VS 2005 Final - Installation problems - LoadSetupObjectGuid() : vs_setup.dll
Hi, Can't install VS2005, released version on my WinXP Prof (Swedish), laptop. Started with a clean ghosted mashine yesterday with no beta or any other old stuff. Installad XP_SP2, WindowsInstaller 3.1. Run the installation (VS/setup.exe), 65 files are copied to the temp folder, the installation wizard starts and "Setup is loading installation components" and the progress bar stops after approx 40% I check the temp folder and in the dd_vserror80 ...Show All
Paulo Moreira External images using parameters
I am trying to add external images to my report, feeding the paths via parameters. Dim params(1) As Microsoft.Reporting.WinForms.ReportParameter params(0) = New Microsoft.Reporting.WinForms.ReportParameter("imageSig", My.Application.Info.DirectoryPath & "\images\sig1.gif") params(1) = New Microsoft.Reporting.WinForms.ReportParameter("imageLogo", My.Application.Info.DirectoryPath & "\images\logo.gif") Me.ReportViewer1.LocalReport.SetP ...Show All
Chris Rossall IS VSTA OK with Visual Basic 2005 Express?
Hello All: Just saw the release of VSTA. Will this tool work with Visual Basic 2005 Express Thanks Right, yes. Will I be able to load and make use of the Visual Studio Tools for Applilications features even though I am using VB 2005 Express, not Visual Studio or VB.2005 Standard --Dave Can you explain your question Do you mean will they wor ...Show All
GKOver 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
Brendan Kay problem with SS utility
Hello I have ssexp.exe version 6.0c build 9447, and ss.exe 6.0c build 9350. In Dos prompt I type: ss Checkout $\sv201\db\dbcmd.cpp -IC -c- The file is checked out (I can see it when I hit F5 (refrash) at the UI VSS) The problem is that the attrib of the file stays read only. I type again ss Checkout $\sv201\db\dbcmd.cpp -IC -c- I get "You currently have file $/sv201/db/DBCMD.CPP checked out." But I can't e ...Show All
zeromus Office Document Customization in not available Excel 2003
I get the above message when I tried to launch my excel 2003 project, that was built in .net. I am not sure how it happened; I had made some code changes during the day. I checked it into Source Safe to update my project. Then when I tried to check it back out it gave me the about message. I had not deleted anything form the project. Help... I don’t want to have to re-create my project, my excel sheets have too may ...Show All
