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

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

nijen04

Member List

Yatin
Lou Immendorf
Paul Whittemore
David Stuart
desert
SeanMM
Andy_1979
Jaden
jali
adlen
Itay Sagui
Ron Holmes
John Lawrence MSFT
fritzbane
RLPV
Cristianoq
aaronmarissa
Steven Johnson
Terry Smith
Tomas
Only Title

nijen04's Q&A profile

  • .NET Development Duplicate programs running on top of each other

    When I run a simple application to open an Access program file remotely the program opens two of the exact same Access files one on top of the other. The code I use to find and open the file is: My.Computer.Filename.FileExists("D:/filename.mde") Then Process.Start("D:/filename.mde") Is there any reason this code should return two open files   Is there another process to run the files. Doug I rechecked my ori ...Show All

  • SQL Server Installing Visual Web Dev. 2005 Express: Must uninstall ANY previous versions of SQL Server

    Hello, According to http://msdn.microsoft.com/vstudio/express/vwd/download/, I have to uninstall any and all versions of SQL before I attempt to install the VWD 2005 express edition. is there a work around this I currently have SQL 2000 installed for my work; a must have for me, I can't just uninstall it. (yes I left a similar question in the Visual forums, but haven't received any replies as of yet..just fishing for an answer h ...Show All

  • Visual Studio Team System CA2000 - does it work?

    I have this code in a simple test app: private void button1_Click(object sender, EventArgs e) { // No CA2000 warning... StreamWriter file = new StreamWriter("C:\\TEST\\TEST.FILE"); } As far as I can see, it should precipitate a CA2000 warning, but it doesn't. (This is with Visual Studio 2005's built-in Code Analysis). Am I wrong about this Under which circumstances should CA2000 file Can anyone post an example that fires CA2000 Th ...Show All

  • Visual Studio Team System Is it possible to change deployment dir

    Hi I would like to change deployment dir for tests. Is there any way to do it This is how to change deployment dir in Beta 2: Main menu: Test->Edit Run Configuration->Local Test Run Go to the Deployment tab Under Deployment location check the "User defined directory" radio button Click Browse... to select your custom deployment directory In RTM by default deployment directory will be under Solution d ...Show All

  • SQL Server sp_columns in SQL2K5 gives no rows for function that return table

    Some automated tools use sp_columns to find out the columns for a table, view or UDF that returns table. In SQL Server 2000 it gives columns back but in SQL Server 2005 it does not, compat level set at 80 and 90. Does anyone have an idea what id going on here Repro script below. I expect the script to return information about the two columns in the table defined in fnTestColumnsFromFunctions(). if exists ( select 1 from s ...Show All

  • Windows Forms Problem with ToolBar in PocketPC

    Hi, I have made a .Net CF application in VB.Net. The application starts with a main form. The subsequent forms are displayed as a child control in this main form. The toolbar in the main form is declared as a Friend. It contains a toolbar& ...Show All

  • SQL Server Record set to file

    Any tips on how to get a recordset into a file. I want the result of a stored procedure (multiple rows) written to a flat file.  I've tried a data flow task with an OLE DB Source linked to Raw File destination but that produces gibberish in the file - I need the raw rows returned from the s/p Any tips much appreciated. Greg. I understood SSIS was the new DTS. Any pointers on how I can go about this Mike Gre ...Show All

  • Windows Live Developer Forums Web Presence

    This is driving me insane. :) I am just trying to see if it is possible to show whether or not a contact is online. The only catch is its an internal SIP connection, but I want external people to be able to see if they are logged in. In my case, I run a CS department, and we all log into Messenger each day, if I could show on a public website the status of my agents they would know how long of a wait to expect. ...Show All

  • SQL Server Row and Cell Security

      I am trying to implement row-security in SQL 2005 but i make a query to make a view CREATE VIEW vwVisibleLabels AS SELECT     ID, Label.ToString() FROM       tblUniqueLabel WITH (NOLOCK) WHERE ID IN --Classification (SELECT ID   FROM tblUniqueLabelMarking WITH (NOLOCK)    WHERE CategoryID = 1 AND IS_MEMBER(MarkingRoleName) = 1) AND --Compartments 1 = ALL(SELECT&nb ...Show All

  • Visual Basic Running .NET Apps on a Comp without .NET

    Soo... I built the executable file from my project and copied it to another computer to run.  Except.... the other computer doesn't have the .NET framework installed on it.  The error I get is: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~.NET Framework Initialization Error ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To run this application, you first must install one of the following versions of the .Net Framework:  v2.0.50727  ...Show All

  • Windows Forms Migrate the code of object datasource asp.net to vb.net

    How i can use the class of objectdatasource in asp.net to binding data to a datagridview in asp.net   Thanks There is no support for migrating ASP.net code to Windows Forms. Maybe others know of some tricks, but I don't think you'll find anything.   -mark Program Manager Microsoft This post is provided "as-is"   ...Show All

  • Visual Studio 2008 (Pre-release) Process RoutedCommand at NavigationWindow level

    How can you process a RoutedCommand at the NavigationWindow level You can easily add < Page.CommandBindings > to a custom page or < Window.CommandBindings > to a custom window. But when you do a Navigation application and specify the Application.StartupUri, WPF creates the NavigationWindow for you. In that scenario, I don't see where you would specify < NavigationWindow.CommandBindings > . I tried to create my own class base ...Show All

  • Visual Studio intel compiler in visual studio 2005

    Hey, in my work we use intel compiler for some of our projects. the visual studio 6 gives a simple way to select this option. my question is how can it be done in visual studio 2005 can it be integrated to the IDE Intel has an integration addon for VS IDE, but it doesnt work for me. It installs, but does not show up as it's supposed to in the IDE. This shows how it's supposed to work: C:\Prog ...Show All

  • .NET Development Process.start giving "System cannot find the file specified" error

    My code is as below: Dim startProcess As New Process startProcess.StartInfo.FileName = "ntbstart.exe" startProcess.StartInfo.UseShellExecute = False startProcess.StartInfo.CreateNoWindow = True startProcess.Start() --> giving "System cannot find the file specified" error The path of "ntbstart.exe" is added to the environment PATH variable but it seems .NET is ignoring the environment path variable. My application doesnt know t ...Show All

  • SQL Server Problem to connect to Reporting Services 2005 from Enterprise Managment Studio

    Hi Guys and Gals Need to get some help from you Guys and Gals. After I install a MS SQL 2005 SP1 and also renamed my SQL 2005 instance, I can't connect to my reporting services from my enterprise studio. Cannot connect to CSAVSTEST3. The error message as the following" The remote name could not be resolved:' csavsstestsev3'. This is the error message I am getting only apply on reporting services, I don't have any problem to access my ...Show All

©2008 Software Development Network

powered by phorum