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

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

yeshman

Member List

Bruno177
Akshay Saini
dolot
Stephen J.Vanterpool
Ruurd Boeke
borice
brettles
DanDanne
MartinMalek
erikkl2000
Acts7
David Ray
Danny Tuppeny
Idanle
Sune Henriksen
Michael Klucher - MSFT
Microsoft Visual
nicholas winterer
Nathalie12
KJBalaji
Only Title

yeshman's Q&A profile

  • Visual Studio Regpkg.exe errors while registering a LangaugePackage

    Hi, There is a weird looking problem with my language package. When I use "Regpkg.exe /codebase mylangpackage.dll", I get errors stating 'Could not load file 'EnvDTE version7.0.3333.0...........' So I looked up to find out that the VSLangProj.dll refers to the old version of EnvDTE which is 7.0.3333.0 I again found out about the binding redirect solution, so I created a Regpkg.exe.config and put the <runtime>bindingredirect xml here</runtime> (from http://msdn2.microsoft.com/en-us/library/ms228768.aspx ) in it. It still didn't work for me after this and I got the same error. Then I installed the actual EnvDTE 7.0.3333.0 version into GAC (I picked this up from elsewhere, coz I didn't have it in my machi ...Show All

  • Windows Live Developer Forums Multiple Tile Layers and zoom on double click issue

    Hi, I'm loading 3 tile layers and a VEcollection into my map at http://thecascadian.com/ for the murky waters blog entry. That all works fine, but when you select the S Whidbey Isle layer in the dropdown, and then double click on that tilelayer, it zooms to the highest detail view instead of just one step "in". I'm not capturing that event in any way in my scripts; it's doing it "out of box". In my introductory entry I have 2 layers and I don't seem to see that effect. Also I don't seem to see that effect in my other 2 layers in the murky water entry map. Any ideas, thoughts on this. I'm guessing I my need to "hijack" the double click and force an incremental zoom( ). Thanks for any input on this! Sor ...Show All

  • SharePoint Products and Technologies Approval Workflow in SharePoint 2007

    We know that SharePoint 2007 comes with a set of out of box workflows.One of the features of the workflow that I found to be awkard and strange is that when the document is being routed through an approval workflow, each person in the approvers list is assigned a task. While editing the task the end user can enter his comments. An email goes as an alert to the next user regarding the task being assigned to him. But in the email, you never get to know what were the comments of the previous user. All the comments are consolidated and emailed at the end of the workflow. In the intermediate stages one has to log on to the Sharepoint site and check in the workflow status. Please share your views and thoughts ...Show All

  • SQL Server Create N rows from 1 Row?

    Hello... I have a small question about how to realize something in SSIS.   We are rewriting an Application and we will be normalizing a table. The current Table has Data in the Format: ID - Name - Type500 - Type1000 - Type2000 1  - Test - 2 -  1 - 0 2 - Test 2 - 0 - 2 - 1   The Targets would be: ID - Name 1 - Test 2 - Test TargetID , Type_ID , Date (+ ID Field omitted here) 1 - 1 - 1.1.1900 1 - 1 - 1.1.1900 1 - 2 - 1.1.1900 2 - 2 - 1.1.1900 2 - 2 - 1.1.1900 2 - 3 - 1.1.1900   So basically we need to generate N type rows for each "Count" in the Type Fields. So whats the best aproach to convert this data in an SSIS Package Currently I am thinking a ...Show All

  • .NET Development C# Asynchronous Socket. How to reject unwanted connection?

    Hi all, I am a newbie on C# socket programming. Can anyone teach me how to reject an unwanted connection based on the IP This is my code (it does capture that the IP is not the wanted IP, but then after rejecting this, the main socket won't listen anymore): Socket tempSocket = m_mainSocket.EndAccept(asyn); string cIP = ((IPEndPoint)tempSocket.RemoteEndPoint).Address.ToString(); // I want it to only accept connection from 202.103.212.32 if (cIP != "202.103.212.32") { tempSocket.Close(); Console.WriteLine("Rejected connection from " + cIP); m_mainSocket.BeginAccept(new AsyncCallback ( OnClientConnect ),null); } else { m_workerSocket[m_clientCount] = tempSocket; tempSocket.Close(); } Please help, as I've been ...Show All

  • Software Development for Windows Vista Error when opening xamlpad: Cannot locate resource 'xamlpadapp.baml'

    HI, I installed .net framework 3 beta2 and windows sdk on a clean system , no previous beta installed. when I try to run the xamlpad, a fatal error happens, I tried to debug then I got the detail error: ================================ An unhandled exception of type 'System.IO.IOException' occurred in PresentationFramework.dll Additional information: Cannot locate resource 'xamlpadapp.baml'. I have no idea aboout this. is there anyone can help me Hi Mark, I installed from the June CTP and have the failure. The FileVersion of my XAMLpad is The File Version of my June CTP SDK is 3.0.04131.06 I am dust downloading the SDK again from the link you have given and will try again... Andy ...Show All

  • Visual C++ Presenting a C++ library (.lib) for use in C# project

    I have a collection of C++ programs and the C++ libraries they use. The libraries currently compile to a .lib format. Changing the project property to use a .dll results in multiple reference errors. Without having to go through the entire collection of source files, is there a way to create any kind of project in a .NET language that would provide a "wrapper" for the existing .lib files so that they could be used in that environment. Thanks.   RickW_Houston wrote: Without having to go through the entire collection of source files, is there a way to create any kind of project in a .NET language that would provide a "wrapper" for the existing .lib files so that they could be used in that environment. Yes (so ...Show All

  • Software Development for Windows Vista Major bug in Vista File Sharing (Peer-to-Peer)?

    Major bug in Vista File Sharing (Peer-to-Peer) Description: Microsoft Vista will lockup when more than one Vista workstation attempts to access the same file in a shared folder at the same time. Steps to reproduce: 1. Install a new copy of Vista (Does not matter what version) on two different computers. 2. Install a new copy of MS Office 2003 each computer. 3. Share the Public folder on one of the machines so that other computers can access it. (We will call this Machine A). 4. On Machine A, create a new MS Word document in the Public folder and leave it open. 5. On Machine B, browse to the network share on Machine A and try to open the same Word document. MS Word will freeze and will not come back until the file is close ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Present() hangs for 10 seconds when mixing DirectX full screen and GDI

    I'm using C# and MDX. When I setup DirectX to go full screen, and then also use GDI to draw on another form on a different display, the Present() function can hang for 10 seconds. When it hangs, even the mouse pointer stops moving. When it comes back to life and I click on a form, it looks like GDI is resetting or something (the monitor goes black for a few seconds, then redraws), and sometimes there is junk on one of the displays. Sometimes it hangs forever, and I have to do a hardware reset to fix the problem. Changing PresentInterval to Immediate fixes the problem, but I'd prefer to have DirectX do the vertical sync for me. Any ideas Thanks, Jeremy Probably not, since they don't do th ...Show All

  • SQL Server Can Code be used to define parameters in a subscription?

    I am trying to create an email subscription that runs every Monday for the previous week. To do this I was trying to set the start date parameter to dateadd("d", -7, today()) and the end date parameter to dateadd("d", -1, today()). However, every time I change it to anything but a static date value, the screen refreshes and changes the code back to the default date. I know I can set the defaults to the previous week in the report itself but I already have another subscription that runs the same report as MTD so the parameter defaults are set to that. The only other way I can think to accomplish this is to create a copy of the report with the only difference being parameter defaults (which I don't think is a good sol ...Show All

  • Visual Studio Express Editions I want to insert an Event for my lstBox

    I want to insert an event for my listbox... when my program executes I want to select from the listbox an Index that is event controled by the return button on my keyboard can I just use a return Event (return event is fired when control received the focus) from listbox events... Set the forms keypreview property to true and then use the forms key-up event to detect for the return key being pressed if you want the reurn key to do something no matter what control has focus...If you are wanting the return key to do something only when the listbox has focus use the listbox's keyup event ...Show All

  • Smart Device Development Your own installation

    How can i make my application use it's own installation Like this: *Click: setup* Alert: Are you sure you won't to install this program Install Don't Install: *Install* *first screen: Welcome to ***** [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[* *Second screen: where do you want to save the file * *third screen: Installing -----------------------------* *fourth screen: Thank you for installing this program* Why dont you want to use the CAB route If you want to write your own installer, it would be easy to do so - just write an executable which uncompresses the rest of the files and puts them in the right folders after displaying the right UI ...Show All

  • Visual Studio Express Editions Microsoft Forms 2.0 ComboBox

    How i can use Microsoft Forms 2.0 controls like combox in vb 6 i fill combobox with list. how i fill it in vb.net 2005  In VB6 Me.CboCust.List=MyCustArray  In VB.Net Me.CboCust.Set_List( , , ) What is the syntax of Set_List() Microsoft forms 2.0 and 2,0 controls are not compatible with .NET! To add a range of items to a .NET combobox: Me . ComboBox1 . Items . AddRange ( MyArray ) where "myArray" is your declared array of items ...Show All

  • Windows Forms single instance form

    Is there a setting that allow me to have some forms have only single instane in one application. if not how do i go about/ Thanks        It works fine in case when child window in MDI is not minimized, when i minimize the child window and then click on MDI menu, it is not restoring, only highlighting, I want it restore to its original size. Thanks   ...Show All

  • SQL Server Sorting a Matrix on the Rowtotal

    Is there a way to have a matrix sort his rows based on one of the total-values of the row Ex Col1 Col2 Col3 Total Row1 10 25 35 Row2 1 10 9 20 Row3 2 2 2 6 Kind Regards Yes you can do this. Let's assume the matrix row group is called "RowGroup". Edit the RowGroup, go to the "Sorting" tab of the dialog, and add a sorting expression based on an aggregate similar to the one you are using in the matrix cell: =Sum(Fields!A.Value) -- Robert ...Show All

©2008 Software Development Network