4
votes
1answer
29 views

Locking files when building in Visual Studio 2010

Hello there, Stackoverflow. Recently, when I've been programming in Visual Studio 2010, I've been getting the problem with VS locking the bin/Debug/(ProjectName).exe file when trying to build and ...
-3
votes
0answers
20 views

Connecting visual C# 2010 and mqsql 2008 express edition [closed]

I have created a database name User . i need it to connect to the visual C# 2010.Please tell me how to connect User database with my visual C# project
0
votes
1answer
22 views

How to Change path to a report in c# winforms

I work on two computers(database,forms,reports) and I added report but when I move the Project to the other computer and I try to activate the reports it shows an error. The error says that the path ...
2
votes
0answers
59 views

Display of html contents in C#

I want to display pdf to html contents parallel. For conversion I used iTextSharp from PDF to HTML. The html contents are in format like <span style="background: ...
0
votes
0answers
11 views

Running ASMX web service on STA

I have made one web service (.asmx) in C#. But I want to run that service on STA (Single Thread) as I am calling COM component from that web service.In web application there is mode AspCompat="true" ...
0
votes
2answers
35 views

having trouoble executing a “cmd” or batch file from c#

i need to run a batch file (or a cmd) from c# . my code is this simple: Process.Start(@"C:\b.bat"); Process.Start(@"cmd.exe"); i have also tried Executing Batch File in C# , and many other sites ...
0
votes
0answers
68 views

Upgraded a C# Window Form to VS2010, now Main is not called

I have some legacy code in VS2008 and now I upgraded to VS2010. The project is targetting x86. I run it and it immediately terminates. The main function is not called. I have set the startup ...
0
votes
1answer
19 views

Adding service reference to VB.NET project missing nested classes

Having trouble adding a service reference for a vb project in vs2010. I'm able to add the service reference but some of the nested classes (class.nestedclass) are missing. These classes show up fine ...
0
votes
1answer
14 views

Visual Studio Setup Project Wizard Custom

I want to create a single .exe or .msi program that creates a custom folder structure (which I know how to code in a vb.net) and then deploy two .exe files into this new folder structure. Thats it! No ...
0
votes
2answers
53 views

C# completely loading a WinForm without showing it (VS2010)

Working with DevExpress 2012 vol 2.10 C# on top of VS 2010 First question seems to have been unclear... So lets clear it a bit (or try to at least)! We are building a MainForm with a Ribbon ...
0
votes
0answers
30 views

Why does a custom control raise an exception in the Designer, yet work at runtime?

I have a third-party display control for a USB camera's image, set up in its own window, using XAML as follows: <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
0
votes
2answers
20 views

retrieve values in selected row of gridview from wpf

I am new with WPF. I am trying to retireve values of selected row of gridview in respected text boxes. In windows application, i use to do it like: ...
0
votes
2answers
20 views

sharepoint book for beginners from very scratch [closed]

Can anyone please refer me a good book to study sharepoint as I am pretty new to this. I am quite familier with the language c#
6
votes
1answer
54 views

Running a program gives me different results from debugging mode

I've provided a simple code which will output 10 random digits that are in between 0 and 100. When I run this in visual studio (C#) using F5, I get the same number 10 times. However, if I run it ...
-1
votes
1answer
19 views

How to Drag Label Button inVisual studio 2010 C# Fronet End Runtime [closed]

friends, My customer want to print their customer record (name, address, phone) etc on various size paper, they want to develop some control where they can drag move (Left -Right, Top, Bottom) ...

1 2 3 4 5 615
15 30 50 per page