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

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

kingflux

Member List

DanPortugal
smo5024
Jeremy Newman
Michael Horne
somenamenobodyused
Junte
Rinter21
aaborkar
Ryan24
hueys
XBTester
Dirty Steve
partha mandayam
Alexey Logachyov
Hua Wang
XTheSimpleton
Tmac
VishnuC
AshishKSrivastava
Frank Potter
Only Title

kingflux's Q&A profile

  • Architecture "Unique ID" server for multi-server app

    I'm building an ASP.NET app that I hope will scale to need multiple servers. For certain objects, I'd like to provide users with an "External ID". This would be either a user entered or randomly generated string, like "Fred's Data" or "q1g52xTK". This external ID would be associated with a GUID, and would allow the user to get at the object without having to know the GUID (such as at log-in). (They will also be a ...Show All

  • .NET Development Targeting .NET Framework 1.1 using Visual Studio 2005?

    Is is possible to target the .NET Framework using Visual Studio 2005 Thanks for you help,   Frank Nesse wrote: And how about using .Net framework 2.0 with Visual Studio 2003 In VS 2003 I can only select from 1.0 or 1.1 when setting the supported runtime property of a project. (I have installed .Net framework 2.0 and the 2.0 SDK.) Apps build with VS 2003 will usually run on 2.0.  However, if a ...Show All

  • SQL Server metadata driven SSIS package--table variable

    Is there anyone know if a simple SSIS package (moving data from source table to target table) or task can be called repeatedly using a variable that obtains value once a time from a metadata table containing only table names. Basically, I would like to pass in a table variable to the SSIS package or task to start the ETL for different tables. Thanks a lot! Oliver Patrick, Can you give so ...Show All

  • SQL Server Uninstall .Net Framework

    Hi All, I'm trying to uninstall previous version of .Net Framework before doing a clean install of SQL Server 2005.  When I tried to uninstall in Add/Remove, the following file it asked for, and I don't think it is on my harddrive - tmp1DD.tmp - any help that I could manually remove .Net Framework, I would appreciate it!!!  or a tool that I can manually run to uninstall all files associated with previous CTP SQL Server 2005 bi ...Show All

  • Visual C++ vector problems

    Hello! I'm trying to use vector class in VS 2005 Express. I have #include <vector> and using namespace std; and i still need to do this: std::vector<int> vek; Like this works fine. Why do I std is needed again Using namespace std should be enough. All is in *.h header file. And more important problem. I need to have a lots of 0-1 data(milions, up to 10). I decided to use bit_vector(http://www.sgi.com/tech/stl/bit_vector.html) inste ...Show All

  • Visual Basic Vertical spaces in a string

    Well, I'd like to know how to put vertical spaces in a string. I was making a program to make it faster when you type If...Then statements. I know you can put these statements on a single line, however, it's just more estetic and easier to have that kind of statements on many lines. I thank you in advance for, I hope, what quick answers there will be. Charles Gauthier-Marcil, Programmer Apprentice ...Show All

  • Visual Studio Express Editions how can .net framework 2.0 replace 1.1?

    i use mathcad 13 in my daily life, and this software need the support from .net framework 1.1. after installing vb express, .net framework 2.0 is installed, and i uninstalled 1.1. however, mathcad can now run after that, and i have to reinstall 1.1. it is not so amusing to see both of the two different vision of .net framework in my computer, how can i replace 1.1 with 2.0 correctly You have different runtimes f ...Show All

  • Visual Studio Team System Help --- TF30162: Task "SharePointPortal" from Group "Portal" failed

    We have TFS successfully installed. For three months we have been modifying our process template and creating projects. Last Thursday we were experimenting with Sharepoint Server 2007 (located on a completely separate server, no changes to the TFS server). We tried to index the TFS Sharepoint sites to determine if one common page could provide search capability across all TFS sites. We created a search data source in Server 2007 and pointed it t ...Show All

  • SQL Server Service broker feature in sql server 2005

    Hi, I have installed sql server standard edition 2005.I want to enable service broker feature or services after intalling the sql server.Please let me known any tool or utiltiy to enable the feature Alter datatabase set enable_broker is not working. Its giving syntax error Thanks The feature is enabled in every new database, you don't need to enable it explicitly unless the database has ...Show All

  • Smart Device Development using System.Net.NetworkInformation

    hi, I'm new in CF. I want to port a source code to windows mobile 5.0. ( please in other forum: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=114148). Could i use following libraries in CF using System; using System.Threading; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Reflection; using System.IO; using System.Security; using System.Security.Permissions; using ...Show All

  • Visual Studio Failed to create wizard.

    Follow the steps in the Walkthrough: Creating a Wizard http://msdn2.microsoft.com/7k3w6w59.aspx use c#. After step 6, I got two warnings Warning 1 "I:\test\MyNewWizard\bin\Debug\MyNewWizard.dll" does not contain any types that can be unregistered for COM Interop. MyNewWizard Warning 2 "I:\test\MyNewWizard\bin\Debug\MyNewWizard.dll" does not contain any types that can be registered for COM Interop. MyN ...Show All

  • Software Development for Windows Vista moving a SharePoint document in a workflow

    In the demos I've seen of SharePoint v3 I have not seen a workflow capability for moving a document from one doc library to another. Is this possible with the included workflows If not, is it possible to create with either the FrontPage editor or Visual Studio Thanks, -Wayne There is a SPS activity which can be used to manage the doc/form libraries in a WSS or SPS site. This used in conjunction with the ...Show All

  • .NET Development RemotingServices.Marshal and RemotingConfiguration.RegisterWellKnownServiceType

    Hi What is the differenec between RemotingServices.Marshal and RemotingConfiguration.RegisterWellKnownServiceType.Which one is better to use.   Regards, Arabinda well. . . they both have their place. Marshal is good for dynamic publishing of Remoting Objects or for instancing Objects that have take parameters in their constructor. RegisterWellKnown is good for using factory objects. That is a Singleton object that retur ...Show All

  • Windows Forms when to dispose graphics

    is it bad to have a graphics object declared globally, instantiate it in while loading the form, and dispose it while disposing the form as opposed to calling creategraphics() in each method The Graphics created from an Hwnd just uses&nb ...Show All

  • Windows Forms a better example app

    <a href="http://devcenter.infragistics.com/RefApps/Tracker/DownloadTracker.Aspx">task vision spin-off</a> Although I can't stand vb, I really liked this example app.  Well written, I like the ui elements, alot of things. Any comments The old ArrayList or Dat ...Show All

©2008 Software Development Network

powered by phorum