Software Development Network Logo
  • Audio and Video
  • SQL Server
  • Visual Studio
  • Microsoft ISV
  • .NET Development
  • VS Team System
  • Windows Forms
  • Visual C#
  • Game Technologies
  • SharePoint Products
  • Visual C++
  • Visual Basic
  • Visual FoxPro
  • IE Development
  • Windows Vista

Software Development Network >> guyinkalamazoo3's Q&A profile

guyinkalamazoo3

Member List

davep1553
Michael Kennett
Darren Woodford
anu_ooo
mcrisf
LostCoder
Buddhist
Robs Pierre
Romantic_touch
dron747
mGautam
Zero WangXin
Java Q
Sachin Samuel
mvermef
Craig Bye
ahmedilyas
imed-deborah
baobab
Bill Reiss
Only Title

guyinkalamazoo3's Q&A profile

  • Visual Studio Tools for Office Adding outlook appointment item to shared folder

    I would like to add an appointment item to a shared folder that is type of calendar. I am able to locate the folder I need by using the following C# code. Outlook. MAPIFolder GPUpgrades = this .Session.Folders[1].Folders[2].Folders[3]; How do I modify this line to go to the correct calendar Outlook.AppointmentItem ai = (Outlook.AppointmentItem)this.CreateItem(Microsoft.Office.Interop.Outlook.OlItemType.olAppointmentItem); Hello, I think you can do it if you have a reference to the folder you want to add it to... Outlook.AppointmentItem ai = (Outlook.AppointmentItem)GPUpgrades.Items.Add("IPM.XXXX"); // Where XXXX is the type you want to add. For my addin, its IPM.Post. // ...Show All

  • SQL Server syspublications ..is there a known issue.?

    Hi, I have two publications on a database. One Merge Replication and one snapshot replication. When i run select * from syspublications i see only one row. (snapshot). I am not able to see the record for the merger replication. I am a dbo and administrator on the system. Is this some known issue I am surprised. Have any one else noticed this Or am i missing something obvious Cheers Mohan Thanks Greg. I missed that. But still wondering why create a syspublications table and not have all publications in it. Any way thanks for the sharing. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. HLSL Lighting: Wits' End

    I am using DxViewer to try my hand at my first HLSL shading adventure. For the life of me, I cannot get the sphere lit. It is black. I can't believe I'm the only one having this problem, but everybody seems to have lighting figured out. WHAT am I missing -- Jeff S. ///////// /// MyEffect.fx ///////// #include <sas\sas.fxh> int GlobalParameter : SasGlobal < int3 SasVersion = {1, 1, 0}; string SasEffectDescription = "HLSL Hands-On Workshop: Completed solution"; string SasEffectCompany = "Microsoft Corporation"; bool SasUiVisible = false; >; float Time <string SasBindAddress = "Sas.Time.Now"; bool SasUiVisible = false;>; float4x4 World <string SasBi ...Show All

  • Visual Studio Tools for Office Project file has been renamed?

    I have an asp.net web application (vb) that I am running is visual studio 2005 When i try to run the project I get the following error message. The debugger cannot continue running the process. The project file ' ' has been renamed or is no longer a part of the solution. I can run the project if I browse the start page. How can I correct this problem This forum is for questions concerning the VSTO technology, which has nothing to do with asp.net apps - not sure how you ended up here. You'll find ASP.NET forums at this location http://forums.asp.net/ ...Show All

  • .NET Development Exposing .NET classes to a Scripting Host

    Currently I am transfering an application from C++ to C# (i.e. rewriting) that creates an instance of the Microsoft Scripting Host, like in the sample " MfcAxscrVb ". (You know, such stuff like the IActiveScriptSite interface, etc.) An issue that arrises is when exposing C#-objects to the scripting host that are derived from generic classes (e.g. a class derived from List<T> ). When trying to access an instance of such a class from my VB script, the methods I try to call seem to be unavailable ("method not found"). Question: Is this a known "issue" that objects derived from generic classes cannot be exposed to and consumed from a script inside the Microsoft Scripting host Thanks Uwe If it is a g ...Show All

  • .NET Development C# execute store-procedure

      Is there away to execute a store-procedure(s) and get how many secs/mins it takes to execute   Thank you,     Thank you for the quick reply, This code shows me how to execute a store procedure, but do you know if there is a function that can calculate how long it takes to execute "network speed" and/or the "speed of the store procedure" , or it is not possible to check using .net, because I know It is possible to check manually using Sql server 2000/2005. Thank you, ...Show All

  • SQL Server Cannot set a Variable from a select statement that contains a variable??? Help Please

    I am trying to set a vaiable from a select statement DECLARE @VALUE_KEEP NVARCHAR ( 120 ), @COLUMN_NAME NVARCHAR ( 120 ) SET @COLUMN_NAME = ( SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'CONTACTS' AND COLUMN_NAME = 'FIRSTNAME' ) SET @VALUE_KEEP = ( SELECT @COLUMN_NAME FROM CONTACTS WHERE CONTACT_ID = 3 ) PRINT @VALUE_KEEP PRINT @COLUMN_NAME RESULTS ------------------------------------------------------------------------------------------- FirstName <-----------@VALUE_KEEP FirstName <-----------@COLUMN_NAME SELECT @COLUMN_NAME FROM CONTACTS returns: FirstName SELECT FirstName from Contacts retu ...Show All

  • Software Development for Windows Vista Application manifest files

    I have an application compiled in visual studio 2005. Is there any way I can modify the manifest files of the application so that, the application works even when the files on which the application depends, resides in the parent directory instead of the working directory. ...Show All

  • Visual Basic OTP: CANNOT LOAD CRYSTAL REPORT 4.5 ON VB6 RUNNING ON WINDOWS 2000

    I add the crystal report 4.5 to the references but it cannot load. Anyone knows how to overcome this problem. Thanks vbqns I'm afraid VB6 support has ended, and so VB6 questions are off topic in these forums. Try www.vbcity.com ...Show All

  • Commerce Server still having an issue trying to do a PurchaseOrder.Save()

    Hello, A while back I posted this thread, which describes my problem pretty thoroughly, but I'll do it again as I'm kinda running out of ideas on how to fix it. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1068432&SiteID=1 I have a view order page which can show a customer their order. This page uses the viewstate to get the order information (from commerce server) on first page load and store the OrderGroup class (could be purchase order or basket) in viewstate, modifying it over time and allowing the user to commit all changes when the update button is pressed. This works fine in all cases for baskets, but when the order is in the purchase order state, I attempt to change the status of a line item and when the save ...Show All

  • Visual Studio 2008 (Pre-release) Animated Collapsing Panel

    I'm trying develop a UI that contains a collapsing left panel, however even though it does work, the elements contained in the collapsing panel get scrunched up before disappearing as their parent elements width is animated to 0. I've tried setting ClipToBounds on the parent container, hoping that the elements would be clipped instead of being scrunched, but this doesn't seem to work. Could someone post a simple example of a panel or container that will clip its child elements as its width changes instead of just rearranging them Basically giving the appearance that the parent element is sliding over top of them. Thanks! Matt, Hey that worked! Not sure why I didn't think of that...tha ...Show All

  • Windows Forms Changing size property

    How do I enable the changing of size of a control like combobox Thanks. regards Alu Oh sorry Above code need an addition: add using System.Drawing; namespace for Point class or replace Point with System.Drawing.Point whitch one is approriate to you. ...Show All

  • SQL Server Additive or non-additive dimension depending on the measure group

    Hi, I have a dimension called [Year of Account]. For most of my measure groups all values are additive over this dimension - no problem there. Unfortunately I have one measure group that is NOT additive over this dimension. I wanted to deal with this by removing the [Year of Account].[All] member from the dimension but I only want to remove it for this one measure group. As far as I know that's not possible. (Or am I wrong ) Any other ideas about how I should deal with this Any suggestions welcome. Thanks Jamie I think you are probably right, one possible work around would be to use an MDX script assignment to override the value in the relevant subcube so that the users did not see misleading inf ...Show All

  • SQL Server Can SQL Server 2005 Evaluation be used to upgrade a system?

    I have multiple development SQL Servers running Enterprise edition that I want to upgrade for application testing before upgrading our production system. All of the servers meet the hardware and software requirements for SQL Server 2005 Enterprise edition. However, when I try to install to use the SQL Server 2005 Evaluation Edition to upgrade the servers in place, I get the blocked upgrade message: Name: Microsoft SQL Server 2000 Reason: Your upgrade is blocked. For more information about upgrade support, see the "Version and Edition Upgrades" and "Hardware and Software Requirements" topics in SQL Server 2005 Setup Help or SQL Server 2005 Books Online. Edition check: Your upgrade is blocked because of edit ...Show All

  • SQL Server High CPU utilization in SQL Server 2005 SP2 (CTP)

    Hi, We are having a big performance issue at our site. Here is the configuration of the box running SQL Server 2005: 64 bit Windows Enterprise Edition + SP1 Dual CPU, 16GB RAM RAID 1 and RAID 5 - internal SQL Server 2005 64-bit Enterprise Edition With SP2 (CTP from December) The "Lock Pages in Memory" is set and is being run under the same account that is being used to run SQL Server Services. We are noticing that under load, the CPU utilization becomes nearly 100%. I have researched this and have come across a couple of posts that indicate that this issue was fixed in SP2 - example: One post talked about the hotfix #716 which is also a part of SP2 but even after the application of that service ...Show All

©2008 Software Development Network