wwwj's Q&A profile
.NET Development problem with MSN messenger
im having a problem with signing onto MSN and I wasnt sure where to go to ask for help. so here i am. Ive tried to sign in over and over again and i keep getting an error message which says: Signing into MSN Messenger failed because the service is temporarily unavailable. Please try again later. 81000395. I checked the service status and it says that everything is up and running properly. What can i do to fix this This is not t ...Show All
Visual Studio VS.NET 2005 / CR Error
I created a very simple .rpt and accompanying .aspx, moved both files to my remote iis 6 server w/ .net 2.0, and attempted to run the report. Much to my dismay, I get the following error message: Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. After a good couple hours of ...Show All
SQL Server Client unable to establish connection Encryption not supported on SQL Server. (Microsoft SQL Native Client)
On Windows XP systems I get the following issue when trying to browse the MSDB folder in SSIS Client unable to establish connection Encryption not supported on SQL Server. (Microsoft SQL Native Client) I have noticed another post where several others have noticed the same issue. It appears to only occur on Windows XP installations. Is there a workaround or fix for this Is the SQL 2005 instance the default or named instance If it is ...Show All
Visual Studio How to use the crystal report viewer 11 to insert in VS.net 2005 beta 2????????
Hello All, I installed VS.net 2005 B2 and than installed Crystal Report Development Edition 11 now I should use the reportviewer tool of Crystal Report 11 I don't see it on toolbox of VS.net. Crystal report 11 have Reportviewer11 sperate or use Reportviewer of VS.net 2005 Thanks, Starfo Hi, I've searched the Business Objects website to no avail. There's no mentioning of a new VS.net component or something. But there's a Release 2 on the C ...Show All
Windows Forms Distributing required updates?
Our company has written a WinForms application. Since not many of our customers have the .NET framework yet, we've put the download links on our homepage. We've also linked the required updates for .NET framework to make installation as convenient as possible. It ...Show All
SQL Server problem with custom conflict resolution
Hi Well.. I implemented the business logic handler. It was registered successfully and my table was changed to use this business logic. Below the part of the code I use: public override ActionOnUpdateConflict UpdateConflictsHandler(DataSet publisherDataSet, DataSet subscriberDataSet, ref DataSet customDataSet, ref ConflictLogType conflictLogType, ref string customConflictMessage, ref int historyLogLevel, ref string historyLogMessa ...Show All
.NET Development creating Sockets
Hi buddies, I wonder how easy to create a socket with out connecting to RemoteEndPoint in sockets My idea is to create a “dummy” socket of an existing socket. I wrote code like, System.Net.IPAddress ConnServerIP = IPAddress.Parse(s_myLinOldIP.Substring(0,s_myLinOldIP.IndexOf(":"))); int listenPort = int.Parse(s_myLinOldIP.Substring(s_myLinOldIP.I ...Show All
Visual Studio Express Editions Common Dialog Box and Save- newbie question
I want to save an array of UShort integers in any chosen directory, using a Common Dialog Box. (There seem to be big differences between VB6 and VB Express.) Can anyone help And I need to load back the values, again using a Dialog Box. Thanks, David. Hi David, You can add a new MDIParent form into your project and take a look at the OpenFileDialog and SaveFileDialog sample in there. Here's a copy o ...Show All
SQL Server Visual Source Safe -- Add Project -- Redundant Level
Hi, When I add a SSIS package solution into Visual Source Safe then a redundant project level is automatically created. For example, I have done:- a) created the project: My Package in VSS b) then invoked BI Dev Studio c) then added the package solution to VSS using the "Add Project to Source Control" option d) and then VSS creates a sub-folder (named after the Solution) in which the package code is placed, which means that the My Package le ...Show All
Visual Basic Serial data handling methods vb.net 2005
Hi, I’m building an application that will talk to a device over a serial port. This device returns byte data in response to commands I send it. The problem im having is what’s the best way to handle sending these commands automatically. 38400baud. I did build a program that had a timer that fired every half a second sending a command until I get my first reply at which point I stop this timer. Once I get a reply and the data rec ...Show All
Software Development for Windows Vista small problem
Hi, While exposing a Workflow via Web Service, in the new Web Service Code file, we used to inherit the WorkflowExample.Workflow1_WebService instead of directly from the WebService base class as shown below. public class Service : WorkflowExample.Workflow1_WebService { } can any one say like "If I want to use two workflows into this Web Service How I have to inherit the Namespaces." In the workflow I am using WebServiceReceive an ...Show All
SQL Server A complete uninstall of SQL 2005
I recently re-built my entire system from ground up (new hard drives, OS, etc). I now have the problem of SQL 2005 installed partially, but no way to get the management tools installed. I get an "already installed message when I try". I've never encounted this before on any other SQL install. Sequence of events. I installed VS 2005 Pro first, then followed by SQL 2005. Somewhere this install didn't work, and I was left with the MS ins ...Show All
SQL Server synchronize sql mobile (vs 2005) and sql server 2000
How do i set up a connection between sql mobile and sql server 2000 I think all the packages are installed but how can i synchronize data from sql mobile to server 2000 and the other way what you're talking about doing is entirely supported - you want to merge replicate from SQL Mobile to SQL Server 2000. you'll need to install the SQL Mobile server tools for SS2000 on your server to get going. ...Show All
Visual Basic Problem populating table with a SQL Cursor from VB GUI
Hi all I have a store proc that that does various bits of data manipulation, but the last part I have used a cursor to update 2 fields in a table. This sp is called by a VB front end and then the contents of the table in question displayed in a Crystal Report. The problem is, if I run the sp directly (within VB's Server Explorer) these 2 fields are always fully populated. If however I call the sp from within code in a GUI, after ea ...Show All
Visual Studio Team System Area Path as parameter on reports
How does Area Path work as a parameter for reports What type of query would I use to display the values so they don't show as a\b\c, etc I like the tree structure of Area Path, but I am concerned about its usefulness in reporting. For example, if I have a feature structure of Application/Feature Area/Sub-Area: Application A Core Services Configuration Security Data Access Module 1 User Interface Business S ...Show All
