| Thread | Last Post | Replies |
|
| Building VC++.Net CF application in commandline | 28 Jan 2008 04:04 GMT | 3 |
I have an application writtern on VC++.net my question is how to compile that application in command line. I tried to compile it using msbuild <.vcproj> /configuration = Release
|
| Setup should remove existing version | 27 Jan 2008 19:56 GMT | 1 |
I have written a .NET C# program and have also made a setup project for it. Everything works fine, except that I would like my setup application to remove any existing version of my program before proceeding with the setup. This is because I get the following message if there ...
|
| Exception Handling Question | 26 Jan 2008 05:01 GMT | 5 |
Suppose I have the below code: FileStream fs1 = new FileStream(...); FileStream fs2 = new FileStream(...); try
|
| When a clr has the input type of SqlString it causes nvarchar(4000) to be the parameter type of the function in sql server. how to modify my CLR function to use nvarchar(max) ? | 25 Jan 2008 20:07 GMT | 1 |
When a clr has the input type of SqlString it causes nvarchar(4000) to be the parameter type of the function in sql server. how to modify my CLR function to use nvarchar(max) ?
|
| Bring To Front | 25 Jan 2008 19:21 GMT | 1 |
I was searching in Visual Studio for a property that determines if a control is on top of another. Is this embedded in the Visual Studio code? Can I control this?
|
| Locale Formatting: Phone Numbers | 25 Jan 2008 18:23 GMT | 4 |
Hello, Folks! Does anyone know of a website that lists the local phone number formats for each country? TIA...
|
| Properties vs. Fields | 25 Jan 2008 15:42 GMT | 3 |
I've run into a strange problem that I'm having a difficult time tracking down. I have no idea what's causing it, so this seemed as good a place to ask as any... If anyone is familiar with Neo (entity object framework), it deals with
|
| Cant Login on a sql2005 machine from VS2005 IDE debug mode | 25 Jan 2008 14:27 GMT | 1 |
i got machine A that has sql2005, vs2005 project. project runs okay there. But when i copied that whole project folder to machine B, running sql2005, VS2005, edited the web.config file to point to SQL2k5 machine A, and then run it at VS2005, it cant connect to the DB at machine A ...
|
| Passing enums across boundaries | 25 Jan 2008 11:51 GMT | 7 |
VS2005 I have a solution containing (amongst others) a Business layer project and a DataAccess layer project. Within these two projects I have a Class DoStuff , the business layer
|
| VS2008 project upgrade upgraded my database? | 25 Jan 2008 09:22 GMT | 2 |
Hi gang, I've just opened one of my web projects (C#, .net 2.0) in VS2008 and ran the conversion wizard. Everything went ok, but the site won't work. My ConnectionString on all my
|
| WINDOWS EXCEL 2007 | 25 Jan 2008 07:44 GMT | 1 |
i DO NOT KNOW HOW TO EMAIL MATERIAL FROM EXCEL 2007. Also do not know how to print out material from same. PLease help-very important!!!
 Signature COMPUTER NOVICE
|
| Smart client deploy question | 25 Jan 2008 07:41 GMT | 4 |
I have a .Net 2005 windows application. In a method, I do the following to load an XML file.. System.Xml.XmlDocument singleFax = new System.Xml.XmlDocument(); singleFax.Load(Path.Combine(Application.StartupPath, NameOfFile.xml));
|
| Problem trapping exceptions raised from Tick event | 24 Jan 2008 23:07 GMT | 2 |
I have this System.Windows.Forms.Timer which I create on the fly from an instance method (let's call it MyMethod). It has a handler for the Tick event that throws an exception, something like this: throw new Exception("Timeout in yadda yadda...");
|
| Dispose Pattern -- why void Dispose() is nonvirtual? | 24 Jan 2008 20:18 GMT | 2 |
Does anyone know the reason? Thanks, gz
|
| Delayed UI Code | 24 Jan 2008 15:44 GMT | 5 |
I am using Studio 2008 with .Net 3.5. and my Brain is Fried :) My user will use typical 'next' and 'previous' buttons to navigate records in my app. They will sometimes be in the habit of hittting the next button repeatedly
|