Answer Questions
semaphore_au "Unable to attach to the process" error when debuging Excel application
In developing an Excel application under Visual Studio .net, it failed to attach Excel to the debugger. From the "Process" tab, I could see the Excel application was listed as "Debugger Process". After I detatched it, clicked "Attach" and selected Common Language Runtime, I received the error message "Unable to attach to the process. There is no managed code running in the process. In order to attach to a proce ...Show All
CurtisFC Window Icon Propery no longer working
In the Feb CTP I could just set the icon like this < Window Icon = " Resources\\Images\\ image .png " > However thsi doesn't work in Beta 2. Instead I get a runtime error FatalExecutionEngineError was detected Message: The runtime has encountered a fatal error. The address of the error was at 0x7f570c2b, on thread 0x120c. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable porti ...Show All
mfakbulut Question regarding MSBuild copy task
My solution builds approximately 12 projects and the DLL for each needs to ultimately reside in its own directory for deployment. I'm looking for suggestions as to the best approach for achieving this. One approach I tried is to recursively load all the .dll files into an ItemGroup collection, however, I'm faced with having to: filter out unwanted/extraneous .dlls when I attempt to move the .dlls to their folders determ ...Show All
The_Flo Problems passing parameters - Local mode
I have a .rdlc report where no records appear to have been retrieved though I know they are there. That is: I have a .rdlc report. I have a parameter in this report Called Companys. In the List Region for the form, In the Filters tab I have code like the following: =Fields!Company.Value = Parameters!Companys.Value In the Load Event of the Viewer I have code like the following: Dim para As String = Nothing parameters = New ...Show All
dest201 Type reference cannot find public Type named
Hello! I'm trying the TreeViewDataBinding sample. Unfortunately it throws a BamlParseException having the Message "Type reference cannot find public Type named 'WorldEnglishNewspapers'.". Do some of you know how to overcome that, please Best regards, Henrik Dahl Thanks Henrik, now it works fine. Eric What is the new way for Mapping processing ...Show All
JMiller99 Class Designer Power Toy MSI + VS 2005 RC1
I'm trying to install the Modeling Power Toys msi with a new install of VS 2005 RC1 and receive this error: This setup requires the Microsoft Visual J# .NET Redistruibutate package version 2.0.50215. I'm going to try to load up the source and compile myself. Here you go bro (to your private email) FYI - a new build of the PowerToys which works with Visual Studio 2005 final pro ...Show All
maqk How do I Edit Word Template in Visual Studio 2005 VSTO
I created a word document outside of Visual Studio 2005 in word with headers, footers, bookmarks, and tables. I then started a new project and used this document as a starting point for the new project. I now want to change the table add bookmarks etc.. However, my word menus seem to be disabled. I can only edit the document with the word tool bars that are embedded in the content area of the visual studio content area. Is there some ...Show All
Janine Zhang Error opening class diagrams
I get this error when opening class diagrams: Cannot load 'filename': Method not found: 'Boolean VSLangProj90.Reference3.get_resolved()'. This is with beta 2 standard edition. Does anyone have any ideas what the problem is or what I'm missing The method is defined in vslangproj80.dll. If you do a search of this file under where your drop is installed, do you find it anywhere I also have this problem but ...Show All
pEri To Display all the Records of a Table in WPF UI.
Hello Everyone, I am trying to access PostgreSQL database in the WPF Application. I am able to display a single row value to text boxes. I have used dock panel. The Xaml file looks like this: <DockPanel x:Name="dockPanel" Width="250" Height="500"> <StackPanel DockPanel.Dock="Top" Orientation="Vertical"> <TextBlock VerticalAlignment="Center">Roll ...Show All
J. Lewis RunOnUIThread - Callback Contract
Hello, I'm build an application using WCF. I have a service contract which is declared with a callback contract. The service is running inside console applcation using NetTcpBinding. The client is a Windows Forms application which create a duplex channel to the service. After I call to the method Login on the service the service keep a callback proxy (from OperationContext.Current.GetCallbackChannel). When an event occure the serv ...Show All
websdaleandrew Copy column heading from previous sheet in excel using vb.net
I filling in an excel spreadsheet with a SQL dataset. Once the data fills up the first excel spread sheet, it adds a new sheet and continues the filling in the data. I want to take the column headings of the previous sheet and paste them to the new sheet before it continues with filling in the data. I looked at the copy method but it is intended to copy the whole sheet. I only want the headings. Any suggestions Thank you. ...Show All
Mario.Chavez What does error CTC2114 mean?
I am using the Visual Studio SDK with Visual Studio 2005 Professional. The following problem occurs with both Oct and Dec versions of the SDK. The following also occurs when trying to compile any sample project that uses CTC. When I try to build a sample project the output is as follows: ------ Build started: Project: MenuAndCommands, Configuration: Debug Any CPU ------ d:\vssdk\2005.12\VisualStudioIntegration\Tools\bin\ctc.exe Ct ...Show All
TValoy Rendering in pixel space
There are certain types of visuals that must be rendered in pixel space such as a fractal or an audio waveform. These things can't be composed of the geometric primitives currently available in WPF. How would I go about making a custom control/visual that renders itself on the pixel level Also (and I realize this is a very broad comment), you should consider super carefully whether you really need pixel prec ...Show All
RSoh Determining order for build
I have a solution which contains 15 projects. How can I automate the build process for my solution I don’t want to write a batch file that call MSBuild.exe for each project in the solution, doing so I have to ensure that the batch file always call MSBuild.exe in appropriate order. Secondly there could changes on day to day basis which could make maintaining the batch file a tedious task. How does IDE determine the build order, is it ...Show All
SuperHornet Console host with TCP binding: SecurityNegotiationException
Hi All, I am using the February CTP, have a service with a netTcpbinding which I am hosting in a console app. Very basic config file, just the Address-Binding-Contract listed, nothing fancy going on with identity and security. Also the proxy is straightforward and copied from the Contract, no security stuff in there. All works fine, but when someone tries to contact the service from another machine I am getting the SecurityNegotiatio ...Show All
