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

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

npocmu

Member List

Loom
Mert Torun
tomavery
grade
Robert Feutl
Daniel_R
poo
shelanman
skycro
Siriwat
army
Jesse Blankenbiller
Nino B
DogCatFish
Rajib
dotnetwiz
Tyde Inside
Daniel Affeltranger
Jay Shrestha
ataha
Only Title

npocmu's Q&A profile

  • Visual Studio Tools for Office Dynamically attaching an assembly to a Dot file

    Hi, I'm using a VSTO 2005 solution to create a customized dot file that uses the assembly created with Visual Studio 2005. As a deployment solution, we have chosen to place the assembly in the GAC , so that it will be accessible from every location the document will be opened from on the client's computer, regardless to the installation location of our product. As a part of the whole product, I need to supply more than one dot file. The dot files should all "use" the same assembly as the one compiled using VS. I've written a small tool that recieves the original dot and a target dot, and "copies" ...Show All

  • Visual Studio Matrix and column group

    I have added a column group to sum my data values. Is there any way to get this to display below the data cell ...Show All

  • SQL Server OLEDB error while trying to import MDB data into SQL 2005

    Hello, I am getting an error while trying to import data into SQL 2005 from an existing Access MDB database. When I try this on another workstation there are no problems and the data is imported successfully. Could someone tell me what to look for or what setting I have incorrect. On the workstation with the problem I had removed SQL 2000 Personal Edition and installed SQL 2005 Standard Edition. Also, I have both Visual 2003 and 2005 installed on this workstation as well. Thanks TITLE: SQL Server Import and Export Wizard ------------------------------ Could not set up data flow connections. The connection type "OLE ...Show All

  • Visual C++ Autoscroll

    How do I make my about box autoscroll Like have a picture to the left and then a rich text box where all of my text is but then start to autoscroll down I'm not exactly sure what you're asking, but you might try creating a textbox with a scroll bar, and setting a timer to send a scroll event every so often. ...Show All

  • Visual Studio Team System MSF 4 CMMI Implementation

    Hi guys, Any idea how can i get printable version of MSF for CMMI. I am planning to get several copies of the same and distribute it to my team members. your help is appreciated thanks I have created a tool that generates single html printer-friendly documents from Process Guidance source files. Maybe it's helpful for you! Download it from: http://staff.southworks.net/blogs/mariano/archive/2006/01/28/206.aspx ...Show All

  • SQL Server Can´t find ReportViewer

    Hi all, I’ve installed SQL Server Express 2005 as part of the installation of Visual Basic Express 2005. When I tried to run the Starter Kit "WebLogAnalyzer" comes the following error message: "Warning 1 The referenced component 'Microsoft.ReportViewer.Common' could not be found.  " Now I’ve seen that C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\ReportViewer\ReportViewer.exe does not exist. Is it not part of SQL Server Express 2005 or should I make a new installation   thanks’n greets,    VBFan   1. Download it from: http://www.microsoft.com/downloa ...Show All

  • Software Development for Windows Vista Question on Queue Management

    I am creating an enterprise solution for workflows. I have two servers. One is Workflow Agent that hosts the runtime and actually executes the workflows. There can be x number of these running. Then there is a single instance Server that handles timers, external events, basically managing the instances and farming then out to the Agents. My question is how are the queues persisted. I have activities where each instance has there own queue. When the activity is executed, it creates the queue and then waits for items to be queued. This will cause the workflow to persist and unload. If the activity starts on Server "A", the queue ...Show All

  • Windows Forms Populating combo boxes on a usercontrol issue

    I have a form that when it loads it populates 3 collections. Each collection is an ArrayList that contains different objects. I populate these ArrayLists by reading through a DataReader for each. The user can select how many user controls they want to have on the form. So if they choose 3 then 3 usercontrols will be added. Each user control has a  ...Show All

  • Visual Basic AnalogTVTuningSpace and MSVidCtl

    I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as described here:  http://msdn.microsoft.com/library/default.asp url=/library/en-us/directx9_c/directX/htm/hostingthevideocontrolinavisualbasicform.asp  and here:  http://msdn.micro ...Show All

  • Software Development for Windows Vista Event cannot be delivered

    We have developed a workflow application similar to the order workflow sample we get this error "Event \"RequestApproved\" on interface type \"RequestLocalServices.IRequestService\" for instance id \"8ce3ae0f-a8f5-4c15-826d-59dfbadf2515\" cannot be delivered." Can any one plz help Which build are you using Where are you hosting the workflow Are you using a state machine or sequential workflow With a state machine if you are not in the correct state yet this can happen. If it is just a timing issue with your state transition you can try setting WaitForId ...Show All

  • .NET Development ...and still cannot see the server from Visual Studio

    I've got both SQL 2000 and SQL Excess, er, Express on my PC doing C# Pro development. If I try to Add Connection to get a data source, I can select an Express database MDF file, and operate on the data OK, but cannot select the Express server - it does NOT appear in the server list. I added the server SQLSERVER.EXE to the Windows firewall 'Exceptions' list, along with Vis Studio - no change. I CAN select the SQL 2000 server OK. I can get into and use the Express Management tool OK. Properties for the Express server are Network connection (versus Local Service and Local System, both of which don't work), network connections a ...Show All

  • SQL Server Memory Leaks using MSDE 2000

    Hello.   Our company is running an application that uses the MSDE 2000 (SP4), to load large amount of data using bulk inserts.   The sqlservr.exe process increases from the 4-10MB that it starts with to 80-100MB after all transactions has been completed. When starting a new transaction session, the process just continue to grow causing the OS to perform poorly. Ok, I understand that while on an insert transaction, the memory should grow but when we are done, why doesn’t it release the resources You can see that this is a bad behavior if you just close the process manually and start it again, the memory will start with 4- ...Show All

  • Software Development for Windows Vista Correlation from external events

    Hi, I'm working on a state workflow and want to co-ordinate event handling based on dynamic definition of the event sequence. I'm currently raising events by using the locally cached instance of an event service via a XAML page and button click events, this seems to work fine. There may be several instances of the same event being raised from the same page, but each eventArgs has a member ButtonName that defines the control name that raises the event. public class ButtonClickedEventArgs : ExternalDataEventArgs { private string _buttonName; public string ButtonName { get { return _buttonName; } set ...Show All

  • SQL Server Report error

    Hi all, I just setup SQL 2005 Report Service, and then I used the browser to view the "folder.aspx" Nothing showed up but I received an error page with the message like the following: "The request failed with HTTP status 400: Bad Request." So, what did I do wrong Thanks, Frank System Engineer Start debugging with your http://localhost/reportserver . How were the RS virtual directories created Try creating them using the configuration tools, and re-apply the script mappings. ...Show All

  • Visual C++ msvcr80.dll Problem

    Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin I am having the same problem... I even uninstalled it.. and it didnt show a problem then I reinstalled the update and it showed up as a problem in the Windoctor again... any ideas as to what is wrong with this update Im sure its a simpl ...Show All

©2008 Software Development Network