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

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

Rizon406

Member List

Thyagarajan
David L1
OU812
Rufus Leonard
captmoroni3
Jonathan Rupp
Kevinadian
Willem Termans
GrahamC
IndianScorpion
Rafael Cabedo
Aravinda
Mathava Gnanananthan
mzirino
Yabby
stemill
D Hoffman
InVitro
TheCTOSian
RUReady
Only Title

Rizon406's Q&A profile

  • SQL Server cant connect

    i am devleoping an ASP.Net website now. i got a problem on connecting. when i try to connect (i manually made thew connection), it wont connect. the error is this: System.Data.SqlClient.SqlException: Cannot open user default database. Login failed. Login failed for user 'MANEC\Batman'. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) I have other other webpage that uses sqlconenction. they connect fine but they are not manually created. i created their connection through the sqldatasource wizard. i am testing these pages using the built-in server of VWD-Express ...Show All

  • SQL Server One question in T-SQL, who can tell me???

    hello, I'm doing work on sql server I write one procedure, but it cannot run correctely,the code as following: CREATE PROCEDURE ResidentRegister @nickname varchar(50), @flatID int, @residentName varchar(50), @sex tinyint, @birthday datetime, @state varchar(30), @mobileNo varchar(11), @IDCard varchar(30),@IDCardType smallint,@email varchar(50),@password varchar(50) AS DECLARE @return int /* the return values */ DECLARE @residentID int /* ID*/ SET @return = -1 IF @nickname NOT IN (SELECT nickname FROM LogIn) BEGIN SET @return =0 INSERT INTO Resident VALUES(@residentName,@sex,@birthday,@state,@mobileNo,@IDCard,@IDCardType) SEL ...Show All

  • Visual Studio VS2005 Install Problem

    Hi! While trying to install the latest release of VS2005 I keep getting the following error: "Suite Integration Toolkit Executable has encountered a problem and needs to close. We are sorry for the inconvenience." Does anyone have any idea why I get this This usually means the media is corrupt. How did you get the CD/DVD If you got it off MSDN as an ISO, make sure you burn it using long filenames. ...Show All

  • Smart Device Development Porting app with CEditView

    I had an application that used a CEditView running on PPC 2003. I am porting this app to WM v5. Since CEditView has disappeared from VS 2005, I've had to implement a workaround. I am using a CView that instantiates a CEdit. This appears to work except I have to handle the Cut and Copy actions in my view class and call the CEdit's Cut and Copy methods. This seems to work well. I am having problems with the ID_FILE_SAVE and ID_FILE_SAVEAS functionality. I assume that CEditView handled these in PPC2003 since I don't see anything in our code to handle them (I'm new to the project). If CEditView was handling the ID_FILE_*, how do I impl ...Show All

  • SQL Server try to setup membership with ASP.NET configuration

      When I whant the use the new ASP.NET configuration tool (2005) and I want to define a provider I get the following error. You should know that on installation of VS 2005 SQL-Server Express did not install and I installed SQL-Server 2005 (shiped with VS 2005). So now it seems that VS waits for the Express edition. I changed under Tools/Options/Database Tools/Data Connections the SQL Server Instance Name to "MSSQLSERVER" but this does not help, too.   Thank you very much for any help! Regards, Fabian -----------   Server Error in '/asp.netwebadminfiles' Application. Make sure the SQL Server Express service is star ...Show All

  • Visual Studio Express Editions VB6 checkboxes with MS access problem

    hi, i use vb6 connect access2003 with ADO DATA Control. My database is contain one table and many fields My form is contain many checkboxs and radio controls as; 1.chkCheck(0) 2.chkCheck(1) . . . 18.chkCheck(18) and 1.opt1(0) 2.opt2(1) 3.opt3(2) if i choose any 10 checkboxs and one option control then i would like to put the chkCheck(i).caption and opt1(i).caption on one field of Access named "SummaryInspect". I write this code but when debug code and run this procedure, Error Msgbox appear "Run-time error -2147217887 (80040e21): Multiple-step operation generated errors. Check each status value". Please,Help me ...Show All

  • Windows Forms DataBindings in Designer

    I am trying to use the .NET Designer to do as much work for me as possible, but I can't find a good explanation of how to use the DataSet & DataAdapter tools to setup typed datasets and bind them to ComboBoxes. Under the DataBindings + sign:   DataBindings     (Advanced)     SelectedItem     SelectedValue     Tag    &n ...Show All

  • Windows Forms DataGridView Update to Source Database

    Ok, I'm stumped. Upfront usage detail : C# Express (2005) SQL Express (2005) I created a SQL Express Database using the Data Explorer in C# Express. All is well with the database, I can access it programmatically fine. I am using an attached database file. I created a Windows Form that is launched from a menu. The form contains two controls; a DataGridView and a Butt ...Show All

  • SQL Server Reports run under my credentials, not those stored on report

    I've created a report in SSRS 2005 that sources from a SSAS 2000 cube (on another server). In BIDS (running on the SSRS 2005 server) I'm using a shared data source with "generic" credentials to access the data. The generic credentials I'm using is an account that has datareader access. In BIDS the report runs, builds and deploys just fine. No problem so far! My problem has to do with running the report from the Report Server. The only way I can get the report to run from the Report Server web site is to modify the data source and pass my credentials in the report (thereby overriding the credentials stored in the report). Why wou ...Show All

  • .NET Development Using Bluetooth with VS 2005 beta 2

    I was watching the " Creating a Managed Bluetooth Application Using Microsoft Visual Studio 2005 " MSDN video, and there was an example of using new bluetooth classes for connecting to a PocketPC via bluetooth. I have the VS 2005 and i didn't fount these classes.  Classes like "ServerHandle" or "Core" and others dosn't exist. I want to use bluetooth to  make my laptop as a Headset for my phone. I need to register a bluetooth Headset service. (sorry for my bad english^^^) Link to the video: http://go.microsoft.com/ linkid=3104973& rate=2 I updated the link on my previous message. ( h ...Show All

  • Visual Studio Express Editions Importing a form into a project

    Hello Friends, I created an application in Visual Basic with Visual Studio 2005 beta. That product is no longer alive. I want to be able to run that application in VB Express. It was apparently not in a project in the beta, or at least VB Express does not recognize that it was. I can copy and paste the code into a VB Express project, but I don't see how to import the form itself. What should I do moontube Hello Bhanu, My problem is not solved yet. I will try the suggestion in the message that followed your. moontube ...Show All

  • Visual Studio Team System How many days left?

    How can I tell how many days we have left before the 180-trial edition expires Trying to plan our upgrade and don't want to be left with a version that is expired. Marc would know, and he says that there is no easy way to tell: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=441447&SiteID=1 ...Show All

  • Windows Forms Problems with setup project - am I thick?

    I've a c# forms project that uses SQLExpress and Managed DirectX (developed under Beta 2) I'm trying to build a setup program for it.  I need to do the following:- Include DotNet 2.0 Beta redist Include SQLExpress redist Provide a .exe.config which is not the same as in the development project (e.g. some directories will be different on the target) Provide a link on the desktop and the programs menu. Included more than one executable (ideally in the same directory) I would LIKE to populate the database with a script during installation. I can do the redist inclusion with the 'Publish' option. I can do the links with a Setup Pr ...Show All

  • Software Development for Windows Vista Add Activities in transaction Scope

    using Version -beat2 how to throw an error In transaction Scope based on "code If Statement" . like if (!CommitTransaction) { xxxxxxx } I Added throw Activity dynamically in above if statement. is this approach correct and in Compensation i wanted to remove that throw Activity -but i am unable to do it. Dynamic update is not meant to be used to * implement * a business model, it’s designed to be used to * change * a business model. It seems to me that throwing an error when the transaction is not committed is part of your business model, not a change to an existing model. ...Show All

  • Software Development for Windows Vista CreateProcess() + "highestAvailable" = error 740

    On vista Beta 2, i have added a manifest to one of my executeables that specifies the "highestAvailable" application marking. If I am logged on as a member of the administrator group, with UAC at the default setting, and call CreateProcess() on this executable, it fails with GetLastError()==740. Wouldn't it be better if the process creation succeeded, but as a limited user This makes things very difficult to code for - if my application is started directly by the user, via cmd.exe for example, I get the UAC dialog, but if it is started silently via CreateProcess(), it fails completely. How about if a service needs to im ...Show All

©2008 Software Development Network