stevantosic's Q&A profile
Windows Forms designer view causes vc# to crash - please help
Hello everyone! Im a newcomer to .NET and C# and recently (about a month back) I had started using visual C# express edition 2005 beta . It worked just fine uptil about a couple of days ago. Two days ago, I started vc# express and chose 'New Windows Application' under File->New->Project. (1)Now, earlier this would have meant that the design view would have showed up. However,now vc# just opens a new project,displays the property window fo ...Show All
Visual C# Problem Path length allowed for new project in VS2005
I am getting a very strange error in VS2005 Team Developer Edition. Here is the scenario: I go into FILE/NEW/PROJECT/Visual C# Windows Console Application. I get the New Project dialog box. I am looking to use the following as the Location: "C:\Documents and Settings\XXXX XXXXXXXXX.ZZZ-ZZZZZZZZZZZ\My Documents\Microsoft Press\Visual CSharp Step By Step\Chapter 1" (I have replaced my name with X's and my machine name with Z's in the example above ...Show All
Visual Studio Team System No Message - no Result!?
Hi I'm running a FxCop project with some assemblies. One assembly doesn't contain messages (assembly is clean). This assembly doesn't appear in the report. As well when I run FxCop in command line. FxCop command-line even produce no output when the complete FxCop project contain no messages. Is this a feature or a bug Thanks Hubertus This is by-design. To force FxCopCmd to always output ...Show All
Visual C# Hibernate and Suspend
hi ppl,,, i have an application that will be able to shut down system, rboot hibernate and suspend.. i allready worked out the hibernate and suspend.. but i just dont find the way to hibernate and suspend ( actually i dont know if those 2 are diferent things lol) .. so does anybody know how to do it thx mig16 Youssef, thanks for you reply. Indeed, this is a easier way but only works in .NET 2.x, here is the MS ...Show All
Windows Forms Prevent NumericUpDown from rounding up values
Please help guys, Is there a way to prevent a numeric updown control from rounding up decimal values.. In your NumericUpDown control: 1. Set the DecimalPlaces property to the number of decimal places you want, say 2. 2. Set the IncrementProperty to the exact increment/decrement. 3. Set the Maximum and Mimum values. The steps above will make your NumericUpDown to support FloatingPoint. Hope this helps, -chris ...Show All
Visual Studio Tools for Office VSTO 2003 Security Violation message
I am just starting to transition from VBA to VSTO. I cannot get either an Excel/word project to run because of some .NET security settings. "Current .NET policy does not permit WPTest to run from the folder .\WPTEST_bin\." I tried to change the security settings thru .NET configuration - no luck. Also, both Word and Excel display an error message/warning when I try to launch them > independently right after the abov ...Show All
Visual Basic Debugger is extremely slow
Has anyone else experiance really slow debugging in VB.Net Beta 2 Yesterday was the first time I used it to step through code line by line and I was shocked. It's a simple project with one form using a datagridview and it was horrible. We are talking a 3 - 5 second delay every time I hit the F10 key to step over... Thanks, Aaron I have found a workaround posted here: Would this be sufficient for your team to try ...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 Exp ...Show All
SQL Server SSIS urgent help!
Hi, I am new to SSIS. I have been searching for some examples to use Expression Builder in SSIS to use derived columns transformation...I basically want to perform tasks like - 1. Add a new column to my flat file data source (also, next Excel datasource) on the run (which simply contains a constant string ex: "TXT") and add this column as the 2nd column before loading into destination. (SQL Server DB table) 2. Rearrange my datasourc ...Show All
Smart Device Development VS2005 Embedded Compact Framework 2 Deployment
Typically when developing for an Windows CE device such as a PDA you can use activesync to deploy the app and the version of .NET CF if its not available. Situation: Using Platform Builder CE5 have created an image (with .NET CF 1 as in the catalog). Given connectivity problems I often just build my CF apps to the FlatRelease directory and can then run on the device (OS running in debug mode) from there, or ...Show All
SQL Server NET Framework error occurred during execution of user defined routine or aggregate 'getSalesOrdersHeaders'
Hello. I got this problem, I am trying to execute a stored procedure DLL from asp.net 2.0 page. It was working friday and it doesnt work anymore, I havent chagned anything on my configuration as far as I remember. .NET Framework error occurred during execution of user defined routine or aggregate 'getSalesOrdersHeaders': System.Security.SecurityException: Request for the permission of type 'System.Data.SqlClient.SqlClientP ...Show All
Visual Studio Express Editions Help plz
hi, first of all to get answer you have to edit your message title (look to the top of this forum how to get optimal answer") in your connection string "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=C: ...Show All
Software Development for Windows Vista Beta 2.2 - accessing current workflowRuntime woes.......from an ASP.NET Web Service
Hi all, (specifically as a ASP.NET ws) In beta 2 - I used the ...WorkflowRuntime.Current a fair bit in this solution. It's not there anymore - I've seen some posts on some 'workarounds' or new ways to do it (i.e. instantiate your own runtime in the global.asax and store it somewhere safe - e.g. Application, static class etc.) Here in lies my problem. 1) I created a standard sequential workflow and added the WS receive + WS response s ...Show All
SQL Server SSIS Configuration
Hi, My requirement is to have the connection strings for the source and destination to be a parameter for the packages that way they can be changed from the sql job scheduler. Please let me know how to go about it. Any help will be highly appreciated. Thanks Vijaykishan No, your property path is wrong. This: http://blogs.conchango.com/jamiethomson/archive/2006/06/01/4020.aspx tells you ...Show All
.NET Development Sockets: two way comm. and extended conversation?
My ideal is to have a continuoulsy open connection where either system can initiate a conversation, and that conversation can consist of multiple sends and recieves. The simplest socket connection is delightfully easy: client.connect stream.write stream read But that is only a single call + response. Is is possible to have multiple write + read pairs in some kind of loop All the examples I have seen always close the connection.&nbs ...Show All
