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

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

JoseSP

Member List

Bespike
rbfigueira
EricaL
Nicholas Buse
tintin1969
Andrew Gaskin
Kikala
Deva Wijewickrema
Don Tucker
korn
GaryDeMott
Anand Nambisan
BrianCogs887
Eylem Ugurel
PieroItaly
rabbott
adarsh.mathur
Sabroni
amou
SunSet_SunRise
Only Title

JoseSP's Q&A profile

  • Visual Studio "Microsoft.Sdc.Tasks" project is not getting recognized

    I have created a web service with default settings. Copied the contents of the Install folder <from the GDN2[1].0.051004.000.zip file> onto a new folder called Build. I created a DevBuild.proj file with the following contents: < xml version = " 1.0 " encoding = " utf-8 " > < Project DefaultTargets = " Full " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " > < Import Project = " Microsoft.Sdc.Tasks " ></ Import > < PropertyGroup > < BuildConfig > Debug </ BuildConfig > </ PropertyGrou ...Show All

  • Windows Forms Multiple Users and Roaming Profiles

    I probably know the answer to this but want to make absolutely sure. My app is aimed at schools and colleges. Typically, staff and students will use any available computer so each computer could have hundreds of different users in the course of a term. Am I right in thinking ClickOnce would reinstall for each new user with no shared disc storage If the users have roaming profiles, does the installation get moved across the network at each login Thanks Michael Yeah, it will re-install the first time a user uses a particular machine. In your example, it will re-install each time unless by some chance t ...Show All

  • Visual C# DataAdapter+DataTable [multiple tables]

    i am using this command to extract data: string sCommand = "SELECT marital_status_id, marital_status, gender_id, gender_title, id_type_id, id_type FROM marital_status, gender, id_type"; but facing a problem because it's not accepting multiple tables: oDataAdapter.Fill(oCustomersDataSet, "marital_status"); DataTable oDataTable = oCustomersDataSet.Tables["marital_status"]; so is there anyway to let it accept multiple tables Filling a DataSet with multiple tables can be done by sending multiple requests to the database. There is a faster way, that is a multiple SELECT. The problem h ...Show All

  • Visual Studio Team System TFS Server Sizing

    Hi there I've recently enjoyed Etienne Trembley’s webcast “ Adopting Visual Studio Team System ”. Etienne uses Brian Harrys server sizing data . Our team is about 35 people, so apparently we’ll only need the smallest configuration surgested, that is 3.4GHz, 1GB, 1 x 10K rpm SCSI (though we recognize Bians huge disclaimer). Etienne recommends using a virtual single server installation for teams of our size. Brian Harry suggests upping the memory on the box from 1GB to 2GB (at least) because of the two OSs (host and virtual) running on it. Has anyone tried this at home How big would you size the (virtu ...Show All

  • Windows Forms Do I need to create ReportDocument to use Crystal report?

    Do I need to create ReportDocument to use Crystal report  I did not use reportdocument but still can view. there are just many differences check the help files or go to <a href="http://www.crystaldecisions.com/products/dev_zone/net/default.asp ref=devzone_main">http://www.crystaldecisions.com/products/dev_zone/net/default.asp ref=devzone_main</a> for support they will tell you the differences between& ...Show All

  • SQL Server Dynamically creating cube

    Hi guys I'm investigating whether if its possible to Dynamically create a cube. Then Process this cube before exporting it to a .cub file. I know that DTS in sqlserver is able to process a cube given at a scheduled time interval. But I'm not sure how I can export a cube to a offline .cub file dynamically. The only way that i know to create a .cub file is via PivotTable in Excel. Any help in pointing me to the right direction is appreciated. Thankyou  Tom The reason I ask is because I need to generate sales data to various company however each company requries different sets of cube data be ...Show All

  • Visual Studio 2008 (Pre-release) Multiple threads, UI, and images

    I'm currently trying to write an application that dynamically loads images in a background process in order to eventually display them on the UI. Essentially, my background thread creates objects that inherit from System.Windows.Media.Brush or System.Windows.Media.Drawing so that my UI can redraw itself using these objects. When running my code, I receive an InvalidOperationException with the explanation of " The calling thread may not access this object because the object is owned by a different thread. ". This appears to be behavior for any class that derives from System.Windows.Threading.DispatcherObject. My question is, how can ...Show All

  • Software Development for Windows Vista Problem Using ifElseactivity in an Embedded workflow designer

    I'm trying to use a ifElse activity in an embedded workflow designer ( Workflow Designer Control Example   downloaded from here: http://www.windowsworkflow.net/Downloads/Examples/Workflow%20Designer%20Control%20-%202005-09-24.exe ) I added a IfElse activity and then select one of the branches. In the property window I select a System.Workflow.Activities.Rules.RuleConditionReference Condition and then when I try to edit the Name   property of that condition (pressing the "..." button) I receive this error: Value cannot be null. Parameter name: activity If I do exactly the same in Visual Studio, I get a Select Rule Condition Form I ...Show All

  • Windows Forms Setting report Source in Visual Studio .Net

    OK, I got Visual Studio .Net so that I could use a crystal report in my program my only problem is that I still cannot set the Report Source property of the Crystal reports Viewer.  I have tryed many different ways that I have found through the help files and each one comes up with a different excuse of an error.  Can anyone he ...Show All

  • Visual C++ Error C2440: '=' : cannot convert from 'const char *'

    Cgraus was kind enough to send me the following piece of code: void ShellExecuteAndWait( const char * path, const char * params, const char * message) { // Run the .NET installer and wait until it's done SHELLEXECUTEINFO ShExecInfo = {0}; ShExecInfo.cbSize = sizeof (SHELLEXECUTEINFO); ShExecInfo.fMask = SEE_MASK_NOCLOSEPROCESS; ShExecInfo.hwnd = NULL; ShExecInfo.lpVerb = NULL; ShExecInfo.lpFile = path ; ShExecInfo.lpParameters = params; ShExecInfo.lpDirectory = NULL; ShExecInfo.nShow = SW_SHOW; ShExecInfo.hInstApp = NULL; ShellExecuteEx(&ShExecInfo); WaitForSingleObject(ShExecInfo.hProcess,INFINITE); } Co ...Show All

  • Software Development for Windows Vista Dual Boot Vista Beta 1 and CTP 5231

    I have a Windows XP Machine which I added a new 200GB hard drive to so that I could partition it and install Beta 1 on it. I have a detailed explanation of my many problems involved with installing it here: http://startether.com/blogs/startether/default.aspx . But that is not the reason for this post. I want to have a machine where I can boot to CTP 5231, Beta 1, or Windows XP. Before installing CTP 5231, I could start Beta 1 without a problem, and get to Windows XP with no problem either. Since I installed CTP 5231, I can no longer start up Beta 1: it is only available from the Windows XP boot screen, and when I select it, the screen goes ...Show All

  • Windows Forms how to get name of all colors

    hi, i wanna populate a list with the name of all colors in the structure system.drawing.color and i wanna populate this list with the named colors only, is there any way to do so, if possible i wanna have the color names of "web" tab. thanx brijesh this should do it...dont forget to add using System.Reflection; at the top     &nb ...Show All

  • Visual Studio Can't run the Guidance Package

    Dear Sir, Hello. I have installed the SC-BAT, and have been able to execute the sample application but can't seem to run the Guidance Package or enable the Guidance Package Manager. I have followed the instructions for doing both but to no avail. When I build the guidance package solution (GuidanceAutomation.sln), I get the following output: ------ Build started: Project: Library, Configuration: Debug Any CPU ------ Library -> C:\Program Files\Microsoft SC-BAT\GuidancePkg\Library\bin\Debug\GATLibrary.dll ------ Build started: Project: SmartClientDevelopmentInstaller, Configuration: Debug Any CPU ------ SmartClientDevelop ...Show All

  • Visual C++ error LNK2001 while trying to make a dll file

    I'm trying to make a dll. When I compile the cpp file, it compiles alright but when making the dll it shows these errors: Linking...    Creating library Debug/ServerExtApp.lib and object Debug/ServerExtApp.exp ServerExtApp.obj : error LNK2001: unresolved external symbol "public: void __thiscall ServerExt::respond(int)" ( respond@ServerExt@@QAEXH@Z ) ServerExtApp.obj : error LNK2001: unresolved external symbol "public: static class ServerExt * __cdecl ServerExt::create(struct CEE_handle_tag const *,char const *,long,long *,void * *,struct CEE_handle_tag *,class ServerExt * (__cdecl*)(void))" ( c reate@ServerExt@@SAPAV1@PBUCEE_handle ...Show All

  • Visual Studio Error 25015 while installing .NET Framework 2.0

    Hi, I have a problem getting NetFX 2.0 installed. While installing the framework with Elevated Rights I get : Error 25015: Failed to install assembly 'C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.Vsa.dll' because of a system eror: Access is denied. If I give the user admin rights the installation works fine. Is there a way to get around the admin rights, I really dont want to get it to all 2000 users on our site :-)   /// Johan You need to be an admin to install the framework. If you're deploying the framework via SMS or active directory, follow the ste ...Show All

©2008 Software Development Network