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

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

paketman

Member List

Steven Haggerty
petegh
Whitehorsevideo
Binoy71254
mr.dumbass
Gmoney1404
prins gerard
Mary Lingel MSFT
ComSpec
ankh776
David Robert
CHANTELOUP
Adrián Córdoba
JP.DEV
O.Tacke
Michael Toner
Thierry Lam
Diane Larsen
Ata Demiray
jkw
Only Title

paketman's Q&A profile

  • Visual Studio Team System Looking for book suggestions

    Hello,  I am looking for suggestions on books specifically for TS Architects. Are there any good publications out there yet, that are not based upon beta releases of TS Thanks in advance. John Hi John, You've probably already seen the list of books on MSDN, but just in case you haven't it's at : http://msdn.microsoft.com/vstudio/teamsystem/reference/books/ I've read Richard Hundhausen's book which provides a good overview but not too much in-depth hands-on stuff. Which is a good thing as it was the first one to be published. Both the book that I've been involved with, and the Apress o ...Show All

  • .NET Development Size of object at runtime

    Hello Friends, I wanted to check the size of the object (Entity & data storage) when the application is run/running. what could be possible ways My application is ASP.net based C# code behind application. Thanks in advance friends. Manohar Application Developer Hello Manohar, Are you asking for the size of the [managed] object in memory Are you asking for the size of an object when serialized Are you asking for the size of data when persisted in a database The size of a [managed] object in memory is not documented [aside from interop purposes, and using the 'unsafe' sizeof operator in C#. The reason the sizes are not generall ...Show All

  • .NET Development I figued it out!

    I currently have a project that I am working on where I have a web form built that a user enters their information into, clicks submit, the values are then entered into an XML file and saved.  The values from the XML file are then imported into an Excel 2003 worksheet that is on the server.  The worksheet calculates the results, and the response is returned back to the user's web page.  I was using another method in where I was submitting each value to the excel worksheet individually (instead of creating and importing the XML file), which worked, but took about 5 minutes to execute.  I am trying to create the XM ...Show All

  • Visual Studio Team System Possible 32000 and 26105 error solutions

    During multiple attempts to install the Team Foundation Server we encountered the 32000 and the 26105 errors repeatedly.   In the end our problems were trivial and may help some of you encountering these same errors.   1)       Problem : Using WinIso to extract the DVD image files :   We were downloading the ISO images from MSDN and were extracting them for the install.   D uring the SQL server installation an error message appeared several times indicating missing files.   We selected Ignore and continued with the install process.   At the completion of the install, all ...Show All

  • SQL Server Nested CASE statements Problem

    I can't get the syntax right on my nested CASE statements nor have I found anything on the web pertaining to nested SQL CASE statements: SELECT  rm.rmsacctnum AS [Rms Acct Num],         SUM(rf.rmstranamt) AS [TranSum],         SUM(rf10.rmstranamt10) AS [10Sum],         CASE WHEN SUM(rf.rmstranamt) > SUM(rf10.rmstranamt10) Then                CASE WHEN SUM(rf.rmstranamt) < 0 AND SUM(rf10.rmstranamt10) < 0 Then               &nb ...Show All

  • SQL Server Encrypt required to connect to msdb deployed packages ?

    Hi There I am using SS2005 Enterprise Edition, proper release version not a ctp or anything When i try navigate to my packages in MSDB i get the following error. Encrypt not supprted in Sql Server. I have done some checking and it is a known fact the sql server will enxrypt packages, and that the resolution is to use certificates. Also some indications from links i have found that this is just a ctp or beta version issue. Can someone please tell me if there is anyway around this besides certificates. One is to use file system for packages, but how can i at least delete the packages deployed to sql server so far nxPlease help , Thax ...Show All

  • Visual C# Searching Directories?

    Im trying to search specific directories by file name (and maybe content), but have no idea hwo to do this be a little more specific so i can help you.. You want something like the windows search when it comes to files and directories the System.IO namespace has all the classes that u need! ...Show All

  • Visual Basic how to build e-test application

    I am working on to build a e -testing application ,Any help I need some example in vb.net Thanks! gays http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvsent/html/vsts-test.asp ...Show All

  • Visual C++ About the extension of properties file

    Hi All, I am a beginner in VC++ and I would like to ask a question here. As I had migrated a VC++ project from VC6 to VC7. The program can be built successfully but the program fails to execute. The logic of the program requires to load a properties file and perform some library initialization. (e.g. abc.properties). The program fails to run because the program has some memory allocation problem when I execute it in debug mode. However, when I modified the source code to read the properties with different extension (e.g. abc.propertiess). The program runs without problem. Although this problem is somehow strange, do everyone have any i ...Show All

  • Windows Forms Bug on VS.NET 2003 Start Page?

    Am I the only one seeing this After opening VS.NET 2003, if I roll over anywhere inside the outline of the list of Existing Projects list, at the very bottom where it says "Ready", it blinks at a steady rate. It doesn't appear to use any processor and really isn't a big deal, but I was just curious if anybody else has seen it. <a&nbs ...Show All

  • .NET Development .Net remoting and multiple NICs (network adapter card)

    If you have more than one NIC in your machine and have a .Net remoting server application then you should use the bindTo property to select the desired NIC and the config file looks like this: < channel ref = " tcp " port = " 4487 " bindTo = " 197.118.137.8 " > < serverProviders > < formatter ref = " soap " typeFilterLevel = " Full " /> < formatter ref = " binary " typeFilterLevel = " Full " /> </ serverProviders > </ channel > but what if you want to bind to all of the NICs in your computer, I tried with multiple channel section in the configuration file but there was run-time error with ...Show All

  • SQL Server merge replication metedata cleanup error

    Hi, We have a merge subscription which is reporting the following error at the subscriber: The Merge Agent failed after detecting the retention-based metadata cleanup has deleted metadata at the Publisher for changes not yet set to the Subscriber. You must reinitalize the subscription (without upload) I'm a bit confused about this - there have been no changes made at the publisher - why would we be getting this message thanks Bruce The data changes that the merge agent is referring to are the metadata contained in the merge tables MSmerge_contents, MSmerge_tombstone, MSme ...Show All

  • SQL Server Packages not executing right on production server?

    Hi, I have developed about 20 to 30 packages that are executed on a specific order by a parent package that iterates a foreach cycle... Has in development server all packages run just fine... when deployed to the production server and executed the first child package to run gives error and says that the logging text file was unable to find the file It was supposed for the log to create and send information to the file right So i think this is a little bit weird... Any idea of what is going on here Regards, Does the lggoing file folder exists, and does the execution security context (account) used have permissions to wr ...Show All

  • Visual C# How to register?

    HELP ME I download vc# 2005 express ,but i can not register it.The link of register on ABOUT is not work.and i can not find any PRODUCT ID.How to register Hey Allen - That's correct that you can only use the Express for 30 days right now unless you activate it.  You'll find a lot of information regarding registration and problems that other users have had on the Express forums here: http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=24 Thanks! Karen Liu Visual C# ...Show All

  • Visual Studio 2008 (Pre-release) A more complexed usage

    Hi, At work, we use mapping engine that uses GDI+ as renderer. Map is combined of several small bitmaps. At the background we build a "BIG" bitmap from 9x9 tiles of bitmaps. The viewed area is clipped from the "BIG" bitmap. We used to refresh the map every 300mSec in order to see location changes of icons/shapes which we managed as layers. I'm evaluating how to do it/ is it the purpose of WPF There is no OnPaint event (which is fine by me) so every icon/shape is an object and all i have to do is update it location.... GREAT !!!! I have few problems: 1. How can i load several bitmaps, combine them to one big map and cli ...Show All

©2008 Software Development Network