Software Development Network Logo
  • Visual C#
  • Windows Vista
  • Microsoft ISV
  • VS Team System
  • Visual Studio
  • .NET Development
  • Visual FoxPro
  • IE Development
  • Windows Forms
  • Audio and Video
  • Visual C++
  • Smart Devicet
  • SQL Server
  • Game Technologies
  • SharePoint Products

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

ZeroSerenity

Member List

avaya12
Nathan23
shakeelw
catalinione
Cadey
Adam Hines
Predator14567
martona
hillrg
AndrewLuiHK
Diango
Rups11
Sioln
oli merge
seco
Beej80
idos
trevi
roxaz
Rick Strahl
Only Title

ZeroSerenity's Q&A profile

  • Visual Studio Team System Getting Errors with Team Builds - no idea what to do.

    I'm once again trying to get these Team Builds done properly. I am doing this in Vista Ultimate, and Vista Ultimate is the Build Machine and Drop machine (I'm not sure if this is the problem). The project I'm using is a Web Application Project, and here are the only errors I'm getting during building with Team Build: Solution: ActionItems.sln, Project: DataAccess.csproj, Compilation errors and warnings C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2798,9): error MSB3491: Could not write lines to file "obj\DataAccess.csproj.FileList.txt". Access to the path 'D:\Development\Release\AI Deploy\Build\AI Current Platform\AI Release - Debug\Sources\DataAccess\obj\DataAccess.csproj.FileList.txt' is deni ...Show All

  • Visual Studio Loading Help slow...

    On my Dell Dimension 8200 (1.8 GHz, 512 MB RAM, Windows XP/Pro) loading help in Visual Studio 2005 is very slow. It takes up to two minutes (!) before the help screen opens in its own window after choosing Help from the menue or pressing Ctrl-F1, H (or some other letter). Once opened, performance is o.k. until I restart Visual Studio (having closed all instances). During load I can't do anything in Visual Studio 2005 whithout getting a "Delay Notification". A strange thing is, if I look at the task manager during the load process it doesn't show much CPU usage most of the time (it goes up to 100% for a few seconds short after beginning and a second time up to about 80% for a few seconds short before finished; for the rest of the time almos ...Show All

  • Visual C# undo manager

    Hi all, I have a C# application that was written using VS2003 and has since been converted to VS2005. When I try to debug the application, I get the following error message: Error connecting to undo manager of source file pagename.aspx.designer.cs Can anyone shed some light regarding what this is Thanks, Dan To add to my previous post, I could not repro this issue on a simple project I created. If you could attach a project where this would show up to the bug that would be very helpful. Thanks again, Suma Sushilendra [MSFT] ...Show All

  • .NET Development Delegate class

    hello when and how can we use delegate class hi Nikunj R Thakkar thank you for your help ...Show All

  • Visual C# Integer (Unit) Conversion Help ---

    I have an integer in the unit bytes (like kilobyte and megabyte). How can I convert it or multiply it so the unit is in gigabytes (GB) Thanks, Using this line should solve the problem: string HardDriveSize = string .Format( "{0:0.00} GB free of {1:0.00} GB" , (drive.TotalFreeSpace / (1024.0 * 1024 * 1024)), (drive.TotalSize / (1024.0 * 1024 * 1024))); This are the things that didn't work - A 1024 was missing. - Division is neccessary instead of multiplication. - You need to get a float result to get decimal places that's why I used at 1024.0 some point (you may also cast to float) - The formatting should be 0.00 Hope this helps. ...Show All

  • Visual Studio Express Editions Single Quotes (') in SQL inserts

    How does VB.NET deal with single quotes in SQL Like with name O'Conner. how does VB.net fix this Thank you. I believe the following will answer you question http://wiki.ittoolbox.com/index.php/FAQ:How_do_I_escape_single_quotes_in_SQL_queries%3F ...Show All

  • SQL Server only users with SA can add/remove package

    Hi, Remote access to server using Dcom configurated,but still having problem with access I want my developers add/remove SSIS from msdb ,on dev server, it works only if developers added to SA role on server. if I grant dbo on msdb to developers, they can access SSIS server, but when they try to import new package they get error "access denied to package.." Do you need other server permissions to import/delete package Thanks ...Show All

  • Visual Studio 2008 (Pre-release) XAML to C# Code Covertor

    Is there a way to convert XAML code to a C# code that can then be linked into a project or solution There are several samples in the SDK like FontDialog that work fine by themselves but adding them to a solution that has WPF windows and Windows Forms, the XAML will not compile. It will not give a reason except for error messages stating that methods like InitializeComponent could not be found. This is becoming a showstopper as one can not re-use code. It would be great that all samples have a programmatically created UI version also till such time tools catch up with XAML. Thanks Hoon, It sounds like your problem is that you have created a Windows Forms project and added XAML files. A Windows Forms project can't compi ...Show All

  • .NET Development How to find other computers connected to my system?(LAN)

    Hi, I want to know how to find other computers that are connected to my machine in vb.net. using .net framework 2.0 Thanks, SK You can find out the remote IP addresses of all active IPv4 TCP connections on your machine using IPGlobalProperties.GetActiveTcpConnections().. Read more here http://msdn2.microsoft.com/en-us/library/system.net.networkinformation.ipglobalproperties.getactivetcpconnections(VS.80).aspx ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Managed Direct3D 10

    Since XNA only supports DirectX 9.0 Where is Managed Direct3D 10 I hope there will be Managed wrapper for Direct3D 10 thanks There are signs that after the unmanaged version of the Direct3D 10 API seems stable now Microsoft has start working on the managed one. I am sure we will see a beta in a future DirectX SDK. Anyway as I wanted a managed wrapper before I have written my own. There is an older version over at MDXInfo . But as it is not compatible with RC1 and the August SDK it will hopefully updated in the next few days with a more complete version. ...Show All

  • Windows Live Developer Forums Audio in Windows Live

    I don't hear my other side contact when I use PC to Phone, but my contact listen me perfect. 1) I don't have USB device connected for audio and video (3.5mm only) 2) I already used my devices for audio and video to connect PC to PC, and works very nice. 3) I disable firewall and anti virus However, my problem continue. If you have other idea, please.... The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following resources... Messenger Technical Support is available on the Messenger newsgroup: http://support.microsoft.com/newsgr ...Show All

  • Windows Forms RichTextBox question

    I am using odbc driver to manipulate records to and from a Paradox database. In the Database I have two columns that are Paradox 5.0 memo fields, they have been formatted with a Rich Edit field in Delphi7 . I can view the data in the fields in my C# app in MSVS 2005 with a RichTextBox control except that the formatting shows in the text box as well as the data. Like this: {\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 MS Sans Serif;}{\f1\fnil MS Sans Serif;}} \viewkind4\uc1\pard\lang1033\b\f0\fs16 3/4x3/8--63/4x4/78--One X Leather--One 1/2" wedge. Hook heels around instead of cutting off.\f1\par } Is there a way to get the richtextbox to process the formatting Thanks Jon (Moderator: Thread moved to thi ...Show All

  • SQL Server Altering Table Replicated

    How can i change my Table Structure that is replicated I need to add a new field. In SQL Server 2005 you can use alter table syntax to add/remove/change columns in a replicated table. Check out the following link for more information -- http://msdn2.microsoft.com/en-us/library/ms151870.aspx If you are using SQL 2000, you are limited to the functionality of sp_repladdcolumn and sp_repldropcolumn. SQL Server 2000 Books Online will give you more information on the syntax of these procs. Hope this helps, Tom This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • SharePoint Products and Technologies Can not creat Site collection in wss 3 release version

    hi all... My installation of WSS 3 was successful.. My config Windows 2003 SP1 (Part of Domain "testwss") Framework 3 (Release) Wss 3.0 (Release) Sql 2005 ( On other machine which is part of Domain "testwss") IIS 6.0 office 2003 pro after creating application successful i am not able to create site collection i get the following page. The Windows SharePoint Services Web application has been created. If this is the first time that you have used this application pool with a SharePoint Web application, you must wait until the Internet Information Services (IIS) Web site has been created on all servers. By default, no new SharePoint site collections are created with the Web application. To create a new sit ...Show All

  • Community Chat Free Lists - Just a Q & D app I needed.

    http://www.barrysumpter.com Free Lists is the only app there written in vb.net. Don't worry about the other products. I've only sold 1 of each. I have no fantasies or pretentions regarding sales. Best intentions to offer Free Lists as a usable product developed in my spare time over a three day period. Standard, evironments, interfaces change so often I've given up trying to conform. For me, vb.net has been an absolute nightmare. Any features left out are from frustration only. Any positive comments are welcome. Any positive constructive suggestions may very well end up in the next version. All the best to everyone. Oh My God! Don't know what that was. And don't remember seeing that come up before. So I ...Show All

©2008 Software Development Network