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

Software Development Network >> .net sukbir's Q&A profile

.net sukbir

Member List

boran_blok_edan
Ken Pergola
h3mp
ShadowRaven
mhodder
Rohit Tela
Linda Shao
JamesScottJr
michael towers
Jesper Ekenberg
zquad
iceshadow625
profesacutz
Seas Comander
Kamii47
Will Merydith
AndrewVos
Michael Barrett
CSharpProgrammer
Benedikt
Only Title

.net sukbir's Q&A profile

  • Visual Basic show dialog form

    Hi, I have a event click from a menu item that opens a dialog form. ***************** Code from main form that open a new form ******************* Private Sub MenuItem_GereFicheiros_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem_GereFicheiros.Click Dim frm As New frm_configFile frm.ShowDialog( Me ) frm.Dispose() End Sub My problem is when, in dialog form, I click button to save data and when goes "END SUB", close the form. Why this happens ********************** Code from dialog form, after finish the Sub code, my form close and I don't know why ***************** Private Sub btn_desactivarFicheiro_Click( ByVal sender As System ...Show All

  • Visual Studio Team System The Selected file cannot be opened as a solution or project

    Hi, I have a new problem with super source control. I try to open a .vproj file through source control (I just double click on it). But I get: "The Selected file cannot be opened as a solution or project. Please select a solution file or a project file." I am able to open the file using file system. I get the same message when I try to add the project to a solution using File->Source Control->Add Project from Source Control Regards DDressel Please post your workspace mappings for both workspaces. The scenario you specify is not supported and should not be possible (unless there is a bug) because the only way the project could be in both S1 and S2 where S1 and S2 are in diff ...Show All

  • .NET Development Computer identification

    Hello. Is there some way to exactly identify the computer Poosible bad solutions: IP - client may use proxy MAC - there might be more than 1 network adapter installed, not sure that produces numbers are uniquee GUID somewhere on machine - not save Actually my question: is there some standart method how to deal with this task What is the identifier to be used for IPv4/IPv6 addresses are the identifiers for communication establishment via IP based networks. The fully quality domain name (FQDN) may also be an option. How to obtain a hosts FQDN has been answered on these forums before - a quick search should find it ...Show All

  • Visual C++ Deleting the Items in Listbox with delete button on keyboard

    Hi All, I have on list box. when i press on the delete button it should delete the selected item from the listbox Please let me know how can i go about solving this issue Thanks.. PS. WM_KEYDOWN don't work.... i don't Know.... // ListBox.h #pragma once // ListBox class ListBox : public CListBox { DECLARE_DYNAMIC(ListBox) public: ListBox(); virtual ~ListBox(); protected: DECLARE_MESSAGE_MAP() public: afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); }; // ListBox.cpp : implementation file // #include "stdafx.h" #include "MFC1.h" #include "ListBox.h" // ListBox IMPLEMENT_DYNAMIC(ListBox, CListBox) ListBox::ListBox() ...Show All

  • SQL Server Replication problem with stored procedure

    I am working on a transaction replication, i have no problem with all the tables, but when adding the stored procedures, i got the error message: Insert Error: Column name or number of supplied values does not match table definition. The first column - wsSTUAPP_WEXP_iID 's "identity incremnet" definition of table tbl_wsSTUAPP_WEXP is set to 1. The system works well in the publisher server, and the table itself has no problem for replication, but when adding the stored procedure to the replication article, the problem happens. Please advise how to slove this problem. Below is the part of the store procedure and the error message: THANK YOU IN ADVANCE! STOREd PROCEDURE: ALTER PROCEDURE [dbo] . [sp_wsSetS ...Show All

  • Visual Studio Express Editions Where did _input() go?

    I am converting a old project from VC 6 to VC8, and I have run into a issue. Specifically: int __cdecl _input (FILE *infile, const char *format, va_list arglist ); retval = (_input(infile,format,arglist)); --The error is Error 12 error LNK2019: unresolved external symbol __input referenced. I have looked on msdn for _input but come up empty. I saw original project only used libcd.lib, but that is not in VS2005EE. Anyone know how to get around this I can't seem to find any documentation for _input(). As far as I know, _input was really an internal function used inside the CRT. From a certain sourcefile, the name of this function was changed to inputfn. But why woul ...Show All

  • Visual Studio Team System tf merges command - slow - timing out - uses lots of memory

    We have started to run into problems with tf merges timing out and being slow. The changesets on the branch in question are in the area of 2000, and there may now have been say 60 or so merges onto the main branch. Looking at the TF Box (APP and DB installed together) the amount of memory used up as tf merges runs is huge - at least 1GB in our particular case. And the tf merges fails. We are also seeing that via Team Explorer GUI if choose to merge using selected changesets, it takes a long time to return the list of candidates. Is anyone else seeing these sort of performance issues. I was hoping to use tf merges and coresponding api QueryMerges as discussed in blog by Robert Horvick to determine where changes are sourced fr ...Show All

  • SQL Server Error message: Error 0x800706BE while loading package file "D:\Packages\Tora\dSales.dtsx". The remote procedure call failed.

    Hello, I have a bundling package that runs about 20 other packages. It has been working fine for a while but a couple of days ago it fail with the following message, Error 0x800706BE while loading package file "D:\Packages\Tora\dSales.dtsx". The remote procedure call failed. I’m running the SSIS packages in an 64-bit environment. Thankful for help with this! //Patrick How are you running that package: BIDS, SQL Server Agent, dtexec Make sure nothing has changed in the environment, like permissions to get access to the dtsx files, changes in the location of the files, privileges of the account executing the package, etc ...Show All

  • SQL Server Force Package Completion?

    Is there a way (during the Control Flow) to force a package to complete successfully when a specific condition is met Here is what I'm trying to do: A package will be scheduled to execute once a day The first thing it does is downloads Excel files from an FTP site. If there are no files to download, I don't want the package to fail, I simply want the package to stop (preventing the subsequent Data Flow tasks from executing), returning a successful completion. The reason, I need a successful completion is because I plan to have MOM monitor the Windows event logs, notifying us of any errors that this package logs. Brian.Nelson wrote: Is there a way (during the Control Flow) to fo ...Show All

  • SQL Server SSAS Cube Options

    Can anyone give me the comparison of the pros and cons of building Cube on normalized transaction database VS building Cube on dimensional database Thanks in advance, Henary Pros: It will give you results pretty fast because you do not have to build a data warehouse Cons You will compete for resources in the OLTP system when you send queries and when you process the cube There will be many more joins in queries with OLTP sources than with a starschema What will you do if you will have to add a second separate source system You will build a report system on top of the OLTP system which is closed and very hard to integrate with other systems. You are unable to improve data qual ...Show All

  • Windows Forms How to check weather .net framework installed in a system or not

    How tocheck weather .net framework and MSDE engine is installed in a system or not through c# there isnt a way from a .NET developed application...since it needs the framework to run the application anyway. you would have to use another language perhaps to do this check, or you can create a setup and deployment project in visual studio which will allow you to configure what prerequisites/conditions it should have on the system in order to install your app. the .NET Framework is installed automatically if it does not have it on the system I will move this thread to the appropriate forum so the guru's there can help you create this project to your needs ...Show All

  • SQL Server MDX for YTD

    Hi, I would like to know whether the below peice of MDX for YTD will work in all normal scenarios.( I have 8 different calendars, and am planning to implement separate YTD for each calendars). I have seen many MDX for YTD which has lengthy queries which uses currentmember.level.ordinal etc, and some branching instructions like CASE and iif. { i have already gone through Mosha's page which looks similar to my scenario, but i am not able to get to the point from that } ( [TIME].[TIME Calculations].[YTD], [TIME].[DATE].Members , [TIME].[CY_YEAR].[CY_YEAR].Members ) = Aggregate( { [TIME].[TIME Calculations].DefaultMember } * PeriodsToDate( [TIME].[Calendar].[CY_YEAR], [TIME].[Calendar].CurrentMember ) ) Regards, Ji ...Show All

  • Software Development for Windows Vista pesky DLM file

    I've inadvertantly downloaded the 5536 build vista as a DLM file when i'd obviously would prefer it in .iso format. When i click on the file i get the manditory "windows cannot read this file, shall we look it up on the net instead " and the programs it comes up with are of no use to me what so ever! is there any good program that reads this format i've been told it's a download manager file, but how do i get that and if it's a standard download then y doesn't windows bring it up when it consults the internet or should i cut my losses and wait for 5600 thanks guys for the suggestions, i've since downloaded RC1 and checked the "launch when done" box, and it worked perfectly, and i would ...Show All

  • SQL Server Reporting Services XML documents - no default namespace prefix - sp_xml_preparedocument requires one

    We have a process to verify Reporting Services report content: Run report and create an XML output file Import XML into SQL Server 2005 via OPENROWSET function Parse XML content using sp_xml_preparedocument and OPENXML to allow values to be inserted into corresponding tables The sp_xml_preparedocument function requires a prefix to exist for each namespace. However, XML files created via Reporting Services export option do not give a prefix for the default namespace. This prevents the data from being parsed. Does anyone know of a way around this For the time being we are manually inserting a prefix for the default namespace into the XML files. Thanks Neil Neil, The default namesp ...Show All

  • SQL Server SQL 2005 fails to install workstation components and tools

    Hello. When I install SQL Server 2005, it all goes well except that it fails to install these two: - SQLXML 4 - workstation components and tools When I try to install these two from the CD in the Setup folder of the CD 2 with the files sqlxml4.msi and sqlRun_Tools.msi (if I remember these names correctly), it gives me an error: 'Ce package d'installation n'est pas pris en charge par ce type de processeur' Sorry. My SQL CDs are in french, but it roughly translates to the message: This installation package is not taken by this processor. I thought that my hardware configuration does not meet the requirements. But I have a Pentium 4, 2Gig RAM, over 100Gig free HD space. Also I tried to install on other computers to no ...Show All

©2008 Software Development Network