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

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

Wicket

Member List

Will Merydith
Robi-Robo
SNAFU
The ZMan
DB007
TerryMcP
sasllc
ahmadifx
clintonG
seihincn
Ashari Imamuddin
Alex Wied
drewex
Evgeny Popov
KitGreen
TrevorW
Tdar
Jason Zhang
Mayer Thomas
Smealum
Only Title

Wicket's Q&A profile

  • Visual Studio Express Editions "This project is out of date" on Debug Immediately After Successful Build

    When I try to run my application with the debugger, I get a pop up which says: Visual C__ 2005 Express Edition This project is out of date: ProgName - Debug Win32 Would you like to build it [Yes[ [No] [Cancel] [ ] Do not show this dialog again I find this somewhat bothersome, because the very last thing that I did just before that was build the application. And the build did complete successfully (immediately before I clicked on Start Debugging -- F5.) Nevertheless, I've debugged the application and it works OK. But is there a solution to this annoying pop-up Dan iccle wrote: Unknown Name wrote: But is there a solution to this annoying pop-up Yes there is, check "Do not show ...Show All

  • SQL Server conditional formatting in reporting services (2005)

    I am new to reporting services and am unable to get cell colouring conditional formatting to work in of a report. Basically I need to have the following: >-5% = "Red" Between -5% and -1% = "Green" 0% = "White" Between 1% and 5% = "Green" >5% = "Red" Here is what I have tried to use: =iif((Fields!TrueUpPercQ1.Value >0 and Fields!TrueUpPercQ1.Value <=0.05) or (Fields!TrueUpPercQ1.Value < 0 and Fields!TrueUpPercQ1.Value >=-0.05), "Green", iif(Fields!TrueUpPercQ1.Value =0, "White","Red")) Any ideas Thanks Try this.... =iif((Fields!TrueUpPercQ1.Value > 0, "Red", ...Show All

  • SQL Server Connect to many server

    Hello, I asked this question before and being told to use configuration table to connect multiple server. Here is the question again Problem: I need to connect around 50 different server and run the script (which creates a temp table and returned the result set which I need to insert or update to table) I try to create configuration table added my servers there by when I am runing the package it is only running against one server only where is connection is created. Here is SSIS Configuration table ServerName, sqlserver1, \Package.Connectionsnstm0621dap.MSSQLCentral].Properties[ServerName], String ServerName, sqlserver2, \Package.Connectionsnstm0621dap.MSSQLCentral].Properties[ServerName], String ServerName, sqlserver3 ...Show All

  • SQL Server Error connecting to remote server using sql server 2005 management studio

    I have a sql server 2000 database on my server with following setting Server name KamiServer and IP range: 201.134.180.180 - 201.134.180.190 The SQL login (read-only access) is: Kamran and the password is: Shahid When I try to caonnect it through Sql server management studio I got Following error Testing the registered server failed. Verify the server name, login credentials, and database, and then click Test again. ------------------------------ ADDITIONAL INFORMATION: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No such hos ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Any other parameter of EffectEdit.exe ?

    After read the HLSL workshop in DirectX c++ document. I found Effectedit is a very good tool to learn HLSL. In the workshop .fx file, We can see that there is a string parameter "Environment" to set the Environment Map parameter.But I can not find any information about string parameter "Environment". In the help file, there are only information about string parameter "BIMG","XFile". I want to know : are there any other "parameter" of EffectEdit.exe PS: In the latest SDK ,there is not "EffectEdit.exe". FX Composer CAN open HLSL .fx files. You should really wait for the Content Pipeline to be released before trying to tackle ...Show All

  • .NET Development Issue with culture settings in IIS

    Having converted a .NET vs 1.1 website to 2.0, and having deployed it to an XP machine, everything seemed to work fine. So, we deployed the new software to a Windows Server 2003 machine. We noticed that we kept getting dates displayed in US format where the local C# code was not culture specific. The website is fairly large (4,500 files) and is one I inherited so I was a bit put-out that I might have to code culture specific processing of every date in the system. So, I started to look for a global solution. After much testing and experimenting, I discovered that when I used the IIS configuration tool to set the culture and I specified "en-GB", the globalization setting was removed from web.config, otherwise the setting was placed in ...Show All

  • SQL Server Master and SubReports

    Hi All, I am new to Rs2005. I have 4 seperate reports, r1, r2, r3, r4,.....etc. I want these reports to be called in sequence in a Master report. I want to make all 4 reports 1 big report. Can this be done, and if so can somebody please point me in the correct direction. Many Thanks in advance. Kenny   Hi, I'm not sure if it is a good alternative for your problem but have you checked the document map This gives you some kind of a TOC but on the side of your report. Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All

  • Windows Forms UserControl with ComboBox

    My aplication needs a usercontrol consisting a combobox. So I have to provide the commonly used propertiesfor the comboBox for this usercontrol as well. I build this UserControl DLL and using in some other Windows Forms, but then some problems arises. I have few problems in that: 1. There is a property called "FormatString", I have attached the editor "FormatStringEditor" also with this while declaring this property. But when I try to use this property in the "property-pane" I am getting an error Object Reference not set to an instance of an object" 2. I have also exposed the property for "Text" and "Items" and attached these properties to the ComboBox corresponding prop ...Show All

  • Windows Forms Is this possible in .NET?

    Is it possible to make this kind of toolbar in .NET. If so how Matt Yup. You can make something exactly like that just using a Windows Form. Just drag a toolstrip onto it, size it how you want, and wa la! If you want cool looking graphics, then you will have to look into skinning a windows form. ...Show All

  • SQL Server Problem Upgrading from MS SQL 7.0 to MS SQL 2000 (upgrade option disabled)

    Ladies & Gentlemen, I realize this must be an unexpected question in this day and age of MS SQL 2005, however, at my company i need to upgrade from SQL 7.0 to SQL 2000 standard on a WIN2K machine. can anyone out there tell me why the option to upgrade ("Upgrade, remove, or add components to an existing installation of SQL Server") is disabled I'm reading that i should be able to upgrade without having to install a second instance. thank you thank you, i am trying to upgrade from Microsoft SQL Server 7.00 - 7.00.1063 (Intel X86) (standard edition) but my IT admin gave me SQL 2000 personal edition. I now have the SQL 2000 Standard edition and it is working. thanks again ...Show All

  • Visual C++ Help Me Please

    Hi im learnig VC++ 2005 and something wierd is goin on with my compiler.. when ever i build and run my projects an error pops up saying "This Application Has failed to start because MSVCP80D.dll was not found. Re-installing the Application may fix the problem." but here is the wierd part the file MSVCP80D.dll is present in my C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c folder i can see it but how come VS is not detecting it and i even tried re-installing the software but it doesn't seem to work can someone please help me!!! Thanks If it was previously in release configuration, the reason for the error was simply that debug libraries are not made available ...Show All

  • Visual C++ Singleton syntax for managed code?

    Is there an appropriate syntax for a singleton for managed code The classic, basic singleton is: -- [code] class Singleton { public: static Singleton* Instance(); protected: Singleton(); private: Singleton(const Singleton&); static Singleton* xinstance; }; //implementation: #include "Singleton.h" // Implementation Singleton* Singleton::xinstance = 0; Singleton::Singleton(){}; Singleton::Singleton(const Singleton&){}; Singleton* Singleton::Instance() { if (xinstance == 0) { xinstance = new Singleton; } return xinstance; } [/code] How does the aboive change for managed code beyond adding the "ref" keyword before the class declaration I'm not sure what you're try ...Show All

  • Visual Studio Express Editions Registration Benifits Problem

    When I try to download the e-book, all I get is an aspx file. How do I download those benefits If your trying to use a browser other than Internet Explorer - such as firefox you may get this. Use Internet Explorer and you should be ok. ...Show All

  • Smart Device Development Using encryption in Client-Server Model

    Hello, My application works in client-server model. It contacts frequently to server in the form of request, which is built in the form of XML, and server responds with proper reply, which is again in XML form. Now for making this communication secure, I want to encrypt-decrypt request and response. My question is that my application already heavily uses bandwidth of GPRS and making this communication secure adds one more layer and will affect performance. I want to ask which third party API I should use so that performance is not degraded to great extent. I am using CF 1.1. I cannot use 2.0 for cryptography namespace. -Viral Did you consider using SSL for encryption This ...Show All

  • Visual Studio How-to: create a custom tool that runs directly against a model file

    The T4 engine that ships with the DSL tools gives you a flexible way to generate text output based on the contents of a model by running a custom tool against a template.   However, in a production environment, you may not want a user of your designer to have access to the template. You might prefer the user experience to be more like that provided by the Microsoft dataset generator, where the custom tool runs directly against the model file, rather than against a template.   This is very easy to do using the May release of the DSL tools.   1) Create and test your template as normal, but then put in a placeholder in the directive where the name of the model would usually go e.g. “%MODELFILENAME%”.   2) ...Show All

©2008 Software Development Network