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

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

aashah40

Member List

Mike Carlisle
Anilesh Lakhtakia
bink142430
sdor
Yaramala73
dkmsdn
jagannath119
Bryce Covert
Robert Wishlaw
Doug Holland
Wolf Schmidt - MSFT
odders
Deepak K
DeviousDevil
Radvis
Sten-Gunnar
ThorNGC
SorinD
Puwadol
SteveFogel
Only Title

aashah40's Q&A profile

  • Smart Device Development Marshalling arrays

    Hi all, I read the following article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/netcfmarshallingtypes.asp Which was very good. It showed me how to pass in an int[]. I ran the code and it worked, the minimum item was passed back. What I want is to modify the array and pass that back so I modified the code in the article to look like this: /****C++****/ extern "C" _declspec ( dllexport ) ...Show All

  • Visual Basic How do I expose the properties of a control in a user control? (VB2005, B2)

    I can get to the sub-control in the user control by making the modifier public. When I re-build the project, it resets the values of the modified controls back to their default values. Why is this   Do I need to compile these user controls into a dll, attach them to the project and then this wont happen Not sure I can create dll's in VB 2005 Express Does anyone have any experience with this that can help me Thanx a mil, Dale I can ...Show All

  • Windows Forms From MDIForm How can I execute a custom method in child form?

    Supposing Form A is MDIForm, and Form B is child of Form A. From Form A, I wanted to call a method in B (Not connected to any control) For example, from FORM A, if I click menu save file, it has to save the child form B's RichTextBox content and save it a file. Same way, openfile(Form A) needs to use openfiledialog and place the contents in Form B's RichTextBox. I know some hint from Msdn like this: This works for Cut & Paste and Copy, ...Show All

  • SQL Server Error messages upsizing from MSAccess database to SQLServer

    I am trying to use SQLServer for the first time and I am trying to use the upsizing wizard on Access to get moved over to SQLServer. I am getting the following error messages: Connection failed: SQLState: '01000' SQL Server Error: 2 [Microsoft][ODBC SQL Server][Shared Memory]ConnectionOpen (Connect()). Connection failed: SQLState: '08001' SQLServer Error: 17 [Microsoft][ODBC SQL Server][Shared Memory]SQL Server does not e ...Show All

  • System Center .NET Runtime 2.0 Error Reporting

    I badly need help for this issue I am facing every time I try to run the simulation and export the details into excel I get the below mentioned error. Please help me .....I desperately need the details exported into an excel sheet. Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 5000 Date: 5/9/2006 Time: 12:14:23 AM User: N/A Computer: TESTLABW3B Description: EventType clr20r3, P1 capman.exe ...Show All

  • Visual C# Retrive Dates between 2 dates

    How can we retrive working dates (consider a have 5 working days) between 2 dates. we can input like  getdates(startdate,enddate,noofworkingdays) and the output become 01/01/2006,02/01/2006 ,01/03/2006...... and so on . i have to do the same in c#. thanks alal   The work week is relative to who you are and what culture you live in. Instead a more useful function might be to retrieve the DateTime values between ...Show All

  • Visual Studio Express Editions Missing templates

    I've downloaded and installed VB Express Edition - all seemed to go smoothly. However, when I click "New Project" I can't get started because there are no templates visible in the dialog that pops up. Obviously I want to be able to click "Windows Application" to start a project, but there is absolutely nothing there. Does anyone have any suggestions Hi. I was beginning to think no-one reads the forum as there hadn't bee ...Show All

  • Windows Forms raise an event from other process

    proga.exe & progb.exe is running, is it possible to throw an event from progb.exe to proga.exe  for example, if the user clicks a button in progb.exe, i want to pop up a messagebox in proga.exe. not any slower than a web  ...Show All

  • .NET Development How to trace all TCP connections and SOAP messages?

    I tried to trace SOAP messages which are send and received from a Java Client on my computer to a server on the internet. I used tcpmon and TcpTrace. In the short documentation of these tools I found I have to set the Port, Destination Port and Destination Server. But if I do so nothing is traced. Does someone have a link to detailed instructions how I can trace SOAP messages with these tools or others Thank you. ...Show All

  • Visual Studio 2008 (Pre-release) How to expose an already instantiated service object in WCF

    Iam trying to achieve something similar to CAO in .NET Remoting using WCF. Is there a way i can publish an already instantiated Service object I know i can expose a Singleton object like follows m_host = new ServiceHost (myService) m_host.AddServiceEndpoint( typeof ( IService ), binding, baseAddress); m_host.Open(); How can i do the same for a non-singleton Any leads is much appreciated. Also, I have m ...Show All

  • Visual Basic StreamReader

    Hello, I’m trying to create a program will supply information for variables from a text file, so that as the possibilities change, a simple text file will need to be amended, rather than rewriting the original code. I am reading about FileStream and StreamReader, which seem like just the ticket. For instance, if I wanted to populate a TextBox with items I wrote in a text file, such as: Tom Mike Jim Jean I t ...Show All

  • Visual Studio Team System Web test in Frame Pages

    Hi: I am doing a web test for my web application project.  After the user login, the page will be redirected to a main page that contains a frameset.  I found that after the recording process, the web test always goes to the "main" page that contains the frameset code.  Is there any method that I could dep into the page I want In my case, there are 2 ASP.NET pages in a frameset, user could click any link in left-panel frame ...Show All

  • Visual Studio VSTestHost.exe

    When attempting to run a basic test where I scroll around yahoo, when selecting run I keep getting a VSTestHost.exe error. I ran the debug and it came up with this access violation. EHAccessViolation Has anyone else come across this during a test run If you have please contact me since I am very new to using the MSDN tools. Thanks Robert Seiler MGM-Mirage rseiler@mgmmirage.com VS2005 Installs, C ...Show All

  • Windows Forms Database question

    I am writing a program that will allow you to create new databases on a SQL server. However, I am getting an error that says the database 'MODEL' is being used, and we can't get an exclusive lock on it. I have no problem creating  ...Show All

  • Visual Studio Team System Problem while creating a New team Project

    Hi all ,      My siteurl is http:\\tfs-app.default.aspx. Inside this site I created a subsite called TestDemo.            I have created New Team Project Named TestDemo. When I Right click the Project and show project site. Its shows my sharepointsite(i.e http:\\tfs-app\sites\TestDemo) Problem 1:          &n ...Show All

©2008 Software Development Network

powered by phorum