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

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

snuke

Member List

AlinB
Milinda V
Erik BN
CritterNZ
George102ci
KUCL
wam41887
cds_ks
Friedrich49886
JSR13
Wanda Sue
Piotr Jelonkiewicz
Daniel Hernán Pallarez
Hazel
Casey875232332
MikeFischer
Madhu B.A
Brehnan
David_W
leemcd
Only Title

snuke's Q&A profile

  • Software Development for Windows Vista can not set state machine baseclass if use signed assembly?

    Hi, step 1) I have created one component which has a empty state machine workflow ( A.BaseWorkflow ) step 2) I then create a workflow library and add a state machine workflow with code behind. step 3) I can now select the state machine workflow and in the property window, changing the base class to A.BaseWorkflow Now if I set both components to be signed, (in visual stuido project property, check the "sign the assembly" and ...Show All

  • SQL Server Printing

    Hi I created a report in MSRS and i am able to preview the same, but i dont have any options to print the same. Is there any line of code / buttons to add for enabling the same. Thanks This is an option in the IE security setting. Your users must accept to install the Activex once , then it would be transparent to them. ...Show All

  • Software Development for Windows Vista Is it a Bug?

    I have used Visual Studio 2005 and workflow foundation beta 1.2, and I met a weird problem. when I used WebServiceReceive Activity and compiled, the VS showed the error message: property 'xxxx' has invalid value, Field type 'xxxxxxxxxxx' doesn't match with the expected type 'xxxxxxxxxxx' . But actually it did match. And the stranger thing is after I unload the project and reload it , it compiled successfully! Why Every time I met the ...Show All

  • Visual Studio Team System Conflicting changes on folders when merging (in beta3 refresh)

    Hi all, Why do i get conflicting changes on folders that are empty btw when i merge from the base to the target. (no change was made in the target branch). These folders are identical from the time they where branched... could someone explain Greetings. I can only think of 2 possible reasons: - by any chance, did you delete the subfolders and re-add them - are the subfolders children of a fol ...Show All

  • Visual Studio Error installing VS SDK on VS 2005 (German)

    Hi, 1. I have installed Visual Studio 2005 Professional (German) - Everything works perfectly 2. I have installed Visual Studio SDK 2005 (Februar 2006 Release) - All user defined templates are not available 3. Uninstall Visual Studio SDK repairs the problem Any idea what to do Thanks Oliver Hi Phil, I have tried Visual Studio 2005 SDK (March 06 Release) Everything works perfec ...Show All

  • .NET Development An issue with Packaging and Deployment

    Hi, I have an application developed in VB.NET. I am using the package and deployment wizard of Visual Studio to deploy my application. There is a folder that I need to deploy along with the project. It contains some images that is used in the project.   When I create an .msi   and use it for deployment it is working fine except in a special case. The images inside the folder can be removed or renamed and even new images can be add ...Show All

  • Visual Studio Express Editions how do i create custom error page in config. and do i actually need to create one when i uploaded my site to web, it keeps

    I.m very new in this web devlop. and i just finished set one website with membership required. when i uploaded this to web. it keeps displaying the same error saying "error mode= off" something like that. and create a custom error page in config. i'm so lost, i don't know what to do. now, my web hosting co. fix it where error displays window fixed error message " 500" don't know what that code # means. also whenever i try to ...Show All

  • .NET Development how to represent xml document on treeviewer using c#

    I am student and i am biggener user of c# I want to represent xml document on treeviewer can any personne help me thanks As a quote from a MSDN Article : try { // Create a DOM Document and load the XML data into it. XmlDocument dom = new XmlDocument(); dom.Load(textBox1.Text); // Initialize the TreeView control. treeView1.Nodes.Clear(); treeView1.Nodes.Add( new TreeNode(dom.DocumentElement.Name)); ...Show All

  • Visual Studio Team System Team Explorer right click confusing options under documents folder

    Using VSTF Beta 3. When you right click on the folders under "Documents" in Team Explorer, you get the option to "Add work items with Microsoft Excel" or "Add work items with Microsoft Project". Should these options really be here (I would expect them to be available under the "Work Items" folder, but not here.) We have "add work items with Microsoft Excel" and MS Project under both the Documents and Work items nodes in the Team Explorer.&n ...Show All

  • Visual Basic how to find default email client

    how to find default email client and invoke corresponding app. i have outlook ,netscape,outlook express, incredimail are the email clients available in my os and need to find out the default one and send the mail through it from vb regards Process.Start is used to run a program. I believe if you pass it an email address, it will start your default mail app. ...Show All

  • Windows Forms Updating the database from a report calculated fields

    Hi all  How can I pick up some data from report fields at run time  TIA  ...Show All

  • SQL Server Confused about MSSQL Express installations

    I have this confusion because as I am trying to install "SQL Server Management Studio Express ", the installers said I already have it. Q1. Do I need it if I already have SQL Server Management Studio for Server 2005 Q2. How many ways to have SQL Express installed on your PC - Seperate downloads - Visual Studio 2005 Retail - SQL Server 2005 In that regards, will all methods are basically install the same set of comp ...Show All

  • SQL Server How do I get the script to create a table & all the Indexes

    In SS2K I could go to task and it would script the table, indexes and any other script that was set for that table. How do I do it with 2005 Thanks Right click on a database, select all tasks, generate scripts and then just follow the steps. If you are using SSMS Express it is not included. ...Show All

  • SQL Server Using just stored procedures to create and delete users

    Is it safe to use the follow stored procedures in the order below to effect a bulk enrollment of users: 1) NSMain.dbo.NSInsertSubscriber 2) NSMain.dbo.NSInsertSubscriberDevice 3) NSMain.dbo.NSInsert<SubClassName>SubscriptionSchedule 4) NSMain.dbo.NSInsert<SubClassName>Subscription Is it safe to use the following stored procedures in the order below to effect a bulk delete of users: 1) NSMain.dbo.NSDeleteAllSubscriptions 2) NSMain.db ...Show All

  • .NET Development CommandText in SQLClient Command Sintax

    Hi, I'm upgrading from ADO to ADO.Net. I used in ADO the following: AdoBdp.Execute "Update Database.dbo.Table Set Field=blabla... where blabla..." Weere AdoBdp was the connection object. Works fine In ADO.Net i tried: Dim loCmd As New SqlClient.SqlCommand loCmd.Connection = AdoBdpNet (SqlClient connection - working fine) loCmd. CommandText = "Update Database.dbo.Table Set Field=blabla.. where blabla.. ...Show All

©2008 Software Development Network

powered by phorum