Shaundakahl's Q&A profile
Microsoft ISV Community Center Forums Office 10 \ winword.exe runtime error
I have downloaded the service pack 3 but I'm still encountering the problem when I try to open MS Word. MS Excel, MS Outlook , MS Powerpoint & MS Viso all work fine. Any time I try to open MS word I receice a Box vissual c++ runtime library. This application has requested the runtime to terminate it in an unusaul way. Microsoft Office\Office 10\Winword.exe. Here's a list of support articles that I ran across ...Show All
Software Development for Windows Vista Query for pending Activities with access prvilages for a specific user
Hi, I'm using RoleCollection to set user restrictions on activities. Is there a prefeared way to query for "pending" Activities with access prvilages for a specific user I'd like to build a web part to show a user his or hers current activities. Thanks wmmihaa, Using a sink & method invoke, you can build an event handler that can answer this query. If your activities are all sink-bas ...Show All
Windows Forms IE.net?
The major thing that I would like to see are better HTML controls. AFAIK, since HTML is everywhere in the OS now, why wasn't it a larger part of the .NET framework COM Interop works, but it has such an ad hoc feel to it,& ...Show All
Visual C# Newbie question regarding generics
I'm fairly new to generics - and have a question to throw out. I have an abstract class called BusinessObject - which I want to make generic, so I can have some strongly-typed return values and what-not to avoid manual casting. My class definition would like this (much abbreviated, of course)... public abstract BusinessObject<T> : IEditableObject, INotifyPropertyChanged { public override bool Equals(object obj) &nb ...Show All
SQL Server Identical matrix objects don't render the same in Reports Server
I have a report with 3 matrix objects across the page. The size of the text boxes in each are set to identical dimensions & formats. The data displayed in each the same - just from different levels - year goal, last 4 weeks summary, fiscal YTD summary by month. The report looks fine in the preview. But when I look at it in the Report Server, the last matrix object is longer than the other two. I deleted it a rebuilt it - same result. The rea ...Show All
SQL Server Referencing SQLDMO in UNSAFE assembly
I created a SQL Server Project in VS 2005, and tried to add a reference to SQLDMO Object dll. But the reference --> add reference, does not allow it. It does not work, even if I set the Assembly Permission Level to UNAFE/EXTERNAL ACCESS. Reason I'm trying to do this: We have a SQL 2000 stored procedure that uses SQLDMO using sp_OACreate to BCP files to database. We are converting to 2005 and because of SOX restrictions, I'm trying t ...Show All
Visual Studio Express Editions API Declarations
How would I go about creating an API declaration I mean in Visual Basic the API declaration for timeGetTime is Private Declare Function timeGetTime Lib "winmm.dll" () As Long and in C# it's: [DllImport("winmm.dll")] private static extern long timeGetTime(); How would I perform the same task in C++ Thanks in advance The API was designed to be used in C/C++. It's the other languages where you have to hack ...Show All
SQL Server Using Symmetric key problem with encryption, decryption works fine
Hey I had a table with a column of data encrypted in a format. I was able to decrypt it and then encrypt it using Symmetric keys and then updating the table column with the data. Now, there is a user sp which needs to encrypt the password for the new user and put it in the table. I'm not being able to make it work. I have this so far. Something somewhere is wrong. I dont know where. Please help Thanks. I used the same script to do the encryption ...Show All
Visual Studio Tools for Office Excel SaveAs() method
I'm having trouble saving a workbook. I show a SaveFileDialog, the user specified where he wants to save the file, and where. When the user clicks on Save button, I say SaveAs... and do something else with the file (after the file is saved). Anyway, that's what it should do. My code for saving is this: this.SaveAs(fileName, Excel.XlFileFormat.xlXMLSpreadsheet, missing, missing, false, false, Microsoft.Office.Interop.Excel.XlSaveAsAccessMode.xlNo ...Show All
SQL Server Impact of "Rows per batch" on OLE DB Destination?
OLE DB Destination has a "Rows per batch" parameter. Are there best practices/guidelines around what it should be set to (for better performance etc) For example, if each row is of size 100 bytes, how does performance change when I set a batchsize of 0, 100, 1000, 10,000 etc I guess the default value for this parameter is zero. Does that mean, internally it is implemented as: For each row: begin transaction insert row commit tran ...Show All
Visual Studio Suggestions for Code Control
The company I work for are due to have a SAS70 audit this year and one of the things that has been highlighted in our pre-audit is the need to control the source code within Visual Source Safe. Basically one of the requirements from SAS70 is that there's a split in duties from those who develop the code and those that maintain the "production" code which ultimately will be built for clients. As it stands now, developers can check-in an ...Show All
Windows Forms Print Problem
Hi there, I have a problem with the output of my printing. It seems to put the whole string in one line, so you can only read the first part of the string on the printed document. The text is not wrapped. How can I wrapp the text so I can read everything. I can put \r\n after each line, but this works just do some extend. Cheers Thanks Chris private void menuItemPrint_Click( object sender, System.EventArgs e) { printDialog1.Document = pr ...Show All
Visual Studio 2008 (Pre-release) QuaternionRotation3D in XAML
I'm trying to define a quaternion rotation as follows: <RotateTransform3D> <RotateTransform3D.Rotation> <QuaternionRotation3D> <QuaternionRotation3D.Quaternion> <Quaternion X="0.0721103" Y="-0.239501" Z="-0.126247" W="0.959948" /> </QuaternionRotation3D.Quaternion> </QuaternionRotation3D> </RotateTransform3D.Rotation> </RotateTransform3 ...Show All
SQL Server Report Services Question
Hi all, I wanted to be able to log on to Report Services from another computer (remotely), how can I go about doing that setup from either fresh installation or after installation Or can anyone guide me to on where am I suppose to post this question in Any help from anyone is appreciated. Thanks in advance. Daren Daren, I'm going to move your thread to the Reporting Services forum. They shou ...Show All
Windows Forms embedding default event handler in derived UserControl class?
Hi, I'm new to .Net, and was wondering if the following is possible: I have created a template user control that has a standard toolbar/menu and events that are raised when the buttons/menuItems are clicked. When someone derives a new User Control from this class, I want to have default event handling code embedded in the class that they are creating which will act as a sample/default handler (rather than having them create the handlers from scr ...Show All
