WebGearPro's Q&A profile
SQL Server Can not generate snapshot (SQl Server 2005 Transactional Repl )
Hi, This is my first try at implementing transactional replication (Sql Server 2005). My Publisher and Distributor are on different instances of SQL. I am receiving the following error during execution of setp 2 in snapshot agent: 2005-09-15 19:09:48.39 Connecting to Distributor 'WLN-SQL2005DEV\WDC_DIST' 2005-09-15 19:09:48.61 The replication agent had encountered an exception. 2005-09-15 19:09:48.61 Source: Replication 2005-09-15 19:09:48.61 Exception Type: Microsoft.SqlServer.Replication.ReplicationAgentException 2005-09-15 19:09:48.61 Exception Message: The snapshot could not be generated because the publisher is inactive ...Show All
Visual Basic Convert byte to ASCII
hi, How to convert byte array to ASCII in VB.NET System.Text.Encoding.ASCII.Getstring(y) it gives the data like 52414D41 . but i need "RAMA" instead of 52414D41. How Any help Thank U! Based on your result "53414D41", I assume that your array contains this hexadecimal bytes (&H52, &H41, &H4D, &H41). If this is the case, then you can convert it to string with either the default encoding or UTF8 encoding: Dim s As String = System.Text.Encoding.UTF8.GetString( bytearray ) or Dim s As String = System.Text.Encoding. Default .GetString( bytearr ...Show All
Visual Studio Team System Unable to connect to BIS server
Hello everyone, I was getting this problem on several machines while trying to connect to a team foundation server from vs.net. Through reading posts I began to understand the problem as being caused because VS.NET was trying to connect to a server it was already connected to. So I went into the file, C:\Documents and Settings\user\Application Data\Microsoft\VisualStudio\8.0\Portfolio Explorer\TeamExplorer.config and edited out all of the listed servers. THen when I start VS.NET, i no longer get the error and it behaves normally. The problem is, you have to do this every time you open VS.NET. I dont know if this will help ...Show All
Visual Studio 2008 (Pre-release) Certificate authentication of a WCF client (Beta2/RC0 release)
I'm doing the following steps. 1. Create a certificate using makecert and imported to Trusted Root Certification Authorities on my machine. 2. Hosted a HelloWorld service in the IIS and added this in the Web.Config (used the svcconfigeditor tool) < behaviors > < behavior name = " NewBehavior " > < clientCredentials > < clientCertificate findValue = " 5d64429aac414432f2227a036b55bf0def589863 " storeLocation = " LocalMachine " storeName = " Root " x509FindType = " FindByThumbprint " /> < serviceCertificate > ...Show All
Windows Forms Can not receive animals
Hello , I am new to Terrarium . when I run terrarium , I got some infomation below "The Terrarium server is experiencing temporary difficulties. This is probably why you aren't receiving any animals. please bear with us while we get the issue resolved." what should i do just wait Problem solved seems  ...Show All
Software Development for Windows Vista Network DTC issues
Hi, I'm having the same problem too and there's no VPN involved in my situation. The client machine (XP SP2) has the firewall turned off and security configuration settings are as per the earlier message (Network DTC Access on, remote clients allowed, inbound/outbound communication allowed, no authentication required, running as Network Service) . The error is: Problem:fail to invoke remote RPC method Error(0x5) at dtcping.cpp @303 -->RPC pinging exception -->5(Access is denied.) RPC test failed Further help would be great. Aquilegia, I can't find the "same problem" that you're referring to at the star ...Show All
Windows Forms Event of close ToolBar
I have ToolBar. ToolBar in floating window. What event comes when do I close a this floating window Assuming this form is a .NET 2.0 Windows Form... Take your pick of listening for FormClosed and FormClosing as one or both of them would be your best bet. ...Show All
Smart Device Development windows ce5.0 in vs2005 deploy to mobile 2003
When I create a new smart device project in vs2005, I selected Windows CE 5.0. The application works well in the pocket pc with windows mobile 5.0, But when I deploy in the pocket pc with mobile 2003, It always exit unknown when it is logoning. Could anyone help me Thank you. ...Show All
Windows Forms C# VS2005 - Problem publishing application
Hello everyone, After I publish my C# VS2005 application (to be installed from CD-ROM), the crystal reports in it will not load, but if I run the application from debug, everything works fine. Does anybody know what's going on Thanks a lot. Best regards, JC Problem solved! It was pathetically simple... All I had to do was to set the reports file property "Build Action" to "Content". Now everything is ok. Thanks a lot! JC ...Show All
SQL Server DISTINCT COUNT - unhelpful error message
Hi, I need to return a distinct count of customers who have ordered goods. To do this I created a measure of type DISTINCT COUNT, over the CustomerID field in the orders fact table. Being a foreign key for the customers dimension table, the customerID is integer, not-null, and therefore ideal for the purpose. The measue is created in a new measure group OK, and the cube processes through OK. However when I come to view the data by dragging the new measure onto the columns in the VS browser I get the wonderful message: " The query could not be processed: o Internal error: An unexpected e ...Show All
Visual Studio VS.NET 2005 Beta 2 Team Suite Edition fails half way through.
I finished downloading the full Vs.net 2005 Beta2 team system files, extracted them and then attempted to install them on my Development Laptop. It turns out, I just re-built my laptop with a clean installation of Windows XP SP2, and MS OFFiCE 2003. There are a few more apps, but the bottom line is that the laptop is clean. I ran the Installation, and it installed the .NET framework 2.0, and then the MSXML 6.0 Parser. It got to the VS.NET installation, and starts copying files ok. About 3/4 of the way through the progress bar, it throws a generic failure record, and rolls back the installation. Is anyone else running into this Is there ...Show All
Visual Studio Shared files are not marked with any special icon
I noticed that source safe shared files are not marked with any special icon in the solution explorer. This is very inconvinient, since anybody can forget that a file is shared and harm other projects using it! Thanks for reporting this. I opened a suggestion bug for this, but it's unlikely we are going to change this behavior for VS 2005 release. Hopefully we'll fix it in next realease... Thanks, Alin ...Show All
Visual Basic Need help to troubleshoot if statement error message
Hello, I'm trying to validate user input in a text box with an IF statement and I want to limit the number of characters to 60 or less. Initially this seemed to be working fine, but now I get the error message no matter what I enter in the text box: Private Function GetLine( ByRef validLine As Boolean ) As Boolean validLine = False 'check to see if the user has entered anything in the txt box If Not (txtEnterLine.Text.Trim() = "" ) Then 'check to see if the txt box contains 60 characters or less If txtEnterLine.MaxLength <= 60 Then 'if validated, assign input to class level ...Show All
Visual Studio Express Editions installing express editions on same computer as full editions
This refers to the final products. Can we have visual web developer express and sqlserver express alongside vs stuidio 2005 and sqlserver 2005 developer edition Any issues dennist685 I'm new to asp.net and the express edition might help me learn it faster. Am I wrong dennist685 ...Show All
Visual Studio Express Editions Is this possible?
Is it possible to create a simple terminal emulator program similar to HyperTerminal using VB2005 Express Could someone point me in the right direction or to some sample code Thanks... Use System.IO.Ports.SerialPort to connect to the serial port. Use a large Textbox with Multiline = True and scrollbars to display the received data. Use a small Textbox to let the user type text to send to the serial port. ...Show All
