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

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

GOKU

Member List

Shehzad Sheikh
Oystein Isaksen
Cameron Black
Samyag1
rahman39
Garg Umesh
soader
Welsh-Wizard
Dennis Heimbigner
RERAFASDFF
TanvirA
Kaychoro
usascottwright
kevin delafield
ghostwrtrone
Bob Rivers
Dan9057
lingga
KellyCraig
Carl-Otto
Only Title

GOKU's Q&A profile

  • Software Development for Windows Vista Tracking workflow changes done at design time

    Is there any way to track changes done to workflow during its design time Suppose I have workflow designer control embedded in my application and I am modifying workflow using that designer and I need to record changes done to the workflow. Are there any designer events available that could be utilized for that purpose   Also I saw ActivityChangedEventArgs class being available. Which event fires with those event arguments Ed ...Show All

  • SQL Server Report Services

    Configuring sql services is a nightmare. Why it seems like the tools to configure it are quirky and don't work as advertise. Anways, I've spent the last two weeks trying to set up remote reporting. The following list are a few issues I ran into and what I did to get around them. Hope this helps. Tip : If possible, don't every mess with the report server virtual directories (like recreating them), you'll end up with a permissions nightmare. Iss ...Show All

  • .NET Development Disconnected Updates

    I prefer to use disconnected datasets, and "Merge" when I get the data... That way I can do my data operations in a worker thread without messing my databound controls, and having UI issues... I was wondering how do people proceed with the disconnected updates GetChanges() > Update > Merge > AcceptChanges() does not work if there are inserts (No autonumberID, and I underline DISCONNECTED, if you send the whole dataset CONNECTED ...Show All

  • .NET Development Create new Object from unregistered DLL

    Hi Guys(.and Girls..) ! I want to create a reference to a DLL (which is just copied into same Directory) as for example do_it.exe; No i want to call this dll from do_it.exe; I know the API(Public Class inside of the DLL with methods and properties..); How can i call this dll fromout of the executable without having this dll registered; If using createObject("<my_class>") ... is .net able to locate the dll ..or has it ...Show All

  • Visual Studio Tools for Office PInvokeStackImbalance was detected

    I am trying to create a smartdocument using Office 2003 professional edition and implementing the same on VS.NET 2005 edition. As soon as I load the winword.exe(as startup from VS.NET 2005) and attach the manifest in debug mode the following error is displayed. Can someone shed some light on how to overcome, any Microsoft VSTO team members, pls help. ERROR: PInvokeStackImbalance was detected Message: A call to PInvoke function 'WRDomainSet ...Show All

  • Visual Studio Tools for Office Rightclick context menu in MAPIFolder in Outlook

    Hi, I am trying out the VSTO by developing an Outlook Addin. I was wondering if it is posible to add menuitems to the "right click"-context menu. What I want to develop is a feature, so that you are able to right click on a mailitem and select a custom menuitem called 'Copy Mail to CMS...'. Is the posible I haven't had the luck to find anything about it, but VS2005 is also rather new at the moment. Sincerely Janus, There is ...Show All

  • Visual Basic Insert Data into Access with vb net

    Hello, I am trying to insert the data into Access in vb.net . but when i click the Insert Button, the error message comes out "some problem of Insert Into statement" I am trying to understand what the problem is .. If you know how to fix the errors in the code, Please advise me. Thank You '*********************************************************** Try dbConn = New OleDbConnection(sConStr) strQuery = "INSERT INTO UserInf ...Show All

  • Visual Studio Team System Link Demand critical error

    One of the critical errors that are reported by FxCop when run over our J# code is this: Override Link Demands Should Be Identical To Base.   Code such as the snippet below generate such errors:   public static class ClassInfo extends Edit.ClassInfo       {              public void getProperties(IProperties props)   &nb ...Show All

  • Visual Studio Team System Problems after moving TFS to new server

    Thanks to Buck, I can now connect to my new TFS server after moving the databases using the posted procedure. Just a couple problems remain: The Reports folder in Team Explorer displays a red X.  I can manually browse to the report server and see/run reports without a problem. Choosing "Show project portal" from the context menu for a team project results in "The system cannot find the file specified".  I can manually brows ...Show All

  • .NET Development Problems linking: wininet

    # define WINVER 0x0400 #include "stdafx.h" #include <windows.h> #include <wininet.h> int main() { HINTERNET hInternetRoot; hInternetRoot = InternetOpen("bmw Agent",INTERNET_OPEN_TYPE_PROXY, "127.0.0.1","<local>",0); return 0; }   I am getting the error: WebAccessCom error LNK2019: unresolved external symbol __imp__InternetOpenA@20 referenced in function _main Any ideas would be helpfu ...Show All

  • SQL Server Auto Create trigger after re-initialization completed

    Hi all, Is it possible to create a trigger after creation of table during reinitialization   if so, how can I do that   Thanks in advance! Hi, Stephanie, If I understand your question correctly, you wan to create a trigger on subscriber db right after replication agent created replicating table on subscriber database. If so, you can use post snapshot script. To specify a post snapshot script in Management Studio, ri ...Show All

  • Windows Forms ** VB.Net & Joined Tables **

    Hey .. ** Hellow , everybody .. I need your help plz as regards "Database Programming" as my bein newbie In SQL Server .. Plz take a look at the Following snippet code & help me abt how to WOrk out with a joined tables ..."jumb to the end of the Code for more Explanation" .. ------------------------------------------------------ CPMOconn.Open() cmSQL = New SqlCommand("select CWO_No,Status,TFR_No from CWO ", CPMOconn) dasearch = New Sql ...Show All

  • Visual Basic Textbox Question

    What im i doing Wrong, Can any one help thanks Lukan Private Sub TextBox3_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox3.TextChanged Dim A As Double = CDbl (TextBox2.Text) Dim B As Double = CDbl (TextBox3.Text) Label10.Text = (A * B).ToString( "#,###.##" ) End Sub Private Sub TextBox2_TextChanged( ByVal sender As System.Object, ...Show All

  • .NET Development Type.GetType(string) not working after migration to 2.0

    Hi, we are trying to port our (ASP).NETapplication to 2.0/VS2005, and we're running into a lot of problems. We think we are on top of most of them, but we have one that we simply have no clue about, and it happens to be something completely blocking. We use "ajax" techniques extensively. JS on the client uses the xmlHttp component to post an xml document to the url of a page "getXmlData.aspx". The query string includes a fully qualified cl ...Show All

  • .NET Development SOAP = web services

    Is it true that Web Service is equal to SOAP & SOAP is basically web service if so, all SOAP does is use for RPC / RMI to other platform Hi Duncan, SOAP is the protocol, Web services uses SOAP as their protocol (such as HTML is the page, and it uses TCP/IP as a transfer protocol). I suggest you read here: http://www.w3schools.com/soap/default.asp Ido. ...Show All

©2008 Software Development Network

powered by phorum