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

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

metallicaboy

Member List

VisuallyImpaired
DrNickRiviera
Jesper Arent DK
Travis McGee
Bjoern
ckphelan
j_johnso
kierop
Franz Gsell
Harry Potter
David Maltby
Chris.Utter
Egbert Raubenheimer
LogicalGeekBoy
dukerattlehead
dr.xaml
joblini
Christian_42
Nana M
Steve McAlpin
Only Title

metallicaboy's Q&A profile

  • Visual Studio Team System Just Can't Publish from Command Line

    I have a batch file I'm creating to do nightly builds.  I think it's pretty simple, just doing a build of a small sample application I wrote to demo some TDD ideas: cd D:\TDDDemo\Workspace tf get msbuild Solution\TDDDemo.sln MSTest /testcontainer:Solution\TDDDemo\bin\Debug\TDDDemo.dll With this batch file, I'm able to change to my workspace folder, get the latest code, do the build, and run the tests.  Every time I try ...Show All

  • Windows Forms Extract embeded resource

    Hi! Someone knows, how to extract/copy an embedded resource to a local directory greets reg3x This is not the right forum for this, please post this in the Winforms forum http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=8&SiteID=1 Thanks ...Show All

  • Visual Studio Express Editions Missing documentation: System.ComponentModel

    Hej! I cannot find anything about the classes in System.ComponentModel in the MSDN Express edition documentation that came with Visual Express C#. Is this intentional Cheers Hej Bernardo! You just made my day! This solved the problem. This is most likely not the way it was meant to be done by Microsoft, but what the heck - it works. Perhaps Microsoft will react to the bug report I filed. Thanks a lot! ...Show All

  • SQL Server best approach

    I've been banging my head for a while now, and it is sore! :-P I'm a best practice/Microsoft approach type of person and want to make sure I do things correctly. I have a database, kind of like a forum. Obviously executing multiple queries in one "batch" (stored proc) would have an impact on the performance. Now, I would like to give a more detailed/specific error back to the caller (either by aid of error code or w ...Show All

  • Visual Studio Team System Tests not appearing in test manager lists

    Hi, I'm using VS.NET 2005 beta2 (not testing edition just normal developer edition) Have a TestProject in a solution with other projects. I've used the wizard to create unit tests, i've added tests manually, I've added existing tests into a test project. But none of the tests appear in the lists in Test Manager only a manualtest1 appears which is one that visual studio added when it created the test project. How do tests get my unit tests t ...Show All

  • Windows Forms No Publish Options Available??

    I'm using the Beta version of Visual Basic 2005 Express, and I don't see any options for publishing a "ClickOnce" application.  There's no "Publish" options under my application.   Is there another install I'm missing   I tried installing& ...Show All

  • System Center does DmDiag utility has the version?

    Does the Dmdiag has version If so how to get the version. Does it has any relation or dependancy on msi.dll. Hi vid - as far as I know DmDiag is a disk diagnostic tool shipped with Windows Server 2000 and 2003. I suggest you ask your question over on the Windows Server newsgroups. ...Show All

  • SQL Server Windows Mobile 5 connecting to SQL Server 2005

    Can't get winmobile 5 to connect to my sql server 2005 (using vs2005). Here's the connect string: "Data Source=tcp:XXXXXX\default,1433;Database=YYYYYY;" _ & "Integrated Security=SSPI;" This very same string, and variations of it, work in a vs2005 winforms app, but not a windows mobile 5. I'm (obviously) using system.data.sqlclient. MS documentation says it's supported on both platforms with no syntax changes. ...Show All

  • Visual Basic Control the size of a webform

    This is a real beginners question I would like myForm.aspx to open maximized when it loads Also if you can do that then how do you resize the form I thought it should be something like me.size=new size(1092,768) or something but I can find no such property or attribute called size for a webform. Seems like this should be an easy thing to do.  Win Form is what something like: Forms.myForm.windowstate=maximized or something like it... So al ...Show All

  • Visual C# vs 2005 not responding

    I am using VS.Net2005. Whenever I open a project, the VS gets stuck. If I end the vshost process, the VS continues to respond (but I cannot debug the app). The same happens when I create a new project, so it is not a project specific issue. Does anyone know how to solve the problem thanks. Hi, Can you give more information on the issue you are seeing Like, -What language projects are you trying to open ...Show All

  • Software Development for Windows Vista NFORCE 4 SATA/RAID , Now Working????, im pretty new to this. Please help...

    Now, when BETA 1 was released could not wait to try it.. But i had one problem. i have 2 SATA harddrives, Striped in RAID, on NVIDIA N-Force 4 Controllers.. I also have a normal IDE Harddrive which i want to install Vista on.. Now that is no problem. The problem is, to get vista to see my SATA RAID drives, when im in Vista, under My Computer.. I Read a Windows Vista Beta 1 Hardware Compatibility List, and looked at the: 2.2 IDE/S-ATA/ ...Show All

  • .NET Development aspnet_regsql.exe fails, error 446

    Hi, I hope this is the rigth place for this question I am trying to use the Login control. Using the Website admin tool I end up with being told to use aspnet_regsql.exe to create the tables in my db. But when i run the aspnet_regsql.exe - I am using the sa account, it fails when performing the sql. I am using mssql 8 /Cartmann This is the error, as shown in aspnet_regsql: ---------------------- Setup failed. Exception: A ...Show All

  • .NET Development Using FileWebRequest for downloading/uploading files

    I need to have 2 methods -- one that downloads and one that uploads -- that rely on shared files on someone's computer. I noticed that the FileWebRequest code might help, but I cannot figure out how to download/upload files with it. I looked at msdn's explaination of this code and the only example it gave was how to make and write in a file -- which obviously is of no help to me. I have code for uploading and downloading files from one FTP se ...Show All

  • Windows Forms Problem with VS 2003 user controls in VS 2005 RC1 Toolbox

    When I add my old VS 2003 user controls to the ToolBox in VS2005 RC1 and then try to drag one of the controls onto my Windows Form, I'm receiving: Failed to create component "(My control created and used in VS2003)". The error message follows: 'System.NullReferenceException: Object reference not set to an instance of an object. at System.Reflection.Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) at Microsoft.VisualStudio ...Show All

  • Windows Forms WYSIWYG HTML Editor Control

    There are tons of browserbased WYSIWYG HTML Editor controls. But, i'm building a windows based Content Managment System, and need a HTML Editor for Windows.  Anyone know of a control i could use, or a way to export to HTML  Is there classess&nb ...Show All

©2008 Software Development Network

powered by phorum