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

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

Zero_

Member List

ExtinctPencil
SteveMargolis
fighter92
jfbaro
KIPREAL
Arun Murali
rectis
jasse_91
Kanhaiya
Dirk Stoermer
Jon Watte
JGttttt
SJROOKER
robinjam
phanf
ron nash
Anees Ahamed
inti
Hockey Nut
Link9228
Only Title

Zero_'s Q&A profile

  • SQL Server "Unable to process one or more commands" error message

    Hi , I am getting error while trying to implement dynamic dimension security. The error reads as follows: Unable to process one or more commands. User-generated error - the dimension "<Dimension Name>" has no valid member. For more information, see your administrator. This error occurs when we try to test the role in Analysis Services 2000/sp4. on a windows 2003 server. I tried BOTH the solutions suggested in http://support.microsoft.com/default.aspx scid=kb;en-us;824419 but NO USE. The error remains the same. The following is the MDX query I am using : Filter ([Division].[Iclas] .Members ,( StrtoTuple ( "[User].[" + Username + "]" ), [Measures].[Sales]) = 1) ...Show All

  • .NET Development security issue

    hello, I'm trying to make a user control in IE where I use some third party dlls. I used tlbimp with the /keyfile option to create strong named versions of the dlls. I also strong named my two files in the assembly.cs file. I have the .NET Framework use the strong name for security, giving it Full Trust, but I am still getting this error. Can anyone help me ----- Thrown Exception ----- System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Security.SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed. at System.Runtime.Serializati ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. PIX doesn't work with MechCommander

    I am trying to run MechCommander in PIX, but it doesn't work - no Run file is saved. I recompiled MechCommander for DirectX9, using the Include and Lib directories from the DX9 SDK, June edition. I deleted all the *8* files to make sure there is no reference to DirectX8. However, when running MC2Rel.exe from PIX, no stats are displayed and no output file is saved. Anybody knows why this happens This is because GameOS is running DirectX 7.0. When you switched out the DX version only part of the game will be recompiled using the new version of DX. Most of the render and memory management stuff exsists inside GameOS which we did not ship the source code for (it is a lib). ...Show All

  • Windows Forms MDI child focus issues

    I have a MDI child forms in C# 2.0 with .NET 2. The problem I'm having is that the forms will not get focus if I click in the middle of the contents, only if I click on the header. Any hints on solving this one Was just attempting to see if there was any obvious bugs associated with this, since I did a search through the posts here to WinForms.General and found there were problems that were similar in the past. My particular implementation uses CrownWood for the tabbing and docking facility so will investigate further into this now that i know its not a common bug. ...Show All

  • Visual Studio 2008 (Pre-release) Two Jan 2007 Orcas Editions ?

    Hi Can anyone tell me the difference between Microsoft Pre-release Software Visual Studio Code Name "Orcas" - January Community Technology Preview (CTP) (Installable Bits) and Microsoft Pre-release Software Visual Studio Code Name "Orcas" - January 2007 Community Technology Preview (CTP) Both have different links yet similar files - the latter has one 700MB extra. Thanks Anjanesh, Regarding the IMG file, try renaming it to a .ISO file, and see if Nero recognizes it, or mount the IMG file in a CD-ROM emulator such as DAEMON Tools or Microsoft Virtual CD-ROM Control Panel. ...Show All

  • Windows Forms Why do my treeview tooltips flicker?

    Hi, I have a TreeView which has some TreeNodes whose Text are too long to display, so when i hover my mouse over the node a tooltip appears showing all the text, and then disappears almost immediately. If i move my mouse across the node it flashes on and off. You can replicate this behaviour really easily by 1) creating a new windows application 2) set Form1.TransparencyKey to the same as Form1.BackColor 3) Add a treeview to the form 4) Add a node to TreeView1 whose text is too long (i used 'whyisthishappeningwhyisthishappeningwhyisthishappeningwhywhywhy') 5) run it and hover your mouse over the node. I have tried fixing the problem by removing the tooltips and then recreating them, but to no avail http://www.kbalertz. ...Show All

  • Visual Studio Team System Why there're always errors on "Reports" and "Documents"

    Team Explorer shows four directories in a single project: "Work Items", "Documents", "Reports" and "Team Builds". But there're always red cross on "Documents" and "Reports", even I've set the user as an Administrator. Many thanks! Another route is to use the "TFS Admin Tool" to sync the permissions between TFS, Sharepoint, and Reporting. http://www.gotdotnet.com/codegallery/codegallery.aspx id=cea30722-cd0a-4ef4-9c75-a5a5e4932b05 You can also just browse directly to the sharepoint and reporting sites and they should give the same error as the Team Explorer interface (the permissions problem, most likely) which should at least help clarify exactly the probl ...Show All

  • Smart Device Development Why are ListViewItem's and ColumnHeaders so limited

    I just got done creating a BindableListView control in the full framework with a full designer interface one would expect in a 2.0 bindable control. I wanted to port it to the compact framework (where i need it the most) and when doing that I find that 1. CF yells at all my deisgn time only attributes. 2. ListViewItemCollection and ColumnHeaderCollection both do not have constructors and thus I cannot inherit them to give VS the ability to add them via the designer. I can still use my BindableListViewItem and BindableColumnHeader classes but all programmatically and not visually like I wanted. I guess I'm just wondering why those two classes were given no constructors and thus made unable to be inherited The metadata lists a bunch of vir ...Show All

  • Visual C++ PrintTo command in the ShellExecute

    Hello, I'm trying to use the ShellExecute API to print an HTML file to a specified printer passing the "printto" as the command verb. My default Internet Explorer is IE 7.0 Beta (I tried this also on IE 6), the problem that also I use the PrintTo verb and I pass the printer name to the ShellExecute, the Print Dialog of the IE. Is this a bug in IE Please give me a hand. Your question is actually off-topic as this forum relates to C++ language issues. For a better response, I would go to the Win32 newsgroups here: http://msdn.microsoft.com/newsgroups/default.aspx ...Show All

  • .NET Development ASP.net Website configuration tool ERROR

    Hi guys, Could anyone please help! I'm trying to view the "ASP.NET Configuration Tool" and all I get is this message: An error was encountered. Please return to the previous page and try again. The following message may help in diagnosing the problem: System.UnauthorizedAccessException: Attempted to perform an unauthorized operation. at System.Security.AccessControl.Win32.SetSecurityInfo(ResourceType type, String name, SafeHandle handle, SecurityInfos securityInformation, SecurityIdentifier owner, SecurityIdentifier group, GenericAcl sacl, GenericAcl dacl) at System.Security.AccessControl.NativeObjectSecurity.Persist(String name, SafeHandle handle, AccessControlSections includeSections, Object exceptionContext) at... ...Show All

  • Visual Studio Express Editions Webbrowser control versus I.E. Explorer

    Hello, I have an application running with a webbrowser control. In some webpages I get script errors . When I navigate through these same pages, outside the application , and using I.E.7, I have not these script errors. Is there somme differences between the Webbrowser of V.B. and the I.E. 7 browser Sorry... Wrong link.... please note this is a bit complicated.... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=706113&SiteID=1 ...Show All

  • Windows Forms Selecting a certain cell?

    Hello, [C#] A quick question. I have a DataGridView with 4 columns (title, name, age, misc). How do I display a certain cell value to a TextBox field, as in when I select or trigger one of these events RowHeaderMouseClick or CellEnter event I want : textBox1.Text = the current rows "age" cell .Value.ToString(); Thanks all. you could also use: textBox1.Text=dataGridView.Rows[ dataGridView1.CurrentCell.RowIndex ].Cells["age"].Value.ToString(); ...Show All

  • Visual Studio Tools for Office Extracting Smart Tag

    Is there a way to extract all the smart tags in a excel sheet with location of the cell without looping for individual cells in C#. thanks in advance Ganesh Hi Ganesh You're posting in a VSTO forum - I'm assuming you're using VSTO. The VSTO tool provides a SmartTag class in both Microsoft.Office.Tools.Excel and Microsoft.Office.Tools.Word Start here http://msdn2.microsoft.com/en-us/library/ms178786.aspx ...Show All

  • Visual Studio Team System VSTS MS Project integration

    I'm trying to implement logical operations in a VSTS WIT for project planning purposes, it appears to me there is no way to realize this. As a result of that i need integrate these operations in the project planning tool MS-Project. Subsequently i'm trying to break into the VSTS-MS Project refresh event on the project side to execute the logical operations there to avoid the necessity of a separate action using a project macro. Can anybody point me in the direction of avoiding the need of a MS-project macro for logical operations like calculations and data compare. I think you got the wrong forum. Build Automation is not the right topic for your question about Office/Project integratio ...Show All

  • Visual Studio Express Editions setting up visual studio on systems

    how can I set-up visual studio 2005 express on my system Are you sure that your system is supported , if yes please visit this page : Manual Installation Instructions for Express Editions . ...Show All

©2008 Software Development Network