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

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

nikkah

Member List

Bisjom
Didier Levesque
aleyush
Toni_M
jonpfl
?smail Hakk? Dereli
Emily Fong
bpmerkel
DotNetDudeATX
Zangow
John999
Julien Chable
Junaid_
William Boatin
jcgalveza
Nishith83
Peter Gloor
penta
zeee
Mu0n
Only Title

nikkah's Q&A profile

  • SQL Server can not connect to Report server from SQL SERVER 2005 Management studio

    Hi All, I have a brand new install of sql server 2005 on brand new WINDOWS SERVER2003 with latest versions. Every thing works fine excepting I get a 404 when I connect to report server from management studio.. I am even able to publish reports and all the url://localhost/reportserver url://localhost/reports url://localhost/reportserver/reportbuilder/reportbuilder.application all work fine on local machine and with in the network behind the fire wall. But when I try to connect to report server using management studio on the local server or remote server, I get the following error. " TITLE: Microsoft SQL Server ...Show All

  • Visual Studio Team System Can't instrument project targets for ASP.NET performance session?

    I create a new ASP.NET performance session and point it at my web application directory (i.e. not using IIS). Now, I can sucessfully get performance data for the web site itself, but I cannot seem to get performance data for any other project assemblies I've configured for instrumentation. At first I noticed that it was instrumenting the project assemblies in their respective project \bin directory as opposed to my web site's \bin directory. Then I tried using target binaries and selected my assemblies directly from the web site's \bin dir, but that didn't help either (and also doesn't seem like the right thing to do). So... any clues ...Show All

  • Visual C++ Reasons for malloc to fail

    Daft question I know, but is there any reason for malloc to fail, apart from there being no free memory available The reason I ask is I'm looking at an app written by someone else a couple of years ago, the application is generally quite stable but every now and then, typically 30-60 days of continuous running, the app appears to lock up. I have looked over the app pretty closely and the only way I can get it to fail in a similar manner is by forcing a malloc to fail. However when this has been reported from the field, it would appear that there was plenty of free memory available, so I was wondering if there was any other reasons for ...Show All

  • Software Development for Windows Vista update to m3edia centre 5270 problem

    can someone email me the 32 bit update asabowes@hotmail.com There is a patch released my MS for m3edia centre 5270 problem. It's hardly 1.4MB patch available on MS downloads site. ...Show All

  • .NET Development SmartCard Signatu PKCS1 padding

    I have basic understading about the encryption. I am given a task to generate a signature for a binary file using signature cert on a smart card and use PKCS1 padding, with SHA1 hash. This is all what I have got. Now I am using RSACryptoServiceProvider with CspParameters. And using correct CSP name. I am able to call signHash and signData (with SHA1 hash algo) and able to generate same results. BUT is there a way to know which type of padding was used Am I on wrong track Should I be using RSAPKCS1SignatureFormatter instead of RSACryptoServiceProvider Please let me know. Thanks. Ri Ri ...Show All

  • Visual C++ Has anyone at Microsoft actually used VC++ Express B2?

    I haven't used Microsoft's Visual C++ since version 6. I've always thought Microsoft makes the best software development IDEs by far, but the compiler was extremely lacking. I figured I'd try Win32 GUI development again (I do mostly Unix or cross-platform non-GUI), so, 1) I downloaded Visual C++ Express Beta 2 and installed it. 2) It didn't compile anything successfully, including  "Hello, World" (See this thread for those looking for a solution to this problem). Apparently this is because it didn't include the Platform SDK, didn't mention that it was required or that it even exists, and didn't make it one of several optional downloa ...Show All

  • SQL Server UserName Error in SQL Server 2000

     Hi all,           When i happen  to install Ms-Sql Server 2000 in Windows xp  it throws an error as  The Logon account cannot  be validated  for Sql Server Service .Verify that Username and Password are Incorrect.Logon attempt Failed. This is the Error  i get.  can anyone help  out of it. Iam  running short of time. can  anyone do this    regards  Fili   ...Show All

  • Visual Basic Button Tool

    I want to apply Windows XP button style on my Windows Form, but how First Add a TextFile to your bin folder and rename it to <ApplicationName>.exe. mainfest That should be manifest. ...Show All

  • Visual Studio Express Editions Using Module

    Hello, I am working on a program that uses a lot of subs and functions, so I wanted to bring those together in 1 single module file. Now I did this (see code), but I noticed that it compiles the module with my app, and it doesn't compile it to an dll as I want to. Anyone here knows how to solve this because it is important that I can 'update' the file just by replacing my module dll by a new one. Here is the code I'm using: Module modules Public Sub SetSettings() E nd Sub Public Sub GetSettings() End Sub Public Sub cfu( ByVal flag As Integer ) Select Case flag Case 0 Try My .Computer.Network.DownloadFile( ...Show All

  • Visual Studio Express Editions Application failed to start, mspdb80.dll was not found error !!

    I stopped using Visual C++ Express Edition for a few days after it was working fine.  I came back to it today, opened some programs in a text editor that I had gotten from a tutorial, and tried to compile and run them on the command line using "cl /EHsc [filename].cpp".  I have done this many times in the past with the same exact files, in fact, and I have never gotten this error before. [cl.exe - Unable To Locate Component] This application has failed to start because mspdb80.dll was not found.  Re-installing the application may fix this problem. I have not deleted or moved any files since my las ...Show All

  • Windows Forms Dataview Value

    Hi, I have a form that use a dataview derived from a dataset. The dataview populates a combobox to allow for row selection and is databound to a textbox called cost which displys the cost of the selected item. Is there a way that I can assign the value of the cost item from the selected row in the dataview to a variable such as decCost&n ...Show All

  • Windows Forms Dreaming away.

    Hi. Here is my wish list.  I have not had the chance to check out the 1.1 beta, so it is very possible that some of these issues have already been addressed.  Also, please don't take any of this personally.   I think .Net in general and the winforms/controls pieces are great. Keep up the great work!  (The last couple wishes are ...Show All

  • Visual Basic Creating Office COM Add-Ins with Visual Basic .NET article - need help

    Hello, I'm new to this type of programming and have found myself put in charge of a couple of applications that were created by a previous employee. So now I'm learning how to do this. I found the article listed in the subject on the msdn site and found it very informative and easy to read. I thought that the instructions were very much to the point and that there wasn't any confusing jargan put in. Unfortunately, after following through the tutorial portion of the article I am unable to get it to compile. I am receiving these three errors: Namespace or type 'PpSlideLayout' for the Imports 'PowerPoint.PpSlideLayout' cannot be fou ...Show All

  • Windows Forms DataGridViewButtonColumn does not render?

    What's the trick to making a DataGridViewButtonColumn render correctly in a DataGridView control I've added the column and set the text property and can even click the cell and cause the cell clicked event to fire but all I see is a blank white cell. Any ideas Thanks. >> Without visual styles the button honors the backcolor of the cell's style. If visual styles are enabled, then where does the button get the foreground and background color come from a system setting   Can this be overriden Thanks, ...Show All

  • SQL Server Need distributed service broker sample

    I'm working with the April CTP of SQL Server and I'm trying to create a proof of concept using service broker.  I'm struggling with the "abc's" of it.  If anyone has or can point me to a distributed "Hello, World" for service broker between SQL Server 2005 and SQL Express instances it would save me some time and trouble. thx! Niels, The two link http://staff.develop.om/nielsb/code/routing2.zip http://staff.develop.com/nielsb/code/routing-aprilctp.zip still do not work (a connection with the server could not be established). I do not know if the server is down, or is the document no longer for pul ...Show All

©2008 Software Development Network