sami27913's Q&A profile
Visual Studio Complet uninstall of VS2005
Hi Can somebody tell me, how to completly uninstall VS2005 I followed the guide int this thread But after reinstalling I still have the old configuration! It seems like there are some files left but where Norbert the old project list (even i deleted the "my projects" folder) some settings for the device connectivity appearance of the VS Suite (windows, tabs and so on) The folder \program files\\Microsoft Visual Studio 8\Common7 is still there It seems I fixed my problem I searched through my HDD an deleted everything which looks like it belongs to VS2005 and I thing i removed the right file because th ...Show All
Visual Studio Express Editions Visual C++ Express registration does not work.
I got the activation key. Tried to enter it several time. It's always rejected. I can't believe you can't get this right. I cut and pasted the "Access Code" from the web page. ie did this Step 1. Copy the 14-digit activation key from above. Step 2. From Visual C++ Express Edition, click on Help/Activate Product.... Step 3. Paste the activation key into the Product Activation Dialog and click the 'Activate Now' Then get dialog - Activation failed etc ..... Come on "Gives us a break". Windows is *** - you agree ...Show All
.NET Development Date Formatting with a DataList
Hi there, I'm binding data to a datalist on a webform in C#. My problem is that I have a Date field that gets binded properly, but it shows the long date format and I need it to be short. In my webform HTML code I have <% # DataBinder.Eval(Container.DataItem, "ReleaseDate") %>, so I was hoping I could possibly format it there somehow Any help will be appreciated, Thanks. Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39 The sh ...Show All
Windows Forms hosted DesignSurface - editing Controls (e.g. ComboBox) => Crash
I am playing with hosting a designer and I am already quite satisfied with my current test of a hosted designer - except that some controls crash it. I am just hosting a DesignSurface, add a ComboBox from my Toolbox, then click on the glyph for the smart tags, then click the check box "usw data bound items" once to activate. After doing that and leaving the smart editing again, so that this popup box is closing, I cannot enter it again - if I do so the application crashes with a NullPointerException: at System.ComponentModel.Design.DesignerActionPanel.TextLine.OnParentControlFontChanged(Object sender, EventArgs e ...Show All
SQL Server My SSIS Presentation.
I was demonstrating some of SSIS's capabilities to our Software Development Manager and VP of IS. (We are deciding which ETL tool to use for our DW project. So goes this project goes the house).They liked what they saw and were crazy over Fuzzy lookup but commented that SSIS seems very much oriented toward the programmer side of the house. It was, maybe, not the best tool for the Business analysts who are working closely with us on this project. Any comments on their comment I wonder if SSIS "data source views" (which I haven't looked at at all) address their concerns Barkingdog SSIS ...Show All
Visual Studio 2008 (Pre-release) Subscribing for events from code
Hello, I'm after installing Jan CTP. It appears to be no means for generating event handlers from within IDE, or at least I couldn't find them. Normally double click or a button in property bag's header DID that. Anyway - I was trying to type something like: button1.Click += new WhateverEventHandler(...); from within InitializeComponent routine. button1 is null, therefore my code got failed. I found a place (some Connect proc with the switch within, which consequently sets my form's vars to something meaningful) -I'd be curious if it's the only place I can do my stuff from. The question is which place can I safely subscribe for my ...Show All
Windows Forms Deployment: Installation Project
I can create an intallation program using the wizard but that is about all I know. The installation program created from running the wizard requires that you uninstall the existing program first using Add/Remove Programs in the Control Panel. How can I change this to allow the install program to remove the program I have found it to insist on& ...Show All
Windows Forms Call Windows Calculator
Hi All, How can i make a button, when i click the button the windows calculstor will be pop up i havnt any idea. Please Help. Thx a lot. Laputa not sure what the executables name is, but you can use this System.Diagnostics.Process.Start("path to exe"); ...Show All
Visual C++ Compile warning D4024 and Link error LNK1181
I'm trying to convert a couple of projects from VC7.1 to VC8 and encounter this erorr for building /rebuilding every project. I have VS2005 Professional Edition, SDK 2005 April, Windows 2003 SP1 DDK installed. Error message: 1>Compiling... 1>cl : Command line warning D4024 : unrecognized source file type 'y_/', object file assumed 1>LINK : fatal error LNK1181: cannot open input file ' |/.obj' Please give some idea. Thanks. joshep wrote: it looks like you are using an older compiler & toolset (the ddk compiler, it looks like), which doesn't support Unicode files. in order to use ...Show All
Software Development for Windows Vista Question about EventDeliveryFailedException: MessageQueueErrorCode QueueNotFound
Hi, I have written a local service with a couple of events. If no activities are listening to the event, then I will get the following exception. So what is the recommended way of raising event from the host Should the host: 1. Make sure the queue exists before raising any event Or 2. Write exception handler to ignore EventDeliveryFailedException System.Workflow.Activities.EventDeliveryFailedException: Event "OnItemChange" on interface type "TestWorkflow.ITestWorkflowService" for instance id "e58fdacb-3260-4537-a78b-ab9e5f253ba8" ca ...Show All
SQL Server How to create report using WebService as DataSource.
Hi, We created a simple web serivce having a Web Method which accepts a string parameter and returns "Hello World" concatenated with parameter value. We tested this web service by browsing it through IE and it was working fine by accepting a parameter and displaying the "Hello World " concated with the value given through the parameter when clicked on "Invoke" button. We now created a Reporting Services 2005 project using BI having a report for which the data source will be the web service which is mentioned above. We defined a parameter for the report which will pass the value to the webservice and the report will display the returned value ...Show All
SQL Server Error using Reporting services
Greetings, Iam new to reporting services. When I try to launch http:\\localhost\reports I get the following error The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'Unknown'. The expected version is 'C.0.8.20'. To continue, update the version of the report server database and verify access rights. (rsInvalidReportServerDatabase) Please help Thanks/Regards I get the same message. Only the version is different. ReportServicesConfigUI.WMIProvider.WMIProviderException: The version of the report server databas ...Show All
SQL Server Page in Excel File
Hi, I have made some simple single table reports and using ="Page " & Globals.PageNumber & "/" & Globals.TotalPages to display the page no against total pages It works in the report previewer and pdf export, however, when I export it to excel file, all the reports display only Page 1/1. Am I doing anything wrong or is there any bug Anyone have solution/workaround and similar experience Please help. Thanks. Hi Hobbs, I put the page no. in the page header. I create a text item in the page header and set the value to ="Page " & Globals.PageNumber & "/" ...Show All
SQL Server SSMSE Cannot show requested dialog
In Database Properties | Permissions when I highlight a "user or roles" and click "Effective Permissions" I get an error dialog as indicated below. Given that this is beta software, is it a known bug, or is it something I'm doing John =================================== Cannot show requested dialog. =================================== Could not load file or assembly 'file:///C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\sqlmgmt.dll' or one of its dependencies. The system cannot find the file specified. (mscorlib) ------------------------------ Program Location: at System.Reflection.Assembly. ...Show All
SQL Server SQL Server 2005 Express import of Access
I have installed SQL Server 2005 Express on a laptop for development purposes and would like to import some Access databases that I was using coupled to programs written in VB 6. If using SQL Server 2000 I could use the management studio to automate the import but I can not find any way to do this in Management Studio Express. Would have thought that this would be the typical migration route - Access to Server Express Is there some way to automate this procedure Thanks I don't think that feature is available with Express. http://www.m ...Show All
