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

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

biswajitdash

Member List

Brian Teutsch
avc
traimo
Robert Lair
Rajeeb Sharma
Brian F.
rchrismor013
fcspaul
lorifajose
ivycress
Bao Baboon
nosaj72
Mesktomten
Rognprisy
MickRivers
rlopez_icr
Marko Simic
Abhinesh Jadhav
LostStudent
shettydeepak
Only Title

biswajitdash's Q&A profile

  • SQL Server Replication error with sqlserver mobile:A request to send data to the computer running IIS is failed, see Hrresult"

    I have smilar kind of an issue with replication. I had sucessfully done replication with Sqlce2.0 on sql server 2000. In development machine I had VS 2003, sqlce development tools. Now I use the same code done in VS 2003 into VS2005, it sucessfully converted the code. In server machine (win 2003) I installed sql server 2000, sql server 2000 service pack 4, SP4 merge replication components, sql server 2005 mobile server tools and .Net framework 2.0. Created pubication sucessfuly. In this machine I configured IIS as per the web synchronization wizard. Gave anyonymous permissions. Virual direcory is created sucessfully. I tested ...Show All

  • .NET Development System.Xml.XPath breaking change (.NET 1.1/2.0)

    I have a sample Xml document and I am using the System.Xml.XPath namespace to evaluate some XPath queries. However, I get different results in .NET 1.1 and 2.0. It looks like there is a bug in the .NET 2.0 Framework. Here is the XML: <root> <Direct> <Customer> <Books> <Book ID="10" Publisher="Microsoft" /> <Book ID="20" Publisher="Microsoft" /> </Books> </Customer> <Customer> <Books> <Book ID="30" Publisher="OReilly" /> <Book ID="40" Publisher="Mi ...Show All

  • Visual Basic How do I load image into the picture box in VB2005

       I have a problem on loading image into the visual basic 2005 IDE picture box. If Visual Basic 6 code goes like this,    Me.PictureBox1.Picture = LoadPicture(sImagePath)   how  do i load  it in  Visual Basic 2005 It's never too late to post a reply. Your solution was exactly what I needed. Many thanks. ...Show All

  • Visual Studio Tools for Office outlook addins created with VB6

    I hv registered dll of my project of outlook addins in VB6... Which opens MS outlook containing button created by pro. Now when i open multiple outlooks... button disappears from the second & remaining windows ... Hi, This is not a VSTO related issue. You should try the office.developer.com.add_ins newsgroup: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.com.add_ins&lang=en&cr=US ...Show All

  • Visual C++ How can I handle this error

    Dear all ,    I couldn't handle this error like the code below.    I know "strncpy" shouldn't pass the value -1 , but    how could I debug this kind of error         try    {        char test[20];         strncpy(test,"123",-1); //problem here -1    }    catch(...)    {    }    It also couldn't be handled this after using "SetUnhandledExceptionFilter" api .    Could you help me thanks ..    ...Show All

  • Windows Forms Centering called forms

    Does anyone know how to center a form within another form when it is called  My code that calls the new form is very simple: optionsDialog = new Options(); this.AddOwnedForm(optionsDialog); optionsDialog.Closed +=new EventHandler(optionsDialog_Closed); optionsDialog.Show(); How do I get the optionsDialog form centered (to the this object)  I tried to set the parent form by the following line  ...Show All

  • Visual C# help with string!!!

    ok i have a project, in my poject  i have a client and a server the client send data to server over tcp/ip on a socket My data arrives as a bytes and then they are converted to chars.. Here`s the code a little bit CSocketPacket theSockId = ( CSocketPacket )asyn.AsyncState; //end receive... int iRx = 0; iRx = theSockId.thisSocket.EndReceive(asyn); char [] chars = new char [iRx + 1]; // decodes the bytes System.Text. Decoder d = System.Text. Encoding .UTF8.GetDecoder(); int charLen = d.GetChars(theSockId.dataBuffer, 0, iRx, chars, 0); System. String szData = new System. String (chars); c ...Show All

  • Visual Basic Does VB Express 2005 support Smart Client and Single Click?

    I have looked at some of the information on the site and cannot get a straight answer as to whether VB Express 2005 will allow me to develop Smart Client applications. The only place I have seen it mentioned is in the C# discussion. I hope  I am missing something. If it will then that is great, if not then I have to learn a new language, (argg). Thanks, Smart client apps generally include Windows Forms apps, Mobile apps and Office apps. You can create Windows Forms apps with VB Express and you can use ClickOnce to deploy them. VB Express does not include the tools to create Mobile apps.   It also does not include the tools t ...Show All

  • Visual Basic Method POST to send Data from windows form to ASP web page and get response

    Hi Friends over here, I'm using httpwebrequest and httpwebresponse to send and recieve data between windows form in my project and web page (ASP) using GET method, what I need is how to send same thing Using POST I found some example in MSDN but it was not clear for me and not working !!! Please help me as soon as possible. I've been learning a lot about all of this lately and I don't pretend to have mastered it. Since work is done across several environments, webservice code, the server and client-side java script, there is no singular tool to deal with all of this. You have to be icredibly resourceful to get information on failures ...Show All

  • Visual Studio Tool support for designer definition?

    Hi, are there any plans to provide tool support for writing the designer definition in the future The current approach of writing plain XML is very time consuming and error prone. IMO, this could be easily supported by wizzards that generate an initial version of the definition from the domain model on the one hand, and by an editor to maintain it on the other. regards, stefan Stefan, you might want to check out http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=225280&SiteID=1 for the answer. ...Show All

  • Visual Studio Team System TFS not seeing all accounts properly

    I'm having multiple issues that all seem to point to TFS not seeing all the accounts it should.  First up, when I run reports, I get the following errors: An error has occurred during report processing. (rsProcessingAborted) Cannot impersonate user for data source 'CurrituckDS'. (rsErrorImpersonatingUser) Logon failed. (rsLogonFailed) For more information about this error navigate to the report server on the local server machine, or enable remote errors Secondly, the list for the "Assigned To" dropdown doesn't include a large majority of the accounts that should be in the Team Foundation Valid Users group.  For at least on ...Show All

  • Visual Studio Team System 'Remaining work' Report fails in VSTS Beta3 refresh

    Hi there,      I have installed successfully VSTS beta3 server, few reports enabled but few of them are failing. Like 'Remaining Workreport is failing with error: How do i fix this Thanks, An error has occurred during report processing. Query execution failed for data set 'dsWorkItemHistory'. For more information about this error navigate to the report server on the local server machine, or enable remote errors Here is the link to the warehouse troubleshooting guide that I referenced in the previous post.  I have also added some beta3 known issues and workarounds at the end of the ...Show All

  • Visual C# A newbie question on Interfaces - How to call the methods?

    hi,    I'm new to C# and OO in general. I can't seem to undestand the pertinence of interfaces.   From my understanding, the interfaces define the signature of the methods while the class implements these methods. How is this better than simply doing away with interfaces and simply implementing the method in the class   Apologies for the rather novice question, an example to illustrate the pertinence of interfaces would be greatly appreciated. regards, Pat Interfaces have the bonus of multiple inheritance. In C#, a class can only inherit from one base class, but can implement any number of interfaces. ...Show All

  • SQL Server Error while importing Text file using Import Export Wizard

    Hi all i have text file where i can import it to excel to access or sql2000 without problem but when i import it using (sql2005 pro) i get this error message during the import O peration stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (Success) - Setting Destination Connection (Success) - Validating (Success) - Prepare for Execute (Success) - Pre-execute (Success) Messages Information 0x402090dc: Data Flow Task: The processing of file "C:\Documents and Settings\Wail\Desktop\All_Alarm5.txt" has started. (SQL S ...Show All

  • SQL Server Error 1 'System.Net.NetworkCredential' is a 'type', which is not valid in the given context C:\Inetpub\wwwroot\GescomDllo\Pr

    Hello, I got this error when trying to render,  in the line of the credentials, how should I solve it.   rs.Credentials = System.Net.NetworkCredential( "levalencia" , "123" , "se" ); ReportingService2005 rs; private void cargarReporteFromWS() { rs = new ReportingService2005 (); rs.Credentials = System.Net.NetworkCredential( "levalencia" , "123123123" , "se" ); } Hello, System.Net.NetworkCredential is not a static method, but a constructor, so you need to use the "new" keyword. rs.Credentials = new System.Net.NetworkCredential( "levalencia" , "123" ...Show All

©2008 Software Development Network