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

Software Development Network >> Sandro Rudin's Q&A profile

Sandro Rudin

Member List

Robert C-burn
Zizhong
Yim Cheng
Bgr
arby99
Paul Huizer
CarlosHere
EthanA
Dave Moran
yihect
Steve J Wright
fantasimus
s potluri
GadgetGuy
Wayne Arant II
nagual
r prasanna vignesh
Varun Gulati
Ed Casey
Martin Roller
Only Title

Sandro Rudin's Q&A profile

  • Windows Forms Max # of File System Watcher's

    Does anyone know the maximum number of File System Watcher components that can be created by any 1 program, or for any 1 computer   I seem to have hit a limit at around 50, but do not get any exceptions or other error messages. Quick Background: We have a shared drive, with 1 folder for each customer.  Each customer has a set of applicat ...Show All

  • Visual Studio Express Editions Help me with importing c++ dll functions.

    Hi, Im trying to import these functions from vb.net but i dont know what WORD and so on would be in vb.net and how I would call them. ////////////////////////////////////////////////////////////////////// // Decrypt Message From FrontCode Peer Cache Server // // Parameters // pSrc : (IN) Message From Peer Cache Server. Buffer must be 132 bytes. // pDst : (OUT) Primary Node Addresses. Buffer must be 120 bytes. // // Remarks // Node Address Structure // // typedef struct TAG_NODEINFO { // DWORD dwNodeIP; // Primary Node IP Addresses // WORD wUDPPort; // Primary Node UDP Port // WORD wTCPPort; // Primary Node TCP Port // BYTE bF ...Show All

  • SQL Server connection string & location problems

    In a VB6 app, I am using the following connection string to connect with a SQL Server 2005 database: strDbConn = "Provider=SQLOLEDB;Integrated Security=SSPI;" & _ "Persist Security Info=False;Database=" & strDbName & ";" & _ "AttachDBFileName=" & DbPath & ";" 'Data Source=.\mssqlserver;" I am getting the following error message: Error No. -2147467259 [DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not exist or access denied All help appreciated. I could do that but I shouldn't have to: at least not according to ms documentation. Besides, it doesn't help. The f ...Show All

  • Visual Studio VSS 6 restore

    Greetings all, I am new to VSS and am not sure how to restore a vss archive file. I have archived the vss file and moved it to another PC...I installed the same version of SourceSafe as the original PC, but can't seem to figure out how to restore the project. Suggestions would sure be appreciated. Thank you. Randude VSS n00b Are you using Source Control plug-in other then Source Safe To switch back to Source Safe try registering ssscc.dll from you SourceSafe install folder regsvr32.exe "C:\Program Files\Microsoft Visual SourceSafe\ssscc.DLL"   It seems that your source control plug-in is in the disconnected state. To g ...Show All

  • Visual Studio What happened SourceSafe web service access in Beta 2?

    A collegue of mine has just setup a SourceSafe 2005 database and configured it for internet web service access. I have Team Suite installed including SourceSafe 2005, but I am unable to find an option anywhere which would allow me to connect to it. I can connect over a local LAN or over the net via file sharing, but I can't find the web service protocol. I was informed this feature was in Beta 1. Anyone know what happened to it I thought Beta 2 was feature complete since the Go Live license is available.... Now i managed to get it to work.  I had enabled the internet access while the proj ...Show All

  • Visual Studio Express Editions SQL Server 2005 Express Edition April CTP fails to install

    I have spent the last hour trying to find other cases of the same install error on the web, but w/o luck. Does anyone know how to fix the following. I have Windows XP SP2 with VS 2005 Beta 2 (April 2005). When trying to install the "SQL Server 2005 Express Edition April CTP" I'm getting an error at the end of the install. Here's some of the messages: The initial error dialog: "Microsoft SQL Server 2005 CTP Setup" (window title) Microsoft SQL Server 2005 CTP Setup was unable to install on your computer. Microsoft SQL Server 2005 CTP Setup has encountered a problem and will end. After clicking on the "What does this error report ...Show All

  • Smart Device Development Transparent application Bar on Today Screen

    Hi experts, I am trying to launch my application from my today screen and I have done that with the help of http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/TodayScrn.asp Now I want my application bar on Today Screen as TRANSPARENT , Do any one has any clue or any idea about how to go. Since the my application bar content is HTML so how to make it transparent. I am not a eVC GUY at all, Any solution through C# would be appreciated. Thanks in your anticipation, Rakesh Ranjan Thanks Guy, I have done the samething using VC, Rakesh Ranjan rakesh.ranjan@3i-infotech.com ...Show All

  • Visual C++ How can I declare 'out' parameter in C++/CLI?

    In C++/CLI, a tracking reference as method parameter void method(int% val) { ... } is equal to C#'s "ref" parameter: void method(ref int val) { ... } Is there C++/CLI syntax equal to C#'s "out" parameter void method(out int val) { ... } ...Show All

  • Visual C# Retrieve System Up Time Err:(input string was not in correct format)

    I have a windows service program that checks the system up time. It works for most users that use it but a small few are getting this error: Exception: Input string was not in a correct format. Stack Trace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int32.Parse(String s, IFormatProvider provider) at System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp) at System.Diagnostics.PerformanceCounterLib.get_NameTable() at System.Diagnostics ...Show All

  • SQL Server SQL 2005 BI Capabilities

    I am looking for any information available that would give comparison between SQL Server 2005 BI capabilities/features and other tier 1 products such as Business Objects, Cognos, etc.... Has anyone come across anything yet Things I am looking for are more along the lines of the metadata information. I have found that Business Objects has an impressive tool called Data Integrator and was wondering what SQL 2005 has in comparison to this tool...thanks!! Hi Darren, sorry but what you see in this thread is all I have to date. I was at a conference a couple weeks ago and there was a demo of the microsoft suite at ...Show All

  • Windows Forms Form Current Event?

    I need something like the Current event generated in Access when the form moves to the next record. How do I do that in VB 2005 using the designer datasets Also --- how can I easily access the value of the data from a bound form if the control whoes data I want to view is absent from the form That is how do I get to the underlying data to the record that is currently displayed Obviously I'm new to VB.Net/VS2005. The BindingSource sender will be of type BindingSource rather than BindingManagerBase.  Once you get the BindingSource, you can use it to get the Current item.     Dim bs A ...Show All

  • SQL Server SQL Express and VS 2003

      1.   I am developing in Visual Studio 2003 connected to sql server express. Everything is fine.  But I cannot modify tables in server explorer in visual studio 2003.  The following is the error message: "You have connected to a version of SQL Server later than SQL Server 2000.  The version of Visual Studio or Access that you are using was released before the version of SQL Server to which you are connected.  For this reason, you might encounter problems. Please check with Microsoft to see if there is a service pack that you should apply to Visual Studio or Office in order to get support for ...Show All

  • Visual Studio 2008 (Pre-release) Logging WCF Messages to a Database

    I’d like to log WCF messages to a database instead of logging them to disk. What’s the best practice for extending WCF to log messages to a database I’m most interested in logging messages that contain data (e.g. AddPerson and AddPersonResponse) and less interested in messages that are required to setup WS-* (e.g. http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue). Ideally, I’d like to extend the WCF logging functionality to log to a database. I’ve read the following post that suggests that you can log a message through the use of a custom behavior. However, I’d rather extend the existing message logging functionality so t ...Show All

  • Visual J# importing classes across projects

    Hi, I can't seem to find the right settings to do something very simple.  I have one solution with two projects, both of which are windows executable output.  I want one project to be able to import classes that are part of the other project.  I get compiler error vjs1161 no matter what I add to the references path.  Can anyone tell me what I'm missing As an example, consider the projects to be a game and a map editor for the game.  I need to map editor to access classes that are part of the game. Thanks for any help. Hi, You need to add project reference to the project ...Show All

  • Visual Studio Team System Project creation failed with error:"Initialization failed for plugin(s): 'Microsoft.Pcw.wss', 'Microsoft.Pcw.currituck'"

    During creation new team project from Visual Studio 2005 I get Project creation failed with error:"Initialization failed for plugin(s): 'Microsoft.Pcw.wss', 'Microsoft.Pcw.currituck'" message with log: 07/08/2005 10:43:00.938 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://as-cmp-1:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 07/08/2005 10:43:00.938 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 0 seconds 07/08/2005 10:43:01.108 | Module: ELeadServiceMediator | Template Information for domain "as-cmp-1" retrieved ...Show All

©2008 Software Development Network