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

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

gregg100

Member List

Kriss
mihkeltt
mpenalor
Amir5656
razaz
DSD
Schweppp
Bill Records
KBuser
DanPortugal
drv62
Ben Weber
Brian5003
ThafrknJOA
brucelee2005
Andy Edinborough
minidea
Hamaze
Fyodor Golos
notinthisworld
Only Title

gregg100's Q&A profile

  • Visual Studio The size of the VSS DATABASE

    hi, WHAT`S THE TOP SIZE OF A VSOURCE SAFE DATABASE , THAT VSS DB COULD HANDLE WELL THANKS FOR YOUR REPLIES. ROXANA 5 GB is the upper limit of the recommended size but many of our customers have 10+ GB databases without major issues. Barry ...Show All

  • .NET Development How to use digital signature in web service for licensing?

    Hello friends, I want to create digital signatures to license my web services. However I do not know the method. Can anyone out there guide me on how to integrate digital signature into web services for licensing purposes. If there are sample source codes in vb.net plz do send them to me at gliseraldehid@yahoo.co.uk Plzzzzzzzzzzzzzzzzzzzzzzz. Help desperately needed. Thanks. You probably want to take a look at the security features in Web Service Enhancements (WSE): http://msdn.microsoft.com/webservices/webservices/building/wse/ Daniel Roth ...Show All

  • SQL Server Report Manager - Blank Reports Page

    Hi, I'm getting blank page when I open the Report Manager: I've got a header - "...Reporting... HOME", and then just empty space. I had it working fine a week ago. Any ideas The RS runs on Win2003 Std, SQL 2005 Std. Thanks Very likely the account that you use to connect to report manager no longer has permission. Connect as a admin and check your permissions. ...Show All

  • Visual Studio Team System Need help figuring out this Query String Parameter issue

    Hi, all. I'm having this problem. I'm trying to automate testing of creating orders in our application. Each time an order is created, it gets an order number assigned to it. The order number is displayed on the result screen as a part of another text and is not displayed as a separate field. The order number is passed to the next page as a Query String Parameter. I created a custom extraction rule and can successfully extract this value for the following steps in my web test. The issue I'm having is that the first time the result page is loaded I don't know what value of the Query String Parameter, containing the order number, will be ...Show All

  • Windows Forms Menu Help Please

    I'm dynamically creating a menu from a database table and don't quite understand how to add the click events for each menu option. I can add a single click event that handles the click event for for all options, but how can I make each click event unique Stripped down Menu example: -->File ------>Open ------------>Item Report ------------>Loc Report ------------> .... (m ...Show All

  • Visual C++ DB error : State:37000,Native:-3102,Origin:[Microsoft][ODBC Microsoft Access Driver]

    Hi all,          I am santosh . I faceing prb with VC++ 6.0 app. by DSN connection,I want  to change database form MS SQL Server7.0 to MS Access 2003.so what should i change in VC++ source code by that i wont get the following error :- State:37000,Native:-3102,Origin:[Microsoft][ODBC Microsoft Access Driver]    Regards S. Santosh Naidu Hi Santosh,   Try posting in the newsgroups at http://msdn.microsoft.com/newsgroups/topic.aspx url=/MSDN-FILES/028/201/015/topic.xml  since this forum is specific for VC 2005 issues. Thanks,   Ayman Shoukry   VC++ Tea ...Show All

  • Smart Device Development Trouble using native DLLs

    We are having difficulty using native DLLs with VS2005 in C# on a PocketPC 2003 device, or the emulator.  I would be extremely pleased to hear any suggestions on this matter. I have tried creating a simple DLL with both eMbedded Visual C++ 4.0, and as a C++ smart device DLL in VS2005. In both cases I get the " Can't find PInvoke DLL Whatever.dll" The DUMPBIN looks perfectly fine in both cases, no name mangling, etc.  The DLL is compiled for the correct processor.  The DLL code is extremely simple: extern "C" _declspec(dllexport) WORD WINAPI TestMe(WORD InVal) {  return InVal + 1; } The function above is a ...Show All

  • Smart Device Development Remote tools without ActiveSync

    Hello, is it possible to use the remote tools of VS 2005 on a device without an ActiveSync connection Best regards Olov This should be possible. I have a blog entry pointing to the documentation for deploying and debugging from the IDE with a non-activesync device ( http://blogs.msdn.com/jeffabraham/archive/2005/11/01/487934.aspx ). I believe that if you substitute attempting to connect to the device from the remote tool for start debugging/deploying, everything should work. Thanks, Jeff Abraham Visual Studio ...Show All

  • Windows Forms Installing Data Files

    Hi, I have just finished the development of a windows application, I am no trying to write the installer.  The windows app provides a simple search function, and the result set contains links to a bunch of PDF.  So, I've looked around trying to find the best way to distribute my app. Most discussion forums and articles explain that the data files  ...Show All

  • Windows Forms Taskvision Server in different location!

    What are the things i need to modify if i want to install my taskvision server to a different computer, and the database in a different computer im having difficulty customizing it. ive already done modifying the connectionstring in web.config, but still doesn't work! please help me! thnx a lot! I went through that headache too.  I was clueles ...Show All

  • Visual Studio Express Editions Problem with .Net syntax from VB6

    Hi guys, How do i do this in VB.NET Code: d = CDate("01/" & m & "/" & Y) + i - 1 It keeps saying 'Operator + is not defined for types 'Date' and 'Interger' Thanks As far as I know the default property value is not working anymore. So you need to specify ".value" behind "rs!datefrom". ...Show All

  • .NET Development Web Service triggering Event

    Hi I am looking for a solution where my webservice could trigger an event in response of which client applications could perform certain tasks. In other words, I want to avoid clients going back to webservice for information about their next actions, instead i want webservice to direct clients, when needed. Is it possible If its not possible, I am thinking to use SIP somewhere in there to maintain sessions. Thanx in advance. Regards Junaid With the current set of Web services technologies, doing push-mode eventing is difficult -- especially across the Internet. WS-* and WCF will help. In the meantime, unles ...Show All

  • Visual Studio Express Editions ListView

    Hai, I'm having problems with selecting listview items. I have created a treeview with nodes, and I can safely display listview items for these nodes. I have also created a data entry form that I want to display when I click an item in the list view. How do I do this Please help... Prospery. Hi, as I got to know your question you want to call a new form and pass parameters to it. Thats not dificult at all. Make a construcor of the form which takes the information which shll be shown in your new dialog. Then open the dialog. myForm f = new myForm (info1, info2, info3); f.showDialog() ...Show All

  • .NET Development How to create XmlTextReader object for a string stored XML content? Many Thanks!

    How to create XmlTextReader object for a string stored XML content Many Thanks!   Normally, we create XmlTextReader object using a filename parameter, such as  XmlTextReader my = new XmlTextReader(@"E:\Temp_WriteXMLToBookmark\1.xml"); but I have stored XML content into a string, how to create XmlTextReader object for the string stored XML content There is a stupid way, that is to save the string as a XML file first,then use XmlTextReader my = new XmlTextReader(@"E:\Temp_WriteXMLToBookmark\1.xml"); Could you give a good idea   For what it is worth this what I did using framework 2.0: String strXML = "<root& ...Show All

  • SQL Server Cluster installation & Domain Group requirements...

    Why does a cluster install of SQL2005 require access to a domain group and what is the purpose of having to create a domain group for the cluster installation Other than the blurb mentioned in BOL I'm having a hard time finding any information out about this requirement. From BOL: How to create a failover cluster. Section 18: On the Domain Groups for Clustered Services page, provide a DomainName\GroupName for each clustered service being installed: the SQL Server service, SQL Server Agent service, Analysis Services service, and Full-Text Search service must run as domain accounts that are members of the built-in administrators gro ...Show All

©2008 Software Development Network