First  |  Prev |  Next  |  Last
Pages: 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
The application cannot start
I have been using Visual C# Express 2010 Beta 2 for a few months. Today I tried to use it and (after about 1 second) I got a message "The application cannot start". I found some advice at http://blogs.msdn.com/visualstudio/archive/2009/10/29/how-to-fix-the-application-cannot-start-error.aspx and ran vcsexpress /r... 24 Jan 2010 22:34
VS2008 C# solution
I added in my VS2008 C# solution a new dll but its output is created only in its own directory and not copied to the main executable project. Is there any idea please? Thanks Morris ... 20 Jan 2010 08:25
Visual Studio 2005 and .NET framework 2.0 SP2 deployment
I would like to ask. How to make the deployment project made by Visual Studio 2005 to detect that the client computers are not installing .NET frame 2.0 SP2 and if it is not installed, then it will start install SP2? Thanks. Best regards, FAI ... 20 Jan 2010 04:02
An example from a book is method NewFloorRequest in the right class
* Peter Duniho wrote, On 20-1-2010 0:24: Jesse Houwing wrote: If you take the elevator idea (it is a nice concept), then you don't need to maintain which person wants to go where. Just that a person wants to go there. And then the elevator can notify each person that it has arrived on a certain floor... 20 Jan 2010 21:57
LC004: Problems with license compiler
Hi, I created a UserControl and licensed it with the LicFileLicenseProvider. When I try to build a license file the license compiler throws the following exception: error LC0004 : Exception occurred creating type 'NavigationControl.NavigationControl, NavigationControl, Version=1.2.0.1, Culture=neutral, Public... 19 Jan 2010 12:25
TableAdapters not referenced
I am using a tutorial to play with typed datasets. http://msdn.microsoft.com/en-us/library/aa581776.aspx I used it on my VS 2005 program and then on my VS 2008 (my laptop doesn't have 2005). In 2008 when I created my AllProducts.aspx page and copied the code from the the tutorial it worked fine in 2005. ... 19 Jan 2010 11:17
Printing question
This is a very general question so I might miss something here but this is more of help direction than anything. I need to develop a web app (may be create a silverlight client) which reads bunch of xml and associate them appropriate XSLT and allow users to print them. What is the best way to go about doing it... 19 Jan 2010 14:41
Searching XML
I'm working with a substantial XML file. I need to locate a node with a particular value. I don't have much experience working with XML files. I found the XPath classes. Looks like I can use them to iterate through the nodes and find what I'm searching for. I was just wondering if there's any search function ... 19 Jan 2010 14:41
Suggestion about Thread.Suspend() and Thread.Resume()
Hi there, I'm doing my first managed threading application and I need to use the Suspend and Resume methods from Thread class but the compiler issue a message saying that these methods are obsoletes. What alternative I can use? Because I need to suspend and resume my thread. Thank you. ... 18 Jan 2010 16:34
RDA (remote data access)
how can i write or read data from pervasive sql on the server? this is what i now have: // The local connection string. private string strConnLocal = "Data Source =" + System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingA ssembly().GetName().CodeBase) + ... 18 Jan 2010 08:38
First  |  Prev |  Next  |  Last
Pages: 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88