Software Development Network Logo
  • Microsoft ISV
  • VS Team System
  • SharePoint Products
  • Visual FoxPro
  • Visual Basic
  • IE Development
  • Smart Devicet
  • Game Technologies
  • Visual C#
  • Visual Studio
  • .NET Development
  • Audio and Video
  • SQL Server
  • Windows Forms
  • Visual C++

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

rocky050371

Member List

Mateusz Rajca
Jkumar
Drake1500
MarilynJ
Erik Bertrand
Michael Pritchard
ssauerw
daada
Douglas R
Pria
N_John
Ibrahim Khalil
Charles Lewis
ismar
Angus Leeming
Dreedle
Butterflyangel02
traderhen
Michael Herman - Parallelspace
fluffy061585
Only Title

rocky050371's Q&A profile

  • SQL Server Database Mirroring - 'NT AUTHORITY\ANONYMOUS LOGON.' failed

    Hello, I have set up 3 servers - Primary, Mirror and Witness. When I run the database mirroring wizard all my endpoints are configured, but when i start the mirroring service i get a 1418 error - in the logs in says - Database Mirroring login attempt by user 'NT AUTHORITY\ANONYMOUS LOGON.' failed with error: 'Connection handshake failed. The login 'NT AUTHORITY\ANONYMOUS LOGON' does not have CONNECT permission on the endpoint. State 84.'. [CLIENT: 10.20.1.5] I have looked through the BOL and can't find anything helpful. - I'm pretty new to SQL server, so any help is very much appreciated! Thanks Kerpoise But why is my Primary server trying to logon as NT AUTHORITY/ANONYMOUS LOGON When I have defined my l ...Show All

  • Visual C# Logon windows

    hello everyone here is my problem: i have a logon windows,has database,username and password,textboxes for input inforamtion,also i use a checkbox for use default logon inforamtion automatically fill the textboxes blanks.it is show as below : when i set the checkbox checked,it has this process: textBox1.text = 'pst'; textBox2.text = Environment.username.tostring();(here shows the windows logon name); textBox3.text = (i want here to show the windows logon password); can anyone help me Hi, you can't retrieve the user's logon password from anywhere. It's a sensitive information and allowing that would be a serious security risk. You'll have to make user enter her password. Alth ...Show All

  • SQL Server Full Text Search: percentage match

    I need to add a percentage "perfect match" for my search-action, for instance 50% perfect match if only one of the 2 searchexpressions were found. Full Text Search seems to perfect for the search-action, but how do I add this percentage to my select This may have a simple solution but I do not seem to be able to find it. Any help is greatly appreciated. Vicky Sattva, See my reply in the http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=816452&SiteID=1&mode=1 thread.. Thanks, John SQL Full Text Search Blog http://jtkane.spaces.live.com/ ...Show All

  • Gadgets Display external URL

    Good morning, i would like to display an external webpage in my sidebar gadget. Unfortunately it doesn't work. Are there any limitations Thanks in advance. Martin Use IFrame check this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1049562&SiteID=1 ...Show All

  • Visual Studio Impossible to uninstall GAT

    Hello, I have an exception when I try to repair or to remove the GAT, because there is problems with registered guidance packages which don't exist yet. So I tried to manually unregister all the guidance package, following the instructions on the Clarius's Blog. I unregistered all the guidance packages found in the manifest file (RecipeFramework.xml). But if there is other registered guidance packages unknown (because I have no more the files), it is impossible to unregister them because I don't know their name and GUID. So it is always impossible to repair or remove GAT ! The exception said "The manifest file doesn't contain an entry for the guidance package Guidance Package Development". Usually, in this case, you instal ...Show All

  • Visual Basic Saving a temporary file (obviously no dialog use)

    How can I save a temporary file from a textbox when I change a tab on the tabcontrol I can figure the rest of it out if someone can point me in the right direction of saving a temporary file. Binary or text write methods work. Much thanks. Yes, thank you very much. I can just use a timer to delete it after so long. Just as an HTML file to open up in an embedded browser. Nothing hard. ...Show All

  • Windows Forms Reading data from another form

    Everything I have read on the web says I can do this. I have followed the setup of others that seemed to have solved their issue, but it still fails for me. I want to read data from a textbox on form1 from form2. Since I declared frmVendor_list as public and I set the textbox1 on that form to have a modifier of public, I assumed I would be able to access the text in the textbox. But it will not build, throws an error 'Textbox1 is not a member of system.windows.forms.form If I add the line: dim vendor_list as form1 right above the call to the textbox from form2 and refer to the textbox as vendor_list.textbox1.text - the error goes away and it compiles. But it throws an error at runtime that the textbox1 contains a null reference ...Show All

  • Visual Studio Express Editions Running Windows-Command Lines in 2005 Express Ed.

    Hello! OK. I have a batch script that I am using and it works awesome! However, I want to make it work using Visual Basic 2005 Express Edition. Can someone show me examples on how to run windows command lines under a Visual Basic 2005 Express edition program So in other words… Having a form that shows an OK button disabled until my script that is running Windows Command lines in the background is finished. Then the OK button will enable. I know how to make the OK button disable and enable…I just want to know how in the world you can have command lines work in VB. Another quick question…what is a good book out there for a beginner Thanks Chapio Wow!&nbs ...Show All

  • .NET Development Manually disconnect from network?

    Is there a way in C# to disconnect from the current network Thanks, There is no way to do this from a .Net Framework library. THere may be a native API to do this which you could P/Invoke to, but I will need to do some searching to see what that would be ...Show All

  • .NET Development web service string as a web browser object

    Hi guys, using asp.net and visual studio 2003 i've invoked a simple web service that returns the current weather as a string in xml form. I've placed the string in a text box, but what I would like to do is have the xml string displayed as a web browser object without saving the xml string as an xml file and then refering to it. this is my current code: private void btnGetWeather_Click( object sender, System.EventArgs e) { net.webservicex.www1.GlobalWeather aw = new net.webservicex.www1.GlobalWeather(); string s = aw.GetWeather(txtCity.Text, txtCountryName.Text); txtResults.Text = s; } instead of placing the string (s) in a text box, how can I make string "s" be displayed as a web b ...Show All

  • SQL Server Log Shipping between SQL 2005 and SQL 2000

    We have an environment where 3 SQL 2000 servers exist; one production servers and two standby servers that receive logs via log shipping. Everything works fine and it is stable. My client wants to get a new 64 bit server and run SQL 2005 64 bit version for the production box. Can we still do log shipping with the two remaining SQL 2000 boxes or do they all have to be on the same version and bit version Thanks Bill Unfortunately, although you can maintain log shipping from SQL 2000 to a SQL 2005 instance as long as the target database is never recovered and converted to 90 format, you cannot have the target database in standby mode. Putting a database in standby mode implies that you are recov ...Show All

  • Visual Studio CrystalReport (Could not load Assembly) Visual Studio 2005

    I have an application in Visual Studio 2005, the crystal report gives the following error 'Could not load file or assembly, "CrystalDecisions.Windows.Forms" Version = 10.2, Culture=neutral, PublicKeyToken = 692.... or one of its dependencies. The system cannot find the file specified.' I have to deploy this app and I need help. It runs on the development machine without error. But on different machine then the error will come and the report would not display. the following are the reference that are added. CrystalDecisions.CrystalReports.Engine; CrystalDecisions.Enterprise.Framework; CrystalDecisions.Enterprise.InfoStore CrystalDecisions.ReportSource; CrystalDecisions.Shared; CrystalDecisions.Win ...Show All

  • Software Development for Windows Vista Question on Referencing Resources (image, fonts, etc.)

    Hi, I have a question regarding referencing resources in Xps. I added a font on a fixed page using IXpsFixedPageWriter.AddFont(false) and I was able to write something on a fixed page having the font I want. However, I can no longer reference the same font on other fixed pages even if I use the same Uri. What happens is that the first fixed page is displayed correctly while viewing the other pages results to an error. What do you think is wrong with my referencing Thanks, in advance, for your answers. av.arce thanks nixps, but is there anyway by which I can post the xps document here maybe I can send it to you through email, would that be alright thanks, av.arce ...Show All

  • Visual Studio sandcastle in internet explorer 6 (urgent)

    Hi! i implemented a sandcastle version using an aspx page instead of index.html (iframes instead of frames) All worked until now. In december release, i update files but the new version works only with firefox, ie7; not with ie6 xpsp2. I have a javascript error line 23 url: myfirstcontent.htm. IE doesn't open TOC and content. What's changed Thx PS- remember i have a microsoft js (but itnot seems generate problems) Mi rispondo da solo ma ne approfitto per chiedere di usare una funzione apposita (visto che SplitterScreen SplitScreen.prototype.resize = function (e) { this .scrollingRegion.style.height = document.body.clientHeight - this .nonScrollingRegion.offsetHeight; this .scrollingRegion.style.w ...Show All

  • Smart Device Development unresolved external symbol error

    I am trying to use the sqlite database in my today item. But when I include the sqlite3.h file in my project and try the following: sqlite3 *db; int rc; rc = sqlite3_open( "test.db" , &db); I get the following error: Error 1 error LNK2019: unresolved external symbol sqlite3_open referenced in function "long __cdecl WndProc(struct HWND__ *,unsigned int,unsigned int,long)" ( WndProc@@YAJPAUHWND__@@IIJ@Z ) CustPlugin.obj Does anyone has an idea how to fix this Thanks! You need to link against the sqlite library as well. The header file just gives you the function signature (name, parameters, return type, etc.). The library file provides the actual code that is cal ...Show All

©2008 Software Development Network