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

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

AussieRS

Member List

Ben Westbrook - MSFT
Pham Vu Khanh
SiteGeek
KMahon
Puz
HK.Lee
Jagarm
GSX0r
sherifsoft2002
.net sukbir
desijays
Deken
wayne-o
mole
LarryNeedsHelp
Roman Yurkin
THal
Jose Miguel Retana
DMM-e
yourself_20052006
Only Title

AussieRS's Q&A profile

  • Visual Studio Team System Administer Test controller error

    Can anyone offer me a quick tip for solving this I'm not sure where to change the settings mentioned in the error msg. Thanks. --------------------------- Microsoft Visual Studio --------------------------- Cannot connect with controller 'MyServer:6901'.  If the controller service is not started you may be able to start it by clicking the restart rig button. The following error was received A remote side security requirement was not fulfilled during authentication. Try increasing the ProtectionLevel and/or ImpersonationLevel. --------------------------- OK   --------------------------- I am ...Show All

  • Visual Basic Need Help In crystalreports

    I am using crystalreportviewer to show the crystal report and i am having one button at the form and for the click event of the form i am exporting this report as a pdf file. While exporting it is throwing a exception (Report.Export()) "Error in File C:\DOCUME~1\ADMINI~1.DEV\LOCALS~1\Temp\temp_9ee9495f-2895-4065-a9cd-18800698ea7c.rpt: Error in formula ...." but in the crystal reportviewer i m getting the report clearly. Please send me a good solution... Thankyou Sabari. does the crystal report viewr not have its own pdf export button Seems to work fine for me. Can you open the rpt up in Crystal ...Show All

  • Visual C# How do you do to get only 6 from 2006

    I need the last number of the year to use it to for something else. How do I do it you can try something like this string sNumber = ""; int iNumber = 0; DateTime dt = DateTime.Now; sNumber = Convert.ToString(dt.year); iNumber = Convert.ToInt32(sNumber.Substring(3,1)); Hope this helps.     ...Show All

  • Windows Forms main form losing responsiveness

    Howdy all. I'm building an app and this is essentially how it works. I've got a winform. On the left is a tree control. On the right I've got a panel, which I call ControlHoster. What I do is change the content of the panel's control collection based on various user actions so the form can change dynamically as they work. I've tried creating& ...Show All

  • SQL Server Migrating SSIS Packages to Production and Job Scheduling

    I have migrated several (7) DTS packages to SSIS in a development environment. In this environment these packages all work as designed. I am now in the process of placing the .dtsx files on the production server and scheduling jobs around them. I am encountering problems in 3 of these 7 packages. I get the following error: Message The job failed. The Job was invoked by User <domain\user>. The last step to run was step 1 (Create and Transfer Credentialling Data). This is not what I would call very informative. I have opened the dtsx files in question in BIDS on the production server and each has the following error reporte ...Show All

  • Visual Studio Express Editions Suite integration toolkit failure during setup

    Hi, I downloaded Visual C# .net 2005 Express, but even before the setup continued, I got an error, something about Suite Integration Toolkit failure. Did anyone encountered this error before This is what I did : I downloaded the 2.9 MB setup file, and while it copies 39 out of 39 files and starts preparing for setup(the actual downloading and installation), this error appeared. I've a clean system and have uninstalled all versions of Visual Studio and any .Net framework whatsoever. I've a 2GHz Pentium 4, 512 MB of RAM and Windows XP Service Pack 2. Below is the screenshot for your reference. http://www.norse-myths.com/SS.JPG Thanks! Xeon. ...Show All

  • Visual Studio Team System Will there be an upgrade path from Team Foundation Server Workgroup to the unrestricted TFS?

    At the current moment my organization has less than 5 users who need to access the Team Foundation Server so the Workgroup version of TFS will be perfect.  Will there be an upgrade path from Team Foundation Workgroup to the unrestricted Team Foundation Server for when our organization grows Thanks. Upgrading is painless: http://msdn2.microsoft.com/en-us/library/ms404848.aspx ...Show All

  • SQL Server Set Report for Snapshot History via Web Service?

    Hello, Part of our Reporting Services 2005 implementation calls for the creation of a report (RDL) and uploading it to our RS server for deployment, all done programmatically.  We'd like to have the uploaded report set up for snapshot history.  Does anyone know how to do this programmatically through the web service   I know how to do it manually through Report Manager, but can't seem to find the right method calls to do it via the web service. Thanks in advance BTW: the report we create meets the requirements of a snapshot history report... i.e. default report parameters, and a stored credential datasource. ...Show All

  • Visual Studio Express Editions Finding row in gridview

    How to finding row in gridview with value typing in textbox. I have moved your post to the VB Express forum judging from your previous post. Keep in mind that your post is quite vague and you might want to beef it up with more information what you are trying to achieve and how you are doing it. Read this post for more help how to help others help you http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=227937&SiteID=1 ...Show All

  • Windows Forms UserControl in IE taking a long time with Async Events

    Trying here since no answer in the others grps] Hello all: I am building an intranet application for use with our company's call center that allows operators in the call center the ability to communicate with one another, exchange files, images, etc... via the corp intranet. Very similiar to a standard chat program, the difference being that this app will eventually hook  ...Show All

  • Visual Studio 2008 (Pre-release) Hardware rendering on large resolutions

    Hello All, I am writing an application with WPF making use of 2D and 3D graphics and animation. The application is ultimately destined for a very high resultion display (3000x1200). In testing this app I find ( with the help of Perforator ) that running the app at greater than 2050 wide results in all rendering being done in software rather than hardware, thus slowing the app to a crawl. What I am wondering is if this is a limitation of my hardware (Radeon 9800) or of WPF. If it is a WPF limitation, will it be addressed in future versions and if it will, when this is likely to be. Marcus Thanks for ...Show All

  • SQL Server username password

    hi, it s just a stupid question but i installed MS SQL Server without enteing username and password and now it s asking for them. what username and password could it be thank u Try to use Windows Authentication mode: BUILTIN\Administrators can logon to MSSQL by default. ...Show All

  • SQL Server Errorcodes Ole DB destination error

    I send my error output (errorcode , errorcolumn) of an Ole DB destination to another Ole DB destination. How do I know which errordescription belongs to an errorcode. For example errorcode "-1071607683" http://blogs.conchango.com/jamiethomson/archive/2005/08/08/1969.aspx -Jamie ...Show All

  • SQL Server AMO Browser Sample

    Hey guys, Since I'm new to SQL Server 2005, I was testing some Samples that came with it.  Now, I'm having problems with the AMO Browser.... everytime I run it, it gives me the connection and the AMO Browser pop-ups but when I try to connect (Analysis Services Server: Data Source=localhost) It gives me an error: A connection cannot be made. Ensure that the server is running Additional Information: No connection could be made because the target machine actively refused it (System) Show Technical details All Messages: =================================== A connection cannot be made. Ensure that the server is running. (Microsoft.Analysi ...Show All

  • .NET Development String encoding

    Hi all, I use a webservice by mobile calling it. in the mobile I enter data and send it as a string to the webservice. The mobile deal with the data as UTF-8. when I send the string to the webservice I recieve marks. what can be the problem What is the encoding method in the webservice side The string in the mobile looks like: "\u12EA\u23SE..." How can I check the encoding method. Please help... You should not use UTF-8 encoding in the application: all stings should be send as Unicode. What kind of problem you had with receiving Unicode strings from webservice Thanks, Elena ...Show All

©2008 Software Development Network