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

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

jpfette

Member List

Rajkumar Muthukumar
andrew_
Nick Ericson - MSFT
Terry Showers
Seaman Jiang
MegasAlexandros
SHASHIVRAT
JamesGreene
dophine
pravej
GautamSA
aurn
c y h
Michael F
Terry OReilly
makweru
JayR
PaulBSteelerFan
J. Ho
Philippe Cand
Only Title

jpfette's Q&A profile

  • SQL Server Errors in the high-level relational engine. when building cube with DSV with two different data sources

    I get the following error when trying to build a cube when the measures are create d from a data source view with two data sources both SQL Server 2000 . There error is: Errors in the high-level relational engine. The following exception occurred while the managed IDbCommand interface was being used: Could not locate registry entry for OLE DB provider 'SQLNCLI.1'.. The SQL executed looks like: FROM OPENROWSET ( N'SQLNCLI.1', N'', The cube builds fine if the measure is not added from th e secondary  source, once added it fails to build.  You can view the secondary datasource in the Data Source view fine and in the Cube Structure tab ...Show All

  • Visual Basic ClickOnce: Application identity is not set.

    I am trying to create a simple ClickOnce program that checks for updates programmatically. I have succesfully published a program using the built in functionallity of the IDE, but this does not give me what I want. Firstly, how do you debug such a program, as when I run the program, it falls over when I try to get the CurrentDeployment object with an error: The application is not installed. Secondly, I created a setup project and installed my program, but I am now getting the error: Application identity is not set. I'm sure this is just a property that needs setting somewhere, but I cannot find it. Here is my code: Private Sub Form ...Show All

  • Architecture dll problem.

    How do we ensure that a DLL in a solution is updated when a referenced solution is compiled We are currently in the process of migrating our software package from RPG code into AVR.net. Currently, we are running our application on an AS/400. Within our existing code and from within any program running on the AS/400, there are external program calls which will simply call another RPG program. In particular, we have one program (inquiry program) which can be called from any screen within the system. On the AS400, the inquiry program is independent and a code change to this program would not require any changes to prog ...Show All

  • Windows Forms Custom Control that's databound, reseting itself on leave

    I made a simple custom control with 2 radio buttons on it.  (Yes/No).  It databinds fine to a property I made for IsYes.  The problem is once you run the program, and say it's databound to a "No" and you change the control to "Yes" and 'leave' the control it reverts back to it's saved data "No".  So it's not updating it's databound value.  What am I forgetting to do   private object _oIsYes = false;   private bool _bIsUnknown = false;   [   Category("Appearance"),   DefaultValue(false),   Bindable(true)   ]   public object IsYes   {    get{return this ...Show All

  • SQL Server Row and Cell Segurity

    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     IS_MEMBER(MarkingRoleName) FROM tblUniqueLabelMarking  WHERE     CategoryID = 2 AND UniqueLabelID = tblUniqueLabel.ID) GO And the error is Msg 208, Level 16, S ...Show All

  • Visual Studio Team System Where to download MSFWinBuild?

    I'm in the process of customizing the MSF Agile Process Guidance.  I have been using the Process Guidance Customization Guide from the Visual Studio October SDK. This guide mentions that the MSFWinBuild Tool is useful to pre-render the HTML files.  The guide says that this tool can be downloaded from http://msdn2.microsoft.com/en-us/library/ms243893.aspx . However, I can't find the download.  Where can I download this tool from Thanks _____________________________ Sarah Cameron - InCycle Software Hi Sarah,    The MSFWinBuild site is  http://www.gotdotnet.co ...Show All

  • Visual Studio A Bit More Detailed One.. Help reg. Implementation Problem

      Hi,  Having a query related to implementing the developed DSL as prescribed in the Walkthroughs .  I m using my DSL , by adding new project item in Exp. edition(using C# Project). i also drawn some useful info for webpages. How can now i use that DSL. will it is a code generator , if so how to generate the code.. i m providing TextTemplatingGenerator in the properties and run custom tool, it is showing me some error.. since , i m just proceeding as per in the walkthroughs , i couldn able to resolve this.. kindly help me in this.. thanks in advance. I think I understand your i ...Show All

  • Windows Forms Asign data field to variable or otherwise use it

    I sure hate to have to ask this--it's fundamental. But I've searched many hours trying to find the answer. And I've watched 4 hours of videos, too. In VB Express 2005, I've connected to an Access file and can load it to a grid on a form. I can do all the associated functions with the data that you would expect on the form. HOWEVER, I simply can't figure out how to "grab" a piece of data from a particular column (let alone row!) to use programatically. It seems that once the data is displayed that it must be under control of the table adaptor and binding tools. The data I want to grab is just VARchar text data, but no matte ...Show All

  • .NET Development Question on Threading...

    (VB.NET) So I finally understand how it works, incorporated on one of my long processes and it works.  Great.  But now when I run the process (showing a progress bar) I can only do other tasks after the progressbar finishes.  The Setup: I have a subroutine that creates about 5 excel spreadsheet from records in a database.  The progressbar shows for each file creation.  As it's creating a file I can't access my Menu (File, View,etc..) until a file is done.  The menu item opens but the process stops.  After I release the menu item, the process continues. The threading code is as follows: Private Sub Excel ...Show All

  • .NET Development Multiple Connection

    Dear All, In my application I have to open multiple database connection at a time to perform a task.I am using .NET 2.0 and sql 2000 for the same. Is there any way to perform the above task on the same connection I have multiple connection and the related command and reader objects and I am only closing the db connection in the finally block. Is that sufficient or should I close the reader as well .Also is it a suggested way for naming the variable like cnn1,cnn2,cnn3…cnnN in the above scenario. Please suggest an optimized solution with an example would be really appreciable. Thanks in advance Multiple connec ...Show All

  • Windows Forms How to add a new line inside a textfield...

    Ok i'm trying to add a file list into a text field so i can cut and paste... I don't want the file list to be in one continues line, so I'm appending "\n" to the end...   This works BUT I get the new line character displayed on my screen as well... this is my code foreach(object i in this.checkedListBox1.CheckedItems) {      Ez ...Show All

  • Software Development for Windows Vista Wireless Keyboard Issues

    Firstly can I apologise if I have the wrong forum for posting this, I'm new here and UI (user interface) seemed to be an appropriate place to post this. If it is the wrong place a suggestion as to where would be more appropriate would be appreciated. I am evaluating Vista Beta 1 ... and I am getting problems with my keyboard (a Microsoft "Wireless Natural" Multimedia Keyboard) where I have to virtually fight with the keyboard to get it to accept key presses (I just keep having to hit keys repeatedly until a key gets recognised). I figure it can't be an issue with the keyboard itself because the evaluation is on a multi-boot system (se ...Show All

  • SQL Server Database Snapshot on tempdb

    Hi Experts: Can you please offer an explanation on why a database snapshot cannot be created on tempdb . Is it because the tempdb is created everytime fresh when SQL Server is restarted or some other reason . Any insight is appreciated. Thanks Ankith Can I answer this with a question Why would you want a snapshot of tempdb Anyway, the books online say: "Snapshots of the model , master , and tempdb databases are prohibited." These are system databases and you normally wouldn't want to mess with them too much imo. ...Show All

  • Visual C# Typing in Visual Studio 2005 Text Editor is extremely slow

    Has anyone else noticed that typing in Visual Studio 2005 is extremely slow   Whey I type it seems that the screen is always 2 words behind where my hands are.  It makes it extremely frustrating to get anything done. I'm mainly referring to C# code.  It seems like Intellisense is going nuts trying to guess every word I'm going to type and never actually prints the characters to the screen. Has anyone else experienced this   Is there an option I can turn off to get my text editor back ! By the way, I have a very fast computer with Dual 3.0 GHz Zeons with 3GB memory and everything else that should make "typing" very fast. ...Show All

  • Visual Studio Setting a breakpoint that only stops one thread?

    I have a helper thread in a C# application, and some code in the application that it runs and I know for sure will never be reached by what I will call my "critical threads." Is there a way to set a breakpoint that, when hit, will only halt the thread that hit the breakpoint Yes. Place the mouse over the breakpoint glyph and select Filter... from the context menu (right mouse click) and then specify the threadid(usage information provided in that dialog). You can also get to the Filter... option by placing cursor on line with the breakpoint and selecting Breakpoint from the context menu. Azeem Khan ...Show All

©2008 Software Development Network