jadnhm's Q&A profile
Visual Studio Tools for Office Who has shared add-in solution that works?
Hi everybody, I know I should not run away from my problems. But what else can I do I have an VSTO Word solution. This part works fine. I also installed it on a other pc than my, and it just works perfect. But there is one small thinh that is missing. And this is where my problem starts: When the user starts "Word" for example. There shlould be a button in the "Standard" Menubar. I tired this with a shared add-in. And it also works but only on ...Show All
Visual Studio Cannot exclude files from SourceSafe
I have a web service that needs project references to other projects contained in the same solution. The web service creates a Bin folder and puts the .pdb and .dll files in there. The entire solution is under (integrated) source control. I cannot get Visual Studio to let me exclude this Bin folder or any of the files under it from source control. I do not want to store the compiled binaries in SourceSafe. How can I exclude these files or this ...Show All
Visual Basic RichTextBox Caret
How would I go about changing the actual shape of the RichTextBox caret I have tried using the CreateCaret and ShowCaret API calls, but they only seem to work with normal text boxes. Is there any way to modify them so they work with RichTextBoxes I got the caret to change by calling CreateCaret/ShowCaret but it immediately returns to a regular caret once you click or type in the control. Looks to me like ...Show All
Visual Studio setup.exe "not a valid win32 application" - SOLUTION
I'm trying to install visual studio on desktop with an AMD64 processor (but using 32-bit XP Pro), and when I try to install Visual Studio 2005, I get a "not a valid win32 application" in a dialog box. I get the error "D:\ is not a valid win32 application" when I try to use autoplay, and "D:\setup.exe is not a valid win32 application" when I try to run setup directly from the disc. Any ideas ...Show All
Windows Forms Terrarium 1.2 not showing any text on buttons?
I just installed Terrarium 1.2 and noticed there is no text on the buttons. Is this a known problem Is it because I've ClearType enabled --Dion Hi guys, Don't click on the link as you will get the JIT Debugging dialog with the&nb ...Show All
Visual Studio Tools for Office More VSTO install woes
R6025 C++ runtime error when opening Excel and word projects. The exact text is Runtime Error! Program c:\Pro... R6025 -Pure virtual function call The title of the message box is Microsoft Visual C++ Runtime Library. I do not have 05 C++ installed. I've already tried vstor.exe. My registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \8.0\Setup\VSTO] exists and is pointing to the correct directory C:\Program Files\Microsoft Visual ...Show All
SQL Server Paging of Large Results Using Server Cursors
I'm writing an ASP.NET application that uses a SQL Server 2000 database. The application searches in large tables with 500, 000+ Records and then displays the search results, the search results could be easily 20,000 or 30,000 results. Ofcourse i need to use paging to show like 10 or 20 results per page. Unfortunetly ADO.NET doesn't support the paging functions that were found in ADO (like PageSize or AbsolutePosition) so i have to implement the ...Show All
SQL Server Error in Deploying an Analysis Services Project
Hi, I am trying to deploy an Analysis Project and I get the error: Error 1 The Description element at line 292, column 29 (namespace http://schemas.microsoft.com/analysisservices/2003/engine ) cannot appear under Envelope/Body/Execute/Command/Batch/Alter/ObjectDefinition/Database/Cubes/Cube/Dimensions/Dimension. 0 0 Any idea Thanks in advance, --Dimitris Doukas Hi, This is a defect tha ...Show All
Windows Forms Delpoying .net windows Application
Hi All, can anyone let me know whether to deploy the .net windows application, the client requires .NET Framework. and if it is required is there any way to include the Framework installer in the setup package Because this problem i faced when i tried delploying a .NET application in a machine where there is no .NET Framework is installed Hi, You need to Install .Net frame work on the maching so download 1.x or 2. ...Show All
.NET Development OracleClient and Commit of transaction
This might be a really dumb question, but in Oracle SQL, transactions are implicitly started yet need to be explicitly committed via COMMIT sql statement. How does this relate to using the System.Data.OracleClient If I am doing a single row insert via ExecuteNonQuery, do I need to commit from the .NET 2.0 code, or does the MS oracleclient auto-commit if it is not associated with a transaction Thanks, Andy Mackie. ...Show All
Windows Forms Improve TableLayoutPanel with large amount of controls
I'm using the TableLayoutPanel to display a shopping cart list. I need to use 5 label controls to present the information of each items. I need to remove all the controls and then repopulate the panels when a new item is added. The reason is that a new item may affect the price of an existing item. I've no way (or just too complicate) to update a specific label. The problem is when the no. of items grows, the performance of the list drop sign ...Show All
Visual Studio Express Editions Visual C++ & Windows Forms Application without .NET framework
Hello, I installed the Microsoft Visual Studio 2005 Express C++ and I would like to know if it is possible to create there a windows-native forms application, but without the CLR (.net). Because in the NEW option is windows forms CLR but native only console app... (and when i make new windows forms CLR app and then change the properties to "without CLR" i just get tons of errors during compilation). Thanks for answer, E. ...Show All
Visual C# App.config: I can not read from <applicationSettings> section inside C# code
I really appreciate if somebody can show me how I can read from App.config <applicationSettings> into C# code. I have an App.config for a WEB Service (see a fragment below): ................... < add key = " lvwExtraEquipment_CarDetails.Width " value = " 164 " /> < add key = " txtExtraEquipment_CarDetails.AcceptsReturn " value = " True " /> </ appSettings > ...Show All
Visual Basic Blow up in automatically generated code
1. I'm ecstactic about the latest CTP release (August ). It's getting closer to ready for the curtain to rise. That said, 2. I have a curious problem. I'm developing a hybrid application. I've chosen to call it a windows application under application type. I have framework turned off. This allows me to have my own Main() and to set global error handling before the first window is created. Global error handling is sweet! I'm also using setti ...Show All
Windows Forms Last Event to be fired in an Install?
I am using a visual studio setup project to deploy an application. I have a check box on my last user interface screen that I want to show a read me. What is the last event to fire that I can access with the installer class Is there actually one that runs after the Close button is clicked Thanks ...Show All
