Software Development Network Logo
  • Windows Live
  • Visual C#
  • Windows Vista
  • VS Team System
  • VS Express Editions
  • Visual Basic
  • Visual FoxPro
  • SQL Server
  • Architecture
  • Visual C++
  • Visual J#
  • Game Technologies
  • Smart Device
  • Visual Studio
  • Windows Forms

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

saeidX

Member List

Donald DoC
Sachin Agarwal
Kirk Hilse - Microsoft
R. Santana
Brightspot
SCChoose
kornballe
Justin Souders
Shanem
Button_Tom
jim5400
hajik
Rob Mauii
James CACN
shyam00
CurtisDeHaven
AGPX
Michael Eng
MarchJ
ej_dba
Only Title

saeidX's Q&A profile

  • Visual Studio Team System Using .cpp (/CLR) file tests

    Hi Having added a .cpp file to the test project (the one created by the "create tests" option) i can't get the Test Manager to scan the file and see the tests in it NB: When you go to 'add item' in the Test project, it does not give you the option of a .cpp file you need to create one outside the IDE then add an existing item to the testing source list. Is there any special naming convention needed Consistently the posts have said having a .cpp (/CLR) file was possible for unit tests. The file is being compiled. Because if make an error deliberately it gets picted up. Whether it is actually linked i can't say. ...Show All

  • Visual Studio Tools for Office Open Office standart

    As we know, new Office provide open stabdart throw XML. Will CLR be supporting some providers for Office files, or we will be must writing stupid code for parsing these files Kirill Are you referring to Office 2003 XML or Office "12"   If Office 2003, then these are just standard XML files. System.XML provides the parsing functinalilty for XML. There is no app-specific object model though exposed by any Microsoft product for manipulating the contents of those files outside of the application that created them if that's what you mean - all there is is an XML parser. If you're referring to Office " ...Show All

  • SQL Server Get Sql Err Message 15422 when activating application role.

    Running VB 2005 Express Edition and Sql Server 2005 Express Edition (SQLX). Developing a desktop application which calls a local instance of ".\sqlexpress". This app needs to set data base options and add/del various table columns. When activating the application role, I get the following message: HariCari SQL Error/s 15422 - Application roles can only be activated at the ad hoc level. Anyone know what this message means I have searched SQL Server Books On-Line and been unable to find a list of Sql err numbers. Either I have missed the obvious or Books On-Line has missed the obvious. Thanks Gary I ...Show All

  • SQL Server Parametrized Report with Analysis Services didn't work

    Y made 2 report with parametrized MDX queries and they only work with the default values. But when I select some values from the combos with legal values the report is empty. The weird thing is when I test the report in visual studio it works really fine. But when I go from http://somemachine/reports it fails. Can anybody try this The MDX querie is ok. I have a lot of experience with MDX in SQL 2000. It says something like this. WITH   MEMBER [Measures].[Caida] AS 'IIF([Measures].[Variacion]<-0.5, [Measures].[Variacion], NULL)' SELECT   NON EMPTY { [Measures].[Caida]} ON COLUMNS,   NON EMPTY { STRTO ...Show All

  • Visual Basic for each to unload all forms

    In VB6 it was possible to unload all open forms using: Dim frm as Form For Each frm In Forms    Unload frm Next That doesn't work in VB.NET; is there something similar. I could not find any info on this in the help system. BTW as of 10:50 EST on 17 Nov 2005, the Search on the MSDN forum has not been working. Am I the only one with this problem I found the following code using a web search engine (not the VS Help system which I personally consider extraordinarily unhelpful): Application.Exit() GC.Collect() That seems to unload all open forms in a VB app. Simple and quick! Too bad this k ...Show All

  • Visual Studio Team System Database Update Failure - PK_tbl_PendingChange Violation

    I tried to make a new branch this morning. When I do so, I get this: --------------------------- Microsoft Visual Studio --------------------------- Error A database error occurred (SQL error 2627) ---> Violation of PRIMARY KEY constraint 'PK_tbl_PendingChange'. Cannot insert duplicate key in object 'dbo.tbl_PendingChange'. MCHAN.TfsVersionControl..prc_PendBranch: Database Update Failure - Error 2627 executing INSERT statement for tbl_PendingChange The statement has been terminated. --------------------------- OK --------------------------- Only happens to one branch. Could this error be that someone has checked out something in ...Show All

  • Visual Basic Is there anyway to disable the DEBUGGER, it is hogging all my cpu time.

    I have been trouble shooting what I though was a timing problem in my application.  I have discovered that the problem is the debugget taking 15 to 16 millisecond chuncks of cpu time, sometimes (with a lot of trace statements, like) it takes these chuncks every 15 to 20 milliseconds. I would like to produce an exe file with out any debugger code at all.  Is there any way to do that in VB express or VB2005 beta   I read somewhere that it was but I cannot find the wizard or whatever to do it. Can anyone help, Please Thanks Dick Hi Dustin, Well, your solution worked and it didn't.  VB Expres ...Show All

  • Visual Studio Tools for Office VSTO Excel designer problem (Visual Studio 2005)

    Hi all, I am currently working on a vsto excel template project (Visual Studio 2005) , I have opened the template outside visual studio to change print area definitions (because the page setup excel menu isn't accessible from the vsto designer), now when I try to open the excel template from within visual studio 2005 (vsto excel designer) , vs 2005 crashes. I can open the code behind , but not the designer. Can anyone help me on this. Thank you and best regards, Pedro Costa Hi Pedro, can you provide the exact repro steps to get to the crash I tried setting the Print Area in the workbook and ...Show All

  • Visual Basic Serialization question

    ' Sender's end. Public Structure Chat     Dim fromPlayerID As Integer     Dim toPlayerID As Integer     Dim Message As String End Structure Sub Main Dim C as Chat C.Message = “Test” SendData(“CHAT”, C) End Sub Public Overloads Sub SendData(ByVal pHeader As String, ByVal pData As Object)         Dim packet As New NetworkPacket         Dim data(30) As Byte         Dim st As Stream = New MemoryStream(data, True)         Dim sw As New StreamWriter(st)         sw.WriteLine(pHeader)     &nb ...Show All

  • Visual Studio Team System How To Monitor TFS Build server activity

    Hello, I would like to now if it is possible to get the same flavor of build activity with Team Foundation Server as with CruiseControl.Net which offer a portal listing all build types and indicating their current state. If it does not come with the product, do I have means to create one Thanks Eric Hi Eric - We don't have such a portal out of the box in Team Build, however it should be fairly straightforward to build a portal for that. If you need help in building a web page like that, please mail me at anutthar at microsoft.com - Anu ...Show All

  • Visual FoxPro i just wanna do it like this

    can i do that thank you everyone. To anyone that'd use MultiSelectGrid class. Please use original unmodified version. Period. ...Show All

  • SQL Server Cube DDL reverse engineer ?

      Hi guys   I have built several cubes. However I would need to create local cubes from the built cubes in Analysis Services. As a result I need to work out the DDL for my existing cubes. However the cube contains many mdx calculated members. I was wondering if it would be easier to simply generate the DDL from my existing cube in Analysis Services.   Does anyone know any third party tools that I can use to reverse engineer the DDL from the built cubes in Analysis Services   Thanks Tom thanks for that at least now I have a good idea what the other person's talking about Thanks Tom ...Show All

  • SQL Server Client Tools for SQL Express

    I am looking for information on Client tools for SQL Express. I am mainly looking for a way to script out the objects and then Add them back into a new file. I wish to do this so that I can ship the SQL Scripts for an application so that the user can load them up once distributed, and also to allow me to create the objects and load them at design time. I used to be able to have a common set of tables that I would use inside applications, and when working on a project load them if they were needed. One of the other reasons is the problem with the Beta2 and RC engines and the changes that have been made. I know that the two versions do not wor ...Show All

  • Visual Studio How can I sign my VSI package ?

    I created a project template, a couple of Item Templates and some code snippets to make it easier for developpers to use our framework. I packaged them into a VSI file which works perfectly. During the install I get a warning that the VSI is not signed. I can't see any publisher information in the Visual Studio Content Installer. I would like to sign my VSI but I can't find a way to do this. extra info: http://msdn2.microsoft.com/en-us/library/ms185314.aspx thanks in advance First, you should download and install the powertoys from http://workspaces.gotdotnet.com/ccipowertoys . There is a known bug in the signing process that will no ...Show All

  • Visual C# FileSystemWatcher hell... stops watching after event

    I created a FileSystemWatcher object to watch for newly created files. Once a file is created, the FileCreated() method is called through the FileWatcher event handler. Problem is, after this happens, FileWatcher doesnt seem to listen anymore. I have to create a new FileWatcher every time the event is fired and the method completes. Below is my code. This is a seperate class from the Main class. From the Main, I call this class to set up and create the FileWatcher. I have tried to put the new FileSystemWatcher() in the MAIN class, but it stil quits listening after event. I also caled this watcher.WaitForChanged( WatcherChangeTypes .Created) ...Show All

©2008 Software Development Network