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

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

arkiboys

Member List

simsen
DischargedXenon
Mafti
nabeelfarid
QuinceArj
Mikx
Michael Tsai
davidguygc
JohnGalt
Matt_343
Srdjan
Harish1
Valentin Simon
Alexei_shk
Folyjon
Mitch5713
Nelis Bijl
bmains
Hemant Hindlekar
RubenPieters
Only Title

arkiboys's Q&A profile

  • SQL Server Authentication

    hey all Not sure if I have this in the right forum - please direct me otherwise people. This is my set-up Windows Server 2003 (NZDEV) Virtual Server (nzvmw1) - Visual Studio 2005 Sql Server Express Edition with Advanced Services Tools = Reporting Services on my computer - I have deployed a report up to the nzvmw1 server using url nzvmw1/reports - I can see everything my user nzdev/user (admin rights) I have two other users - they are users on nzdev (not with admin rights) if they use url nzvmw1/reports - the password screen comes up nzdev/***** and password I set for them - page comes up but no folders I don't know where else to give them permissions (and don't think I should be making everyone Admins ...Show All

  • Visual Studio Team System Unable to see the source control at client machine team explorer.

    Hi, I am facing problem accessing the source files at client machine team explorer. Following are my configuration details : 1. My TFS Server is Single server configuration. It is not a domain installation it is a workgroup installation. 2. I have added my solutions and projects to Source control at server side. And it is showing is properly. 3. I have client on which I have installed team explorer. When I try to connect to my TFS Server using TFSSERVICE credential, it connects successfully to my TFS Server. But I am unable to see anything under source control. My TFSSERVICE account is admin on my client machine. Can anybody help me out. Thanks and in advanced. Thanks James for the reply. I have checked a ...Show All

  • Windows Forms Designer forces DataGridView.AutoGererateColumns = false??

    I have setup a DataGridView with a data source of DataTable. In the designer's properties it says AutoGererateColumns= true, but in the designer.cs code it is clearly set to false If I don't change the code it will not display my table properly when the Table is filled with data. Is designer forcingforceing this attribute to false because the datasource is empty at first or what As soon as I do make a change to the design, and save, the designer code flips it to false again. The only way around this is to change it in my init code, or changing the designer code each time I make an edit is this a VS bug thanks, matt That was my mistake, I thought I had seen it in the properties window. So I should just se ...Show All

  • Visual Studio Team System Generator 'String' on column 'PersonFirstName' failed:

    The percentage null value cannot be set to anything other than 0 when the column is not nullable. Where can I influence the percentage setting for the generated data Nojetlag - To adjust the null percentage: Open your data generation plan Click the table that contains the column PersonFirstName If the Column Details window is not visible, right-click on that table and click Column Details on the context menu. In the Column Details window, click the PersonFirstName column. Right-click the PersonFirstName column and then click Properties Window. In the Properties Window, in the Generator section, you should see the property Percentage Null. After you adjust the value for t ...Show All

  • Visual Basic Problem: "Interface not registered" message when executing a project on another pc

    Hello, I developed an application in Visual Basic with Visual Studio .Net 2003. The .exe file works fine on the development computer, but in another pc it doesn't work and shows me a message of an unhandled exception. I tried to debug it with CLR Debugger and the result was a message showing: An unhandled exception of type "System.Runtime.InteropServices.COMException" occurred in system.windows.forms.dll Additional informations: Interface not registered. In the host pc there is Windowx XP SP2, including .NET Framework 1.1. Can you help me Thanks. Thanks for your help. Unfortunately I was unable to install MDAC 2.8 because it has been already included in Win XP SP2 (O.S. on the target computer). ...Show All

  • SQL Server KPI MDX is not giving proper result.

    Hi, I am given set of targets for the Fiscal Year 2007. My Geo dimension table looks like this: Big Area Area Region SubRegion Country International APAC Australia Australia Autralia International EMEA Europe WesternEurope DENMARK … .. .. N.America USA USA USA USA So I have the targets for all the Area’s, Regions and subregions for this Fiscal Year. I need to put a KPI for this. Though the goal expression I feel looks OK, in the KPI Browser why is it showing ‘o’ as goal It is always taking the 'Else' value The Goal expression is like this. case ...Show All

  • Audio and Video Development Tee node and custom media source

    I used the WavSource MediaSource example and I used it in topology using a tee node. When I do that, an errors occurs after starting the session (0x8000FFFF). If I dont use a tee node everything works fine. I tried setting the MF_TOPONODE_PRIMARYOUTPUT and MF_TOPONODE_DISCARDABLE but that did not change anything. Marc I revisited this on RTM because I was going to implemented this feature on our product. Sadly, it is broken in RTM. I've tried both to: 1) Register the .wav ByteStreamHandlers dll and letting the source resolver do it's work 2) Create an instance of the WavSource class explicitely. In both situation, it works if my topology does not contain a tee node. But if I insert ...Show All

  • SQL Server Reoprting Server cannot be viewed by the client machines

    I have set up a RS on my local machine and it can be viewed by the machine. However this cant be viewed by the client machines ..wonder what could be the settings that need this to work. Regards Alu I have managed to remove the firewall and IIS problem has cleared. However, now when i access the report server..it prompts me for password. Currently in my settings (report service confguration) my Windows Service Identity uses Local System. How do I disable the prompting of password Thanks. Regards Alu ...Show All

  • Windows Forms Can't disable a button

    I am programming in c#. I have a button on my form that when clicked, it plays a wav file using the PlaySound method from winmm.dll. The wav is about 3 seconds long. The problem is that if I keep clicking the button during the 3 seconds the sound is playing, it queues all of the clicks, and plays the wav over and over. My Button is named btn. So I tried: this.btn.Enabled = false; PlaySound(...); this.btn.Enabled = true; Doing this successfully greyed out the button while the sound is playing, but it still accepts clicks, so it didn't fix my original problem. Is there some way to clear the event queue Or is there something else I'm doing wrong. I just want the button to not work while the sound is playing. I have also tried ...Show All

  • Visual Studio 2008 (Pre-release) Automated testing tool for WPF / XAML

    Download iSimplyTest, the automated testing tool for WPF. It has recorder, playback utilities, and mechanism to add verification hooks. Download it from http://www.invivosoft.com/html/isimplytest.htm Thanks Sanjeev Kumar http://www.invivosoft.com   ...Show All

  • SQL Server high Availability cubes: During Cube metadata updates + ProClarity

    Hi, This is a kind of solution design issue. Scenario: We have a web page that displays information from a Oracle data warehouse. We collect the required information in the page and have used AMO to create cubes and other related objects from this information. The source for the cubes in SSAS 2005 would point to Oracle. This is modelled as a web service and used within the web page. Once the Cube gets created in SSAS, we model ProClarity graphs on them. The problem: The users can invoke the AMO web service from the web page, to add a new MeasureGroup to an existing cube. Once this is done the Cube becomes non-browsable. because we are adding a new MeasureGroup and thus modifying the cube metadata. In detail, If the new MeasureG ...Show All

  • Visual FoxPro Additon in character type data

    Dear Experts Field1 of Table1 has character type data, but digits. In Field2, I want to replace data as under 801 -------- 801 803 -------- 802 807 -------- 803 809 -------- 804 902 -------- 901 905 -------- 902 906 -------- 903 908 -------- 904 Please help Dear Sir, Following line needs to edit if i = 4 i = 1 endi Becuase codes of every group my vary in quantity. such as 501------------501 508-----------502 801 -------- 801 803 -------- 802 807 -------- 803 902 -------- 901 905 -------- 902 906 -------- 903 908 -------- 904 Please help again ...Show All

  • Microsoft ISV Community Center Forums Referencing unregistered DLL

    Hi all, I've had kind help with part 1 of my problem somewhere else on the forum, but I think part 2 should be posed here. What I am trying to do is create a .dll-file (TestDLL) that contains a function (StartMe) initiating a form (frmMain) and then call that form from both an EXE-file and an Excel add-in. The DLL-file I created with VB 2005 could not be registered with Windows, so I could not call the function StartMe from within the EXE. As it turns out, I could simply include a reference to TestDLL in the EXE-file, telling it where to look for the function StartMe. Logical deduction would therefore tell me I should also include a reference to TestDLL in the VBA-code, telling that where to find StartMe. Is it possible to do ...Show All

  • Visual Studio 2008 (Pre-release) Set the Page "Window Height and Width" to Maximize

    how do i set the Page's Window Height and Width to Maximize on a Click Event right now when i click on a Button set to Page2. Page2 shows up but its resizing the entire program,window1's windowstate is set to Maximize. After i click the Maximize button twice it will finally maximize the entire program. I have the Frame's Margin at 0,0,0,0 right under the main Docuement Root,so everything on Page2 hides window1. I have a Frame inside Window1 that Navigates too Page2.xaml by a Button Click here is the Code i am using to navigate to Page2 from Window1:: Page2 pg2 = new Page2(); void ConfigButtonClick(object sender, RoutedEventArgs e)           &n ...Show All

  • SQL Server backup operator

    I have to assign a group db_backupoperater permissions. Do they need any other role like db_dbwriter or dbreader I don't usually assign roles like this. Thanks Hello, This of course will depend upon what permissions you want the group to have. If you only want the group to be able to issue backup commands against the database in question, then db_backupoperater is all that is needed. Cheers Rob ...Show All

©2008 Software Development Network