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

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

SpicyMikie

Member List

Yael
Alex1123123
Quinn Dexter
rpg4msdn
senwang.microsoft
Mr_Mojoman
JoelLoh
Arvind Venugopal
blaze8
2162
fafnir
Sohail2006
TomJ72
Ronnie Smith
Ideefiks
bt7403
DIII
Wenbin Zhang
mf32000_9
cjarvis
Only Title

SpicyMikie's Q&A profile

  • SQL Server SSL Connection Issues

    I am developing a web application in Reporting Services 2000 with SQL Server 2000 SP4, Dot Net Nuke, and Visual Studio 2003 that uses SSL. The issue that I am having is that when initially connecting to the reporting service to allow the user to select a report is fine. I do not have to reauthenticate. When I select a report and open the ReportViewer, it requires authentication. I have Windows Authenticatin selected on the vi ...Show All

  • Visual Studio Team System Remove old versions

    Over time there will be a lot of old versions and deleted files in source control that uses disk space. Especially if you put large graphic files in source control. Is there a way to remove old versions We had initially cut that feature for V1.  Customers want a way to reclaim unused space, though, so we're looking to see if there's something we can do in V1 to help address that concern - I'm not sure if it will be this kind of "destr ...Show All

  • Smart Device Development How to download directly .xml file from server to client?

    How to download directly .xml format file from server in Pocket PC  I Just knew the one way like this: Response.AddHeader(("content-disposition", "attachment;filename=targetFileName"); Response.WriteFile(Server.MapPath(destFile)); if it run that will alert me to save or open it  in ie of pc. but it display directly on IE of PPC. Have you has any other way Hi, Please direct non-NETCF speci ...Show All

  • Visual Studio Tools for Office VSTO Installation included in Visual Studio 2005 Team Suite

    Hi At the end of the installation I get an error message saying that vsto couldn't be installed, and propose that I run VSTOR.EXE manually. Running VSTOR.EXE I get an error message saying that I need to uninstall "Visual Studio .NET prerequisites - English", but I don't have that. From the support page ( http://msdn.microsoft.com/vstudio/express/support/uninstall/ ) I downloaded the uninstall tool, even if I never installed beta version before. ...Show All

  • .NET Development name() function in MSXML

    When I'm using Saxxon the XSL function "name()" returns a fulling qualified name. If I use the function "local-name()" it returns just the node's name. If I do a transform in VS .Net 2K5 using the two functions in a stylesheet and get the same value. Is there a flag or something I have to set in order to get "name()" to work correctly The XPath specification for this function is as ...Show All

  • SQL Server The task "FTP Call" cannot run ...

    Hi I have created a SSIS package with an FTP call. I have it set to EncryptSensitiveWithPassword. I can manually run the package from my IDE. Once I build it, create a job, it fails. If you try to run the package directly from the Stored Packages in Integrations Services it fails with the following error: Error: The task "FTP Call" cannot run on this edition of Integration Services. It requires a higher leve ...Show All

  • SQL Server Forms Security Extension Sample

    Hi, I have installed the SSRS 2005 Forms based login security extension as per the sample and instructions that come with the product install. I have double checked my work and debugged up to the point explained here. My user is in the database and I can get to the login page. I have traced the code and can see the user being authenticated properly by server.LogonUser, the authentication cookie being created and placed in the response obje ...Show All

  • Visual Basic Config files with VB6

    Hi, I'm using a VB6 + SP5 enviroment, and I need to read a configuration file where exists too many sections (like setup.lst files). In first time I have tried with basic I/O file routines (Open, Read,....) but this method isn't useful because sometimes the information can be on the middle of file. The file like this [1st section] key=value key=value key=value [2nd section] key=value key=value Does anyone can suggest another wa ...Show All

  • Visual Studio Upgrading from VS2005 Standard to VS2005 Professional

    I installed VS2005 standard when it became available to download via the MSDN downloads for subscribers but now the Professional version is available. I have seen in my searches online that upgrading from the Betas must be done carefully, first unistalling everything in the correct order then installing the new version. Does this need to be done to upgrade from Standard to Professional Or can you just install professional over standard and the n ...Show All

  • Visual Studio Team System Diagram designer orders?

    Hello I was  trying a little about the new diagrams on vs 2005 but I just dont know which os the correct order to use them, application and logical and system designer all of them seems to be the same The only one different to my eyes was the deployment diagram Which should be the correct order of implementing each one of these diagrams Any links or recommended reading about each one of these diagrams What about if my Iis server is algo ...Show All

  • .NET Development Regex trying to mimick * in command mode

    Hello, I am trying to use regex to mimick the behavior of * in the command prompt. This is what I have been doing: filePattern = filePattern.Replace("*",".*( x)"); Regex regex = new Regex(filePattern, RegexOptions.IgnoreCase | RegexOptions.Singleline | RegexOptions.IgnorePatternWhitespace | RegexOptions.Compiled); Unforuntately, this also matches substrings meeting the criteria of the string. File1001.txt MyFile1001.txt SomeFile.txt So ...Show All

  • SQL Server Remote Connection problem on MS SQL 2000

    Hello, First, I want to say I read all threads similar this thread and I couldn't solve problem. My firewall is always off when I tried to connect remotly to SQL Server. I opened 1433 port from my router's configuration page and forwarded it to 10.0.0.4:1433. When I started SQL Server service and checking "netstat" with "-na" paramters. It shows only one row as "TCP - 0.0.0.0:1433 to 0.0.0.0:0". What "0.0.0.0" means and why foreign ad ...Show All

  • Visual C# BackgroundWorker and SHGetFileInfo

    The SHGetFileInfo function sometimes does not give the appropriate icon when called from by a BackgroundWorker. As far as I have been able to ascertain you get the correct Icon back as long as the Icon is static for a file type. That is, the Icons for .txt, .doc, etc. are the same no matter which file it is. But the Icon for files/shortcuts with the extension .url or .sln (if you have VS 2005 installed) will have Icons which depend on file and ...Show All

  • Visual Studio Express Editions Programmatically change fields in binding source

    OK, I have a table with 5 fields in it. I display 3 of them on a form and bind them to a table through a bindingsource. So when I create a new record - the user gets to enter the 3 fields.The other 2 fields I want to programmatically set. How do I do this I cannot for the life of me work out how to access the fields through the bindingsource control. I have tried setting up labels that are not visable on the form, and binding them to the require ...Show All

  • Windows Forms The operation has timed out "during install"

    I need help resolving this problem, has anyone seen this message, and if so what is the solution. It looks like its failing on the following line, Not sure what may be causing this. The install works fine on all PCs but not one of our clients. So I'm guessing its a PC issue and not clickonce, but what I don't know, maybe; firewall, .Net 2.0 not installed correctly, internet connection My client sent a screen shot and it starts download ...Show All

©2008 Software Development Network

powered by phorum