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

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

NoBuddy

Member List

aymen58764
Zhaph
peter feakins
igorbaITALY
keram
keiichi76537
JRH147
Rob_Jeffrey
Wojtek
SQLDude
Martin Hillband
Kibi
SPotam
dolot
zuz29
spyders
Svladim
David Mac
Arunka
A.J. Mee
Only Title

NoBuddy's Q&A profile

  • SQL Server File Enumerator does not show after install of SP1

    I used the SSIS tutorial just fine with no problems. But then I installed SP1 for SQL2005 and now in the Collection screen for a Foreach Loop Container I no longer have an option for Foreach File Enumerator in the drop down for enumerators. Any suggestions or fixes Can you check to see that Microsoft.SqlServer.ForEachFileEnumeratorWrap.dll has been installed Donald Farmer ...Show All

  • Visual Studio 2008 (Pre-release) Custom namespace error?

    Just a newbie on this, but frustrated. I am having troubles with the photshop sample from the beta2 sdk. < Window x:Class = " PhotoStore.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " PhotoStore " Loaded = " WindowLoaded " xmlns:ps = " clr-namespace:PhotoStore " Width = " 640 " Height = " 670 " > When I compile it I get the following error on " clr-namespace:PhotoStore " : Assembly '' could n ...Show All

  • Visual C++ building WinXP x64 application

    Hi want to compile/build a piece of code that was written in Visual Studio 6 for use under WinXP x64. I would like to use my 32bit machine, compile and build and than put the exe on the 64bit system and test it there. How can I do it, are there tutorials somewhere Any help is appreciated please help Thanks Maik Yes, Visual C++ 2005 runs on a 32 bit system, and builds apps for 64 bit. -Kev ...Show All

  • Windows Forms Window SHOW event???

    I have a window and need an event that is fired after the window is showed completely. For example, activated and gotfocus are fired before the window is showed. I have test this by calling msgbox... in these two events. Has somebody an answer...  I need explicitly an event that is fired after the whole window is painted completely for the first&n ...Show All

  • SQL Server Caching inside SQLCLR

    Hi, My .NET SQL UDF needs do very complex computation on every call regardless on user input. I would be very happy if I could cache this computed data somewhere in SQL Server memory. And then I should not need to recompute this complex information on every UDF call. Is it possible to cache something inside SQL Server from CLR Thanks. The simple answer is that yes, you can cache.  You can set up a private static readonly collection (e.g. a Dictionary) inside of the class that holds your UDF, and it will be available from within your UDF.  This brings up several questions, however:&nb ...Show All

  • Smart Device Development Sending and Receiving UDP Broadcasts from IP Address 0.0.0.0.

    I am designing a network of small embedded modules each running Windows CE 5.0 and .NET Compact Framework. I have successfully built both UDP and TCP communications routines and are moving right along with the main functionality of the system. I have a "master" node that listens for BOOP requests on port 68. It has a list of valid MAC addresses for my closed system and will send back the appropriate IP address from its database if the MAC address of the sender matches one in the database. It is a closed system and the addresses should never change or expire, so I am just using BOOTP instead of DHCP. My problem is the IP Addre ...Show All

  • Visual C++ Wheres my TR1? :)

    I'm using the VS 2005 beta release so excuse me if this is scheduled for the full... Am I missing something or is TR1 not part of VC++ 2005 Is is planned to be part of the final release Is it an additional part I can get from MSDN somewhere Hi John, TR1 (Technical Report 1) is not part of VC++ 2005. I just confirmed with the Libraries folks. We are looking for considering it for future releases. Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • Visual Studio bug in july ctp?

    trying to display a report in an asp.net page. The page runs and the page count is correct but the pages are blank. Export to excel errors, but export to PDF works and looks right. Known bug is there a workaround Allen Ok Rajeev. Win XP Sp2, July CTP of visual studio. OK, simplest repro I can do... I created a new web application. Added a report to it (report.rdlc) and put a line on the report. No data sources, just a line. The default web page has a report viewer on it, and the viewer's report is set to be report.rdlc. Run the web application and the page comes up blank, however if I select pdf a ...Show All

  • Visual C# Help with System.Array

    I have a System.Array object with assorted types in the different elements.  How do I work with these elements.  For example, if the result of arr.GetValue(0) is actually a Double[], how do I access the individual doubles   Or suppose the result of arr.GetValue(1) is another System.Array object.  How do I assign it to a System.Array typed-variable OK, I got it.  Duh, you just downcast it, like this: Double[] darr = (Double[])arr.GetValue(0); ...Show All

  • Visual Studio Silly answer [:D]

    I tried to export my one page report ( 8.5” X 11” ) to PDF file, and I got two pages. Some of the columns of my report go to another page. How can I export my one page to one page PDF file correctly Thanks in advance.   Long Actually the PDF file has its own margins on both sides, and that makes my report ugly :).My report needs a farely wide width. Is there anyway I can change the PDF left_margin and right_margin before I export the report Thanks in advance. Long ...Show All

  • Visual Studio Team System About Interpreter Pattern

    Do you use Interpereter Pattern (GOF) in your project... if you do what for do u use it.. in my project .. Im using it to parse my string data. I wantted to disscuss about that. Hi Doga, Sorry you're not getting replies to your posts. This forum is directed at questions and comments about Visual Studio Team Edition for Software Architects. You might try posting these questions in the .NET General forum ( http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=39 ) or one of the Visual Studio general language forums. Thanks! ...Show All

  • Visual Studio Express Editions Uninstalling non-beta Express Editions and SQL Express (non-beta)

    I have a question. Although it is not exactly related to installing the Express products, this is the best place I thought to post it. Anyway, I want to completley uninstall Visual C#, C++, Visual Basic, and SQL server 2005 express editions from my computer. It is to be noted that these products are the actual non-beta versions. The reason I want to uninstall these product is because I will be upgrading to Visual Studio 2005 standard soon. I do not want any clashes in my system relating to the express products. Does anyone know how to completly remove these non-beta Express product from your computer Any help, advice, links, uninsta ...Show All

  • Visual Studio 2008 (Pre-release) MyCalculatorService Tutorial

    Hi all, Just starting with WCF. Installed WinFx Runtime, WinFx SDK and VS2005 Extensiond for WCF and now trying to follow the tutorial. It asks to create a project of type 'Windows Type Library' and I couldn't find one. Can someone pleasse provide me a little guidance here Thanks kr Probably it just means "Class Library" If you are building a WCF service then you should use a project of type "Class Library". Youcef ...Show All

  • Visual Studio How to Prevent property from being displayed in Concepts Properties Window

    How can I prevent a property that I have defined on a concept from being displayed in the domain-specific designer For example, I have a concept named “ModelElement” that has a property “IsGenerated”. I require “IsGenerated” for processing purposes but I don’t want the end user to see it in the domain-specific designer. [updated following the release of V1] Simply set the "Is Browsable" property of the DomainProperty to false. FYI this will cause "System.ComponentModel.Browsable(false)" custom attribute to be emitted in the generated code, which tells the Property Grid not to display the property ...Show All

  • SQL Server Query problem - TIPOS IN ()

    Hi, I have the following query SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO ALTER PROCEDURE CONSTELEFONICA @E1 VARCHAR(50), @TIPOS VARCHAR(50), @PERINI DATETIME, @PERFIM DATETIME, @PERINI2 DATETIME, @PERFIM2 DATETIME AS SELECT DATA_HORA, LOCALIDADE, VALOR_TEMPO, VALOR_TARIFA, CLASSIFICA_TELEFONICA, VALOR_TOTAL, NRTELEFONE, NUMERO_E1, @PERINI as DATA_INICIAL, @PERFIM as DATA_FINAL FROM TELEFONICA WHERE NUMERO_E1 = @E1 AND DATA_HORA BETWEEN @PERINI AND @PERFIM AND LOCALIDADE IS NOT NULL AND LEFT(LOCALIDADE, 2) <> '**' AND TIPO = '2' AND LEN(NRTELEFONE) > 5 AND VALOR_TOTAL IS NOT NULL AND CLASSIFICA_TELEFONICA IN ...Show All

©2008 Software Development Network