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

Software Development Network >> mario.muja's Q&A profile

mario.muja

Member List

Ali Jannatpour
Lee Copestake
jeusdi
ooboyle
Deerhake44
Claude Turner
enric vives
Tuppers
chandu_sanka
dsandor
AndyL
bchan
Chris McLeod
csname
cues7a
BilalShouman
sudhirvn
UnknownScripter
Jayakumar A
Neotech
Only Title

mario.muja's Q&A profile

  • .NET Development .net windows service application architecture

    Hi, I need to develop an application which performs a data transfer one data base to another. I can not use DTS as a solution due to the complex requiremtns of the application. This application needs to run every 30 secs. So I decided to go for windows service. I am new to windows serivces and multithreading. I have developed an application design and would like to get feed back on it. General over view of the design : Application contains the following classes - AccountCreationDTS (WInService class), DTSTimer, DTSController, DTSREquestBin and DTS. AccountCreationDTS.OnStart() starts the DTSTimer. DTSTimer._onTimeElapsed() invokes DTSController.startTask() which initiates a DTS. The code for all the classes is given below : ...Show All

  • Visual Studio Team System Setting for URL in Reporting services

    Hello, When viewing the project portal and drilling down into the Work Items report, the ID links href is not showing the fully qualified URL. It links to: http:<servername>:8080/WorkItemTracking/Workitem.aspx artifactMoniker=xxx instead of http:<servername>.ucr.edu:8080/WorkItemTracking/Workitem.aspx artifactMoniker=xxx I have looked all over the server in XML and config files, Sharepoint and Report Server configuration, the database tables, and in the registry, but can't find where this value is being set. I have run TFSAdminUtil activateat, and that hasn't fixed it. Does anyone know where else I can look Thanks, James Hi James, I was sort of expecting ...Show All

  • Software Development for Windows Vista WMI and Win32_DeviceChangeEvent

    Apologies in advance if this is the wrong forum to post on. If so, then please direct me to a better one. I'm having difficulty getting notification for the WMI event Win32_DeviceChangeEvent. Using the TempConsumer sample in the latest Windows SDK (Samples\SysMgmt\WMI\VC\TempConsumer), I modified two lines of code to be able to subscribe to the Win32_DeviceChangeEvent Line 169 changed from CBSTR Query(L "select * from MyEvent" ); to CBSTR Query(L "select * from Win32_DeviceChangeEvent" ); and line 239 from CBSTR(L \\\\.\\ROOT\\DEFAULT ), to CBSTR(L "\\\\.\\ROOT\\CIMV2" ), Compile the sample and run in Windows XP, then went to Device Manager and picked a device (in my cas ...Show All

  • Visual Studio Team System Subscriber Event - Issue in passing the userid (URGENT)

    Hi All, I came across with some strange problem ..I am extending the notification services in TFS and for the same i h've created new website and programmatically i used the subscriber method in which you can pass all the parameters like userid, eventtype, address (email or soap) and all the parameters which is required for the subscription. While subscribing the events if i passed the domain\\userid as the parameter ..for example let's say one sample user who is having the permission in subscribing the event in the project Domain\SampleUsername as user id .... it is successfully subscribed and to check the same i went to the database and check the table called tbl_subscription under the TfsIntegration...i really shocked after seeing ...Show All

  • SQL Server Script Component -

    Hi, In our office recently installed VS .net 2005 RC and Yukon Sep. CTP. The problem is, create a dtsx package.  Drag and drop a script component in dataflow after a OLEDB source.  Let the script component be transformation type. Edit it, click on scripts in the left hand side tree, double-click on the button 'design script' (right bottom corner).  I get an error: TITLE: Microsoft Visual Studio ------------------------------ Cannot show Visual Studio for Applications editor. For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft%u00ae+Visual+Studio%u00ae+2005&ProdVer=8.0.50727.26&EvtSrc=Microsoft.DataTransformationServices.DataFlowUI.SR&EvtID=CouldNotShowVsaIDE&LinkId=20476 -------------------- ...Show All

  • Visual Basic Where is the Fill() method?

      I am trying to add new rows to MyDataBase.mdb with the below code. My problem is that it does not identify the columns. It fails with the error message “Name1 does not belong to Customers”. But it does so do Name2. I think it’s locating the database and table as I can retrieve data with the open code using SQL Select.   Can anyone help Please hemo   Dim connection As New OleDbConnection()         Dim myadapter As OleDbDataAdapter         Dim myDataSet As New DataSet          Dim newrow As DataRow         Dim MyTable As DataTable &nb ...Show All

  • .NET Development Using WebBrowser Control to paste file into directory

    We are trying to use the WebBrowser control to paste a file into a directory. We copy an object corresponding to a package object into the clipboard and then we want to paste this object into the WebBrowser control. If we send ctrl/v to the control using sendkey, then the object is pasted successfully and we can save the file to the desired directory. However, we would prefer to use the paste command. Our code looks as follows: SHDocVw.OLECMDF wbStatus = axWebBrowser1.QueryStatusWB(SHDocVw.OLECMDID.OLECMDID_PASTE); if (wbStatus == (SHDocVw.OLECMDF.OLECMDF_SUPPORTED | SHDocVw.OLECMDF.OLECMDF_ENABLED)) { axWebBrowser1.ExecWB(SHDocVw.OLECMDID.OLECMDID_PASTE, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DONTPROMPTUSER, ref o, ref o); ...Show All

  • .NET Development exporting dataset to Excel

    Is it possible to export two datasets into two worksheets of the same Excel file I have written a function to directly export dataset to Excel. But I could not create two worksheets in an Excel from two datatables in a dataset. ...Show All

  • SQL Server long running packages

    I need to execute a long running package (it takes about 16 hours to finish) to load a data warehouse for the first time with all historical data. This package it's a master package and execute other packages; I log the start time and the finish time of the package in a table to manage future incremental loads. I executed the package on sql server where it is saved, but after 8 hours it was running, a new package was started automatically. Then two more packages started .. each every two hours. I set the MaxConcorrentExecutable = 4, this could affect this strange behavoir Anyone could imagine wath happened Thanks Cosimo cosimog wrote: I need to execute a long running package (it ...Show All

  • Smart Device Development Frames of the Camera...

    Hello Everyone... well i think first i must explain what i actually want ... the thing is when we start the native camera on any device ... it display a screen to us .. but when we press capture button.. it waits for a while .. resizes the picture to make it of any specific size (say 1.3 MP or 2 MP) .. and then display the preview .. now i want to get the frames that the camera was actually showing to us .. not the frames that it display after resizing the image .. I hope everyone understand what i actually want to say .. i already tried CeCamera application (i.e. in the sdk sample).. but in that application SHCameraCapture function is used .. this function just enable the camera .. we cant get any frame until we capture any photo o ...Show All

  • Visual Studio 2008 (Pre-release) MenuItem and KeyBinding question

    I have a MenuItem defined like : <MenuItem Name="menuCheckUpdate" Header="Check for updates" InputGestureText="F5" Click="CheckUpdates" /> What do I write between "<Window.InputBindings>" to simply bind F5 key press to CheckUpdates event Thanks you need to hook up a command. In the menuitem set the command property (like I mentioned in the previous post) here is how you create a command xmlns:custom = " clr-namespace:your namespace " public static RoutedCommand CustomRoutedCommand = new RoutedCommand (); public void ExecutedCustomCommand( object sender, ExecutedRoutedEventArgs e) { ...Show All

  • Visual Studio 2008 (Pre-release) DropShadowBitmapEffect on a Popup

    Hey guys, It looks like the DropShadowBitmapEffect applied to a Popup doesn't seem to be working. I am using June CTP bits. Thx.. Alex Alex, This is a known issue. Unfortunately, BitmapEffects (DropShadow/ Blur / OuterGlow / Emboss / Bevel) are not supported on popups (because of the way popups are designed). We will update the docs on popup to reflect this. Thanks Rahul Patil [MSFT] ...Show All

  • .NET Development tcpip connection problem between server and client

    i have both sides , client and server on same computer and using the same dll. in both sides i read data from a tcpip NetworkStream and i'm trying to wait for new data to pass from each side to the other by Read() function : int numOfBytes = this .TCStream.Read(byteArray, 0, byteArray.Length); at the server side everything is good , the applicaiton waits at the Read command for new data from the client, but at the client side, when the compiler gets to the read command it raises an exception : "Unable to read data from the transport connection: A non-blocking socket operation could not be completed immediately."} System.Exception {System.IO.IOException} why   Hi, Have ...Show All

  • Visual Studio Tools for Office Excel project problem with ListObject

    Hi, i need help for an excel application, i used a listObject (drag and drop a stored procedure), i saw that i can change the value type, so i would like to use a comboBox for two fields. It's a problem because i don't see anything when i start the application. After as a test, i assigned a DataBinding for the combo with another stored procedure, it's the same. Nothing :( could you help me please...... Fix Hi Fix, A stored procedure data binding requires you to provide input and click the Fill button after that. When you drag-dropped the stored proc as a ListObject in the designer, some input box (or boxes depending on your sproc) and a fill button would have been created. At run time, provide vali ...Show All

  • Software Development for Windows Vista Here's How To Use Your Own Bind Dialog

    Hello Everyone, I've created my own custom PropertyBindDialog because the one that Microsoft provides is pretty deficient. Unfortunately my own custom PropertyBindDialog will not be used after I call Activity.SetBinding - after I do this for a given property my own custom PropertyBindDialog is ignored and the Microsoft BindDialog is used. Here's some of my source code... The problem occurs when I call SetBinding on the property Test. After I call SetBinding, my PropertyBindDialog is no longer used when I want to edit the Test property - the Microsoft BindDialog is used and my custom PropertyBindDialog is ignored. Anyone out there have any ideas namespace MyActivityLibrary { public partial class MySpe ...Show All

©2008 Software Development Network