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

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

WATT

Member List

donJulio
DwightK
Carlos Quintero
Pavan KumarKavuta
vijay_jan80
akselduus
MD11
anagram
programmer2005
Zane Kelly
EmilioJaenAranda
RabbitQ
JCAlmaria
Clay Borkholm
Kirill Tropin
John Hoge
kosmab
mhorton
chamal
Todd Raymond
Only Title

WATT's Q&A profile

  • Visual Studio Express Editions Redistributing C# ISO

    Am I allowed to redistribute the Visual Studio C# express .ISO image by putting it on a Portal in my company (Intranet) Thanks, Marcus Visual Studio 2005 Express Editons are free-to-download and free-to- register , for the distributing I'm not so sure... ...Show All

  • SQL Server Trying to export a global temp table using SSIS.

    Senerio:   I have to extract data from a read only table using a globel temp table then export it to another OLE DB connection or to a flat file. But in the new SSIS packages it does not allow you to do thisusing the global ## symbols in front of a table name. How do I get around this   Thanks   There's no such thing as a table within SSIS but I suppose the most analogous thing is an ADO Recordset. Use the Recordset destination to populate an in-memory ADO Recordset. You can then use this technique to get data out of it: http://blogs.conchango.com/jamiethomson/archive/2006/0 ...Show All

  • Windows Forms Colors and Brushes

    Alright, I have a color thats passed into a function. Now it would seem like an easy task (and it probably is but I'm having a blonde moment), how do i translate the System.drawing.color into a system.drawing.brush  I don't want to have to pass brushes around, so I'm at a loss here, how do I translate this Thanks!!! Oops, rechecking&nbs ...Show All

  • SQL Server Old Excel files after SQL2000 > SQL2005 migration

    Hello there! We are having some problems over here after our SQL2005 upgrade. If we try to use an excel file that previously accessed the SQL2000 database (same DSN name and credentials), and then try to refresh the data after the 2005 upgrade, we get the errormessage "[Microsoft][SQL Native Client][SQL Server]User 'DOMAIN\username' does not have permission to run DBCC TRACEON." We have tried to delete and recreate the DSN file.. Tried to use SA user instead (with offcourse full access).. An even bigger problem is that we can not even get into msquery to copy the SQL query to make a new file, the same problem appears. ...Show All

  • Windows Live Developer Forums Windows Live Messenger Official Beta Testing Forums

    i got asked to beta test WLM by microsoft (like most of us) and i was wondering if there is an official forum where we could post bugs and fewature request thanks in advance and if you cant post the link here please pass it onto aarong85@ripper.com.au (my personal email so if i get flooded with emails it wont bother me) place to do it is Please refer to How to get Messenger Technical Support http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=368260&SiteID=1 ...Show All

  • Visual Studio Team System Unit tests available in developer edition?

    Unit tests available in developer edition on only in tester edition     Yes, unit test feature will be available in the developer edition of the team system for more info.. http://msdn.microsoft.com/vstudio/products/vsts/dev/default.aspx ...Show All

  • Software Development for Windows Vista embedded rule file with spaces in the filename

    Hello, When I compile (coded version) the workflow with rules I get a compilation error when the rules filname contain white spaces. The format of the CompilerOptions is as following string resources = @"/resource:" + rulesFile + ",NS.Foo.rules"; parameters.CompilerOptions += resources; if rules file has the format "C:\TestWF\Foo.rules" it works fine, if the filename is "C:\Test WF\Foo.rules" I get a compilation error: error CS2001: Source file 'WF\Foo.rules,NS.Foo.rules' could not be found How can I solve this problem Thanks, Pierre Have you tried wrapping your file name in quote ...Show All

  • Windows Forms Another stupid question "species name exists in universe"

    When I try to introduce an animal I get the following error: "species name exists in universe. Please choose a new assembly name" How do I get around this problem That means someone else has introduced an organism with the same name.  The assembly name is what Terrarium goes by, so simply go into your project properties and change&nb ...Show All

  • Visual Studio Step over (F10) responds slowly

    Hi, I have start using VS 2005 this week and i notice that when i am using the step over while debuging it is response very slowly compered to VS -6. I notice that the call stack and Autos windows also addes to the poor performance, and each step the auto windows refresh. 10xs alon The autos window has always refreshed on every step, and performance has always been affected by what Windows you have open. Can you be more specific about what you are seeing: 1) What do you mean by 'poor' performance 1/10 second per step, 1 second per step, 10 seconds per step 2) What kind of hardware do you have 3) What kind o ...Show All

  • Visual Basic Working with scanned images (windows app)

    Attended the VS 2005 launch this week.  I've created and sold VB6 apps using Leadtools Doc Image Suite to handle imaging.  Leadtools are terrific controls but I only use a tiny susbset of the capability and pay royalties on every install. If I take the plunge and go to vb.net, is there a way to scan and manage document images within VSStudio 2005 or the .net architecture   No disrespect to Leadtools but I would like to reduce my reliance on 3rd party controls (including annual upgrades, royalties, etc.) JC Some articles about ocr http://www.thecodeproject.com/info/search.asp cats=3&cats=5&a ...Show All

  • Visual C++ SerialPort Class Implementation

    Help I am a new user of Visual studio 2005 i used Visual studio 6 before and i have to say that i don't understand some part of this new version. anyway i'd like to use the class SerialPort (i believe it is available but maybe not) Is it possible to use it If it is, what header or library do i have to declare in order to use it PS: Why when the help is filtered to VC++ Only VB JAVA C# examples Come up, is that me becoming mad The SerialPort class belongs to the :NET Framework. If you want to program managed code you can use it. For unmanageged code use http://www.naughter.com/serialport.html ...Show All

  • Visual Studio Tools for Office Excel 2003 automation: setting an array as value of range-object

    I have been working on a routine for saving DataTable to excel (2003), with help from : http: / / support. microsoft. com/ kb/ q302094 This procedures however fails on the line which sets the value of the excel-range to the generated array. I was hoping to accomplish this using late binding, but this yields: "System.Runtime.InteropServices.COMExcep tion (0x800A03EC): Exception from HRESULT: 0x800A03EC. at Microsoft.VisualBasic.CompilerServices.L ateBinding .InternalL ateSet(Obj ect o, Type& objType, String name, Object[] args, String[] paramnames, Boolean OptimisticSet, CallType UseCallType) at Microsoft.VisualBasic.CompilerSer ...Show All

  • SQL Server Question on Integration of SSRS 2005 Graphs into Sharepoint

    I have been assigned to work on a dashboard (see jpg below) which will hook into our Intranet on SharePoint 2003.  I have a few questions as in teh approach and what is possible by creating charts through SSRS 2005 report(s): http://photopizzaz.biz/dashboard.jpg 1) what technique to use to show all 4 graphs simultaneously on the same page in SharePoint Webparts   Is WebParts the best way here to accomplish this 2) Eventually, they want to be able to click through on the graph parts such as bars, etc. and perform clickthrogh using Reporting Services.  How can this be seupt on graphs like these   ...Show All

  • Visual C# A beautiful language ruined by generics

    >However you managed to arrive, you were instantly greeted by lines and lines of code barely recognizable as a member of the C/C++ family. It is true that templated code requires a little more knowledge to read than other C++ code.  That's the difference between beginner and intermediate, IMO >Generics are a really simple concept - mainly syntactic sugar to deal with the lack of a unitary object hierarchy in C++. That's just plain not true.  Regardless of if everything was derived from a common object class ( which is not true even in C# ), generics provide type safety a lot more than they provide some sort of unifying ...Show All

  • Visual Studio Express Editions Function help

    I am trying to get the information from textbox1 and output it into an array. I have tried this: char chrsplit[1000] strcpy(chrsplit, enctextbox->Text->ToCharArray()); but i get this error error C2664: 'strcpy' : cannot convert parameter 2 from 'cli::array<Type,dimension> ^' to 'const char *'         with         [             Type=wchar_t,             dimension=1         ] i found on another forum that this may be b ...Show All

©2008 Software Development Network