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

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

nick0033

Member List

AnanthK
Xeric Systems Ltd
SAlekseev
Muhammad Umer
Robert Blake
willis3000
Yosi345
Darren Shaffer
clutch
Honey
RamanaR
gg1
quargel
Bert Loedeman
MARCO RIBEIRO
VaibhavG
sllxnbierwl
Ralf P.
jfoley
HoustonLucifer
Only Title

nick0033's Q&A profile

  • Visual Studio Express Editions Can't add items Form, class, Userctr etc to a project!

    Please help I'm desparate I've installed VWDExpress beta 2 after deinstalling beta 1. I'm not able to add en new item like form, masterpage with code behind (stangely without code behind I can add a masterpage it). If I add the item i get a Object reference not set to an instanco of an object error. I've deinstalled and installed VWDExpress three times and it stil does not work. If I add a template project everything works until i want to add for example a class then the object reference error comes up. Regards Roland Jochems Sorry to hear you are having trouble. Did you have all previous version of components uninstalled in the ...Show All

  • Visual Studio Express Editions Lost Vista Key

    I am unable to activate my copy of Windows Vista Beta 2. I am unsure as to why, the documentation states that it should work for up to 10 PC's. I did have a problem with my initial install with the antivirus causing the system to go haywire and had to do a completely clean install. When I did the reinstall I lost all of the email (oops I forgot to copy it the 2d time around, not usually a problem except for this ) I had, thus losing my keys for the software. Can anyone help me And no I did not receive it in the mail like the only post I found about this states, I downloaded the software! ...Show All

  • SQL Server SSRS 2k5 upgrade

    Hi, I was able to upgrade my MSRS 2k to SSRS 2k5 but I see two issues: I dont see Report builder in my new SSRS interface : Is there some option in Setup which I might have missed to loose the REport builder. Also in my Add Remove Programs I still see SQL Server 2000 Enterprise Edition , I do not see any SSRS 2005 entry. FYI. My new SSRS version shows 9.00.1399.00 Cheers, siaj To answer your first question, you have to modify the system-level role definitions to add the "Execute Report Definitions task". T hen assign your users this role. Site Settings -> Configure system-level role defini ...Show All

  • Windows Forms maskedTextBox 00/00/0000

    when mask format is like 00/00/0000 it is not accepting the date 01/01/1982 it is taking as 1/1/1982 and it is raising exception Hi Have a looksie here http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=334434&SiteID=1 ...Show All

  • .NET Development ConnectionString for OLEDB to SQL Analysis Services cube

    Is it possible to use OLEDB or ADOMD.NET to connect to a SQL Server Analysis Services cube Which of these, if any, would provide the ability to define an object that can be used as a dataView or some other data set object Thanks, -Marilyn See if the following helps: Analysis Services Data Access Interfaces (SSAS) ...Show All

  • SQL Server Format String

    What is the difference between "#,#0.00" and "#,#.00" In the 2nd case, numbers between 0 and 1 won't have a leading 0. So, for example, "0.31" (1st string) will display as ".31" (2nd string): http://msdn2.microsoft.com/en-us/library/ms146084.aspx >> 0 Represents a digit placeholder that displays a digit or a zero (0). If the number has a digit in the position where the zero appears in the format string, the formatted value displays the digit. Otherwise, the formatted value displays a zero in that position. If the number has fewer digits than there are zeros (on eit ...Show All

  • SQL Server Works fine inside BI Dev. Studio, but fails when scheduling it in SQL server 2005.

    Hi! We are currently developing a project in SQLIS using the BI dev. studio. The package executes with no problems in the development environment, but when I try to deploy it and execute it using the SQL Server Agent, the package fails. "Work flow" ----------- 01. Build a package deployment utility (Rebuild all). 02. Runs the deplotment utility. 03. Checks that the latest package has been installed. 04. Creates a new job in SQL Server, using the SQL Server Agent.  05. Adds a new step to the job. 06. Sets that it is a DTS package that should be run ("file-based") 07. Sets the location of the package. 08. Saves the job. 09. Starts t ...Show All

  • Windows Forms Paint Event Problem

    I have a Windows application that overrides the Paint method to change the presentation of the form. Basically, it paints a red border around the edge of the form. I also have a couple of panels that fill up the form. One is docked to the left and the other fills the remaining space. Each of these panels also has an override to the paint event. The overrides are in the Form1 class. The problem: The project solution compiles and runs just fine on my laptop. However, when I copy the entire solution to my desktop computer, the application will run, but the two panels do not update their display! I have placed breakpoints in the respect ...Show All

  • SQL Server List of keywords for sqlserver 2005

    Hi, pls let me know any links that has the list of the sqlserver 2005 Keywords. -Srik A full list of SQL Server 2005 keywords is located here: http://msdn2.microsoft.com/en-us/library/ms245925 SQL Server 2000 keywords are located here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/tsqlref/ts_ra-rz_9oj7.asp ...Show All

  • Visual Studio Team System Reports fails with TFS beta 3 refresh

    TFS Beta 3 Refresh. I have just installed TFS beta 3 refresh on a clean machine and and successfully created a new project (TestProject1).  When accessing the portal site the four reporting web parts all have something similar to this: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'dsIterationParam'. (rsErrorExecutingCommand) The Team System cube either does not exist or has not been processed. This also happens if you access e.g. the "Work Items" report directly from Team Explorer on the TestProject1 project. Someone mentioned that in a similar situation you just ...Show All

  • Smart Device Development Data provider not supported

    I'm writing a simple program for PocketPc in Visual Basic. I try to establish a connection with dbExemple.mdb an Access database with Data Source Configuration Wizard in Visual Studio 2005 using these parameters:   Data Source: Microsoft Access Database File   Data Provider: .NET Framework Data Provider for OLE DB (compulsory) The string in advanced properties is: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\dbExemple.mdb Test Connection: Succeeded. I confirm on the OK button but an error message appear: The new connection uses a data provider that is not supported.  In server explorer I ...Show All

  • SQL Server Express vs MySQL

    Where can I go to get information on supported features on Express I had heard that express does not support functions. I have a dotnet application that is connecting to Access and the client wants to go to either mysql or express and I am looking for a pro or con on both. I usually use SQL2000 but I am wondering if there is a limit on the size of the database for express. Which is not a concern for about year but will be an issue after that. This should get you started up: http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx HTH, jens Suessmeyer. ...Show All

  • .NET Development SQL Data class / structure?

    Someone on a board somewhere took a look at my code and said I shouldn't be manually assembling strings for SQL queries, I should be using an SQL Data class (or was it a structure). I can't find a good, clear reference to this. Advice Dave, When you say, you are assembling queries, do you mean that you are appending just parameter values to the existing query skeleton or you are building the query on the fly If you are just appending the parameter values then you should take a look at SqlParameter class for SqlClient Managed Provider. It provides a safe and a reliable way to add parameter values for a query. ...Show All

  • Visual Studio Express Editions runtime redistributable?

    Hi, anybody know where I can find the runtime distributables described in "redist.txt" which is in the folder "c:\Program Files\Microsoft Visual Studio 8" Thanks,     Andres Yes you are right! I just revied the SDK docs about private assemblies: http://msdn.microsoft.com/library/default.asp url=/library/en-us/sbscs/setup/private_assemblies.asp There are more locations but the solution you are searching for is not available. Take care! If you place a CRT DLL in more than one directories and you use all those applications at the same time. the CRT DLLs are not shared if the CRT DLLs reside in di ...Show All

  • Windows Forms Masked Edit in TextBox

    I need to control de text that insert the user, but a custom mask, it means that is not a date, or the time or something like that, is a name of a file, an url's adress, and things like, that.  I have fond a component: MaskedEdit. But I can not make my own mask.  Any idea , thank you There is a dotnet version  ...Show All

©2008 Software Development Network