Fakir's Q&A profile
Visual Studio 2008 (Pre-release) Problems with WCF
Hi everybody, I have a problem with Indigo. I have installed the WinFX following the instructions. Then I try to build the first application. I open VS2005, new WinFX service and I have the defaul application. Run application and I receive that I am not authorized to view this page. Instead the other applications (ASP.NET and Web Services) run right. Where is the error Thanks, luca Hey Rich I have i ...Show All
.NET Development Sharing a DataTable between functions
Hello! I have a problem with a DataTable. I want to share it between these two functions. I load data in the Page_Load but when I enter the Next_Click the table is empty. What do I do wrong Regards Kristian private DataTable sort_tbl = new DataTable (); protected void Page_Load( object sender, EventArgs e) { if (Page.IsPostBack == false ) { ConnectionStringSettings connString = ConfigurationManager .Connection ...Show All
SQL Server SQL Server 2005 did not install
When installing Visual Web Developer 2005 Express Edition, I got a message stating that Microsoft SQL server failed to install. I tried twice with the same result. Is this a package which can be used by a home user, on a 1.1 GHZ Celeron processor with Windows XP Home SP2, 512 MB memory and 40GB hard disk If so, what programs should be present in C:\Program Files These are what I find: Contents of C:\Program Files\Microsoft SQL Server\80\COM ...Show All
Windows Forms Resizing and Repositioning Control on a Windows Form at runtime(.Net)
Hi Is it possible to resize, repositioning controls like (TextBox, Label, ....) during runtime on window Forms in (DotNet). How to proceed with this. Thanks Sriram Do you want to do it something like the VS.net designer If not,you can set the Location property and Size property at any point of time. ...Show All
Visual Studio Team System Tools/Connect to team foundation server -> unable to connect to the remote server
I've installed a single server tfs beta 3 and successfully connected to it from vs2005rc1 by using the server's internal ipadress. However now my laptop isn't connected to that internal network anymore and i want to connect to a different tfs but as soon as i click Tools/Connect to team foundation server i get "unable to connect to the remote server". It seems like it's trying to connect to the existing tfservers when going to that wizard but it ...Show All
Visual Studio Team System error 32000 during install
Im trying to install team foundation server using the 1 machine option, so in a virtual pc environment I installed win2003 , sp3, Sharpoint services 2.0(verified it was working), sqlserver 2005(verified it was working) , then created a TFSSETUP account, logged in as that and started the team foundation server install, once it reached 99% complete(of course it has to do it when you are just about done), it comes up with this following error: Erro ...Show All
Windows Forms TableAdapter Update Error
I made a TableAdapter and use ObjectSource to bind it to GridView, when I insert new rows it works OK, but when I try to Update or Delete it gives me this error: ObjectDataSource 'RegionObject' could not find a non-generic method 'Update' that has parameters: RegionDescription, original_RegionID. Version Information: Microsoft .NET Framework Version:2.0.50215.44; ASP.NET Version:2.0.50215.44 Thanks Alaa Bhr Software Developer ...Show All
Smart Device Development Issue connecting to network machine from emulator.
I have the emulatro version installed with VS 2005 CR Team edition. Here are the steps: 1) Start the Device Emulator Manager 2) Right-click on Pocket PC 2003 SE Emulator and click Connect. I get the emulator window. 3) Right-click on Pocket PC 2003 SE Emulator and click Craddle. The ActiveSync connects and I get the Connected Synchronized message. 4) Use the Internet Explorer and connect to a web site. I get the page back. 5) Go under File Explo ...Show All
Visual Studio Adding additional RenderingExtensions
Hello. Our company is a small ISV that is hoping to use the Windows Forms ReportViewer for a number of things, among them the archiving of billing invoices. This requires us to be able to export to a "carbon-copy" type of output format, such as PDF. Our application ships with MSDE, so we're unable to use the full version of Reporting Services. PDF is not a supported export format for ReportViewer, but we were able to get this ...Show All
Windows Forms Read and view PDF files like adobe activeX
Hi, How to read and view PDF files like adobe activeX Thank's Alexei Hi, I have found how to do search. In path of pdf need to add #search="words to search". Also there can be another parameters. Thank's Alexei ...Show All
SQL Server Cost of SQL Server 2005
if anyone knows the cost of SQL Server 2005 Standard Edition Licence then please reply See http://www.microsoft.com/sql/howtobuy/default.mspx#EDAA ...Show All
Visual Basic Using a Variable inplace of a Textbox name...
Im writing a piece of software with over 200 text box's in it, most of which are not displayed until certain criteria are met. What im trying todo is be able to use the name of a variable inplace of the text box title in conjunction with visible = true to save myself a heap of code. EG: Private Sub BoxShow() LabelValue.Visible = True <- which dosnt work ofcourse Count = +1 End Sub LabelValue is being set as the name of the text box, ...Show All
Visual C# foreach loop stays in infinite loop when an exception occurs.
My code reads a list of files from one directory and moves them to another directory. The problem here is that if an exception occurs, then the code get's stuck in an infinite loop. Meaning the value stored in fileName stays the same, and is not updated(incremented) with the next string value in the fileList. The exception will be caused if someone has the file open, or locked by another application. What I need to do is to gracefully ...Show All
Visual Studio What can be created with DSL?
Is DSL just for structural design or processes could also be designed How DSL development is different from developing a framework from extensibility point of view and by aplying changes How constraints are implemented are there any relations with OCL Could DSL be used for Data modelling (keys, trigers, constraints) Dear MS DSL Team, I am really impressed by what you have come up with so far. But wh ...Show All
Visual Studio The Operation could not be completed. No such interface supported
I have visual studio 2005 Team Edition and visual studio 2003 installed. After removeing the CTP edition and reinstalling 2005 and 2003 serveral times. I finally have everything working again. VS 2005 displays a message box with the error message whenever I try to search the help documentation. If I am in the IDE the help page will launch with the message box. If I click the search button in the help tool bar the message box appears aga ...Show All
