Ron Swank's Q&A profile
Visual Studio Tools for Office Convert to VSTO - (EXCEL)
Hi all, Can I create a new workbook/worksheet at run time just like the code below using VSTO components. Thanks. sample code: ________________________________________ Imports Microsoft.Office Imports Microsoft.Office.Core Sub() Dim xlApp As New Excel.Application Dim excelBook As Excel.Workbook = xlApp.Workbooks.Add Dim xlSheet As Excel.Worksheet = CType (excelBook.Worksheets(1), Excel.Wor ...Show All
Visual Studio Dynamic Image
Hi, I want to show in my report dynamic Image through Object data source. I was set source property for Image 'Extarnel' after runing report showing symbel 'x' instead of Image. But Embedded Image working perfectly OK. I am using June CTP version. Is it possible to show dynamic Image in the report or I am doing somewhare wrong Thanks in Advance Je Crois que c'est ca que tu cherche : P ...Show All
SQL Server Problem with MsDtsSrvr.ini.xml config
All, I have changed the location of the MsDtsSrvr.ini.xml file and the same updated the changed location in registry key SOFTWARE\Microsoft\MSDTS\ServiceConfigFile. After making the changes I restarted SSIS. When I tried viewing stored packages using SQL Server Management studio, I was not able to see File System folder or MSDB folder When I checked error log, the below message was recorded. "Microsoft SSIS Service configuration ...Show All
Visual Studio Express Editions ROSys.SYS Page Fault when trying to start c#
Hi I have installed C# Express but when I try to start the editor it crashes my machine with a blue screen and page fault at F7E43D0F Base at F7E3F000 - I have now completely de-installed and reinstalled but get the same error. I cant find anything in the registry for ROSys.sys so dont know what its complaining about. I have Pentium 4 1.9Ghz, XP Home service pack 2 and 500Mb with an NVIDIA 64Mb graphics card. Any suggestions would be welco ...Show All
Visual Studio Team System Is it possible to move TFS Beta 2 work items to TFS Beta 3 Refresh?
Is it possible to upgrade a TFS Beta 2 database to TFS Beta 3 Refresh I am only interested in moving work items. Is this possible TIA. Hi Gary, Unfortunately since it was a beta, there is no support for moving Beta2 workitems to Beta3 Refresh using a script. You can write code to do this programmatically though, by calling the WorkItemTracking OM. If you need to also migrate the history on ol ...Show All
Windows Forms scrolling a DataGridView programatically
Hi there Is there a better way of scrolling a DataGridView than just setting the CurrentCell property I just want to say "make row X the first displayed row" Am I missing something simple You can use the scrollbars directly. You can get them using the HorizontalScrollBar and VerticalScrollBar properties. ...Show All
Visual C++ Knee deep in warnings and errors.
Hi Does anyone know if you can force the compiler to split warning and error messages between two different tabs. I often find that on some projects when there are many warnings/errors and the two are mixed, it can be a pain trying to scroll through so you can fix the errors first. If this is not possible, I think it might be a nice little tweak for a future release. Thanks. MNiM In Visual Studio 2005 you can p ...Show All
Visual Studio Express Editions Package Load Failure
Hello there, I have uninstalled all Visual Studio 2005 Beta 2 components as described, none were listed. I installed VC# 2005 Express edition today, and when loading it i get the following message: Package Load Failure Package 'Visual Studio Explorers and Designers Package' has failed to load properly (GUID ={8D8529D3-625D-4496-8354-3DA6630Ecc1B}). Please contact package vendor for assistance. This also shos up for Visual Studio Common IDE Packa ...Show All
Visual Basic Missing a DLL? A vital one?
Ummm. I think this is a newbie question.... Well, I made a program... Then I copied it onto my JumpDrive... Then I excuted it onto someone else's computer to show him what the program was... Then there is like a popup telling me that a DLL is missing... Although I copied the whole project folder on to my JumpDrive... What's happening Thank You Keehun Nam KN1123, If you have time, I suggest you to read some book concerned on the .NET Fr ...Show All
Visual Studio Express Editions making a cell only numeric
Hi!!! I’m using the DataGridView control. I add columns manually and I want let the user can enter numeric values only in certain columns. How can I do this Thanks hi, i'm not sure from this but you can try it, datagridview is just a representation of your dataset, you can edit your datatype for this column in your dataset designer to be integer hopfully it helps ...Show All
Visual Studio error MSB6006
Greetings, When building from the command-line I get this error: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1892,9): error MSB6006: "sgen .exe" exited with code 1. When i build from within visual studio I get no errors What can this be Regards, Gustavo Guerra Can you please run the command line build with verbose logging (add /v:d to the command line) and post back the ...Show All
Visual Studio Express Editions File Copying
Greetings, I am writing code that allows a user to copy a selected file. My problem is that when I check to see if the file exists, I get an error saying the file not accessible because it is currentlly in use by another process. Dim fsrc As New FileInfo(txtSource.Text) Dim fdes As New FileInfo(txtDestination.Text) If fsrc.Exists Then If MessageBox.Show("File exists, overwrite ", "Overwrite ", MessageBoxButtons.YesNo, ...Show All
SQL Server Error Calling SQLCLR UDF
Running SQL Dev Edition on Win2K3 Enterprise Edition. I get the following error. Msg 6522, Level 16, State 2, Line 2 A .NET Framework error occurred during execution of user defined routine or aggregate 'AddressCorrect': System.DllNotFoundException: Unable to load DLL 'D:\CorrectA.dll': Not enough storage is available to process this command. (Exception from HRESULT: 0x80070008) System.DllNotFoundException: at UserDefinedFuncti ...Show All
Windows Forms opening windows explorer with vb.net
hi all, how can i open say a "containing folder" or just an folder for that matter.....i would like to open windows explorer to any given path from within my vb.net program.... any ideas -Andy Moyer, thanks in advance. Use the&n ...Show All
Windows Live Developer Forums BOTS on MSN
There have been a number of questions about BOTS in the forum in various theads so I thought I would provide this post with a broader update on the topic. MSN has recently started licensing BOTS on the network. The huge benefit of a licensed BOT is that it will have contact limitations removed (the reverse list), so that millions of people could connect to the same ID. Our goal is to enable a broad network of these IM applications ...Show All
