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

Software Development Network >> M. Vavilov's Q&A profile

M. Vavilov

Member List

nikos_22
gumtoo
doczap
Rohit Ghule
patria
pisiiki
Burn0ut
Nico Vuyge
Leon Mayne
Mark B .
TA123
Kirk Evans
JonnyAJAX
twaltz
agentf1
Spuddo
Billr17
Monish Nagisetty
CJira
Philip Jaques
Only Title

M. Vavilov's Q&A profile

  • .NET Development PDF Creation in C#

    Hi, So far not found the answer to this question when searching. I need to convert a completed MS Word document into a PDF file. Can this be done from within C# code, for example via an API or a command line style call to an external API/Application. I do not want to have any user intervention required during the conversion process. Thanks Andrew If you don't want a commercial solution, check out one of the many Open Source projects... ...Show All

  • Visual C# cannot debug any code once it has changed

    Hi, I have just installed Visual C# 2005 Express Edition and all was well. One day later and I can't debug a new project as I get the error: "The following module was built either with optimizations enabled or without debug information" I can create a new command line project and add the following line of code: Console.WriteLine("Test"); This runs fine...no problem. However when I change that line to: Console.WriteLine("Another Test"); I get the above error. I cannot debug any code once it has changed. I've seen some other posts with the same error but no clear solution. I have worked out that when I delete the .exe file from the bin\debug directory it all works again. The code debugs f ...Show All

  • Visual Studio 2008 (Pre-release) How to transfer known types information?

    Hi All, I have a WCF service (let's call it main service). Multiple instances of this service can work on different computers in a network. I have another WCF service (load balancer) which performs load balancing between main service's instances. All clients' requests come to load balancer and are redirected to main service's instances. Load balancer's interface mimics the interface of the main service. But main service(s) also expose dynamic list of serializable types as Known types. These types are visible for load balancer but I need to make them visible for it's clients too. So I need to add them as load balancer's known types. As I said, the list of types is dynamic, I don't know these types in advance. It looks like I ...Show All

  • SQL Server SQL Select

    Hi, I've got 2 tables with 2 fields each; Table1 is the master account list with fields: AccNo and AccDescr Table2 is the account balances with fields: AccNo and AccBal If an account has no transactions and no balance it doen't appear in Table2; Table1 is a complete list of all the accounts; I want all the accounts to appear on my report...if there is no balance (doesn't appear on Table2) it should still be on the report with a 0 balance; How can I achieve this Currently only accounts with a balance displays; This is my SQL statement: SELECT Table1.AccDescr, Table2.AccBal FROM Table1 INNER JOIN Table2 ON Table1.AccNo = Table2.AccNo Thanks Hello, use this instead ...Show All

  • Windows Networking Development Problem with QOSAddSocketToFlow

    I have a problem with Vista OS build 5536 and Vista windows SDK 6.0.5472.2.1.WindowsSDK_Vista_idw.DVD.Rel.img With such version, the QOSAddSocketToFlow returns an error code ERROR_NOT_FOUND, which says that Invalid FlowID specified. Howeve, I set the parameter Flowid with 0 as the API domument described. Thanks for any help... Our ring0 code is trying to set the TOS bits for DiffServ Control Points (DSCP) for media such as VOIP and video. Our Win2k and XP code uses a deprecated TDI call to SetInformationEx which has no effect on Vista (but just as the documentation says, it doesn't fail either which is good). thanks! mark ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. help with everything

    I cant seem too computer connection can some one tell me what to do Have you tried the troubleshooting tips offered by David Weller of Let's Kill Dave! fame If you've done everything in the links that Jim suggested and the troubleshooting tips offered by Dave do not work, then you're going to have to be a bit more descriptive about everything. Things that would help would be knowing more about your network setup, your PC, step by step what you are doing and so on for anyone to really have a chance at helping you. ...Show All

  • Windows Forms SQLXML as a custom prerequisite

    Hi all, I need to install SQLXML as a custom prerequisite. Can someone point me to a discussion on how to do this I can't seem to find any examples or tutorials or discussions to get me started. Thanx! WNC Sure thing: http://www.codeproject.com/dotnet/dotNetInstaller.asp Another nice thing is you can modify the source code for this. We include the exe for this in our installation project, and as a post build step, publish this exe as setup.exe, renaming the msi output from the installation project to _setup.msi. The bootstrapper (setup.exe) is configured to run this after it has successfully completed its work. An xml configuration file accompanies the installation to detect and install prereqs as needed. We've modife ...Show All

  • Visual Studio Package Load Failure - June CTP

    Hi, I'm seeing the following when I load the sample DSL projects: VSIP: Developer edition, all third-party packages allowed to load. VSIP: Package 'Microsoft.VisualStudio.WCPCommonServices.WCPCommonServicesPackage, Microsoft.VisualStudio.WCPCommonServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has failed to load ( GUID = {8F583BC9-4E70-4888-A667-4C461AC6D3A5} ). Please contact package vendor for assistance. I'd appreciate any ideas on this one... Thanks, Scott. A few people have seen this, though not just with DSL tools. One answer seems to be to re-install VS SDK See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=260596&SiteID=1 ...Show All

  • Visual Studio 2008 (Pre-release) UserControl and Content property

    I've made a user control and now i want it's Content property to point to something inside it so i've done this new public Object Content { get { return panelContent; } set { panelContent = (FrameworkElement)value; contentArea.Children.Add(panelContent); } } i've tryed to hide the inherited one but it does not work any ideeas this is what i'm trying in xaml: <wc:ChildPanel x:Name="toolBox" Title="ToolBox" Height="100"> <TextBlock> looolloolololo </TextBlock> </wc:ChildPanel> It might be easier to use the Content property that's a ...Show All

  • Smart Device Development Add softInput Panel.......

    Hi, I have a problem to create a new soft input panel in C# for my pocket PC (I'm only familiar with C#). I tried to add it manually from HKEY_CLASSES_ROOT -> CLSID -> {F0034DD0-2AD4-11d1-9CB0-E84BE8000000} = Transcriber-Test InprocServer32 = \windows\Some.Dll IsSIPInputMethod = 1 It's appears in the soft input panel. Currently there are several problems doing this. 1) Is there any way to add the registry entries programmatically (While doing the installation Using installer) 2) Earlier my input application is a normal Win CE application. In here I can't hook up the .exe to this registry. How can I modify my application to collect globally sensitive to mouse movements (If we write on top of any application it collect the mouse moveme ...Show All

  • SQL Server The best Data Transformation tool to Update/Insert

    Hello, I have some data coming up from an SQL Server source, I have to add it to another SQL Table on the basis of what destination table already have. For instance, if there is already an entry there for particular record (based on matching primary key value), then I just need to updated 3 columns, otherwise need to insert. The problem is, I know how to do it by using script component, but I am wondering if there is a better tool that saves me writing code Any idea Thanks, Fahad slicktop wrote: so if we are talking about a large target table then this method seems like it would be much slower than the alternative. If you have 500K rows in the target and you have to cache all these rows into memory, I can't see how that wou ...Show All

  • .NET Development Decrypt hash

    I have encrypted a string as follows: Dim bytValue() as byte Dim bytHash() as byte bytvalue=System.Text.Encoding.UTF8.getbytes("string") bytHash=SHA1.ComputeHash(bytValue) TempString = convert.ToBase64String(bytHash) TempString is then written to the registry. How do I decrypt TempString to get the original string back I use Visual Studio 2005 (VB.Net) A hash cannot be decrypted. For example if you use hashing to convert a date to a hash, you cannot get the date back except by using brute force (for practical purpose you can assume that you cannot get original date back). You would use hashing to store a users password. Then when the user wants to login you would convert whatever password the ...Show All

  • Visual Studio I cannot find ASP.NET web application in my VS2005

    I cannot find ASP.NET web application in my VS2005 I am using WINDOWS XP and I have installed IIS, but in my vs 2005, I even cannot find ASP.net web application template. Can anyone give me some help. Thanks a lot. You need to install it. Install depending on your needs. Use microsoft download center to search for the following: Install Microsoft Visual Studio 2005 - Update to Support Web Application Projects Install Visual Studio 2005 Web Application Projects Plugin Install Microsoft Visual Studio 2005 - Update to the Web Project Conversion Wizard Enjoy ! ...Show All

  • Microsoft ISV Community Center Forums Count and display in cell

    Ok I have an Excel workbook that contains a schedule (51 worksheets total). Each cell has intials in it and if that person has taken a day off the cell is highlighted a certain color (yellow, rose, or red). What I need to do is have something that goes through and counts what intials have what color and then display in a cell the number. So: If cell contains "initials" and cell color is "color" Then count and display in "cell" Example: If cell contains "JJ" and cell color is "Yellow" Then count and display in "A2" I know it is possible to do this but I'm not sure how. Tiger I did not mean to post the same three times. Its ...Show All

  • Visual Studio Express Editions Display Report Viewer Report in Print Layout Mode

    Hello, I have several reports that are generated from the report viewer control in Windows form application.  The reports work good and ultimately display the data as I want to see it. I want to assist the user in printing the reports quicker.  To do so, I would like to eliminate the step where the user would have to click the "Print Layout" button in the report viewer toolbar. As I understand it, this button has a toggle value somewhere.  I just don't know how to access it.  I would imagine that once I know the appropriate name/location of that particular button, I can set the toggle to True or On or whatever after the refresh method and before calling the show method for the report. Any ideas on how t ...Show All

©2008 Software Development Network