| Thread | Last Post | Replies |
|
| Signing and dependencies? | 07 May 2004 00:11 GMT | 1 |
As per recommendation we run our assemblies with delay signing then just before we package we fully sign the assemblies then package into a setup (msi) file. The problem that we are running into is that the project that packages up the files to go into the msi file seems to detect ...
|
| IsNaN throwing exception | 06 May 2004 23:13 GMT | 1 |
An ArithmeticException is being thrown when I call Double.IsNaN() on a double whose value is NaN. The text of the exception is: "A first chance exception of type 'System.ArithmeticException' occurred in mscorlib.dl Additional information: Overflow or underflow in the arithmetic ...
|
| SerialPort | 06 May 2004 22:37 GMT | 2 |
There is a SerialPort sample on gotdotnet which seems to originate from Microsoft, and is described as being "similar to what we will be adding in a future version of the Framework" http://www.gotdotnet.com/community/usersamples/Default.aspx?query=SerialPor Compatibility with a ...
|
| Urgent: Help to set Encoding for OracleDataReader | 06 May 2004 19:16 GMT | 4 |
I'd like to set Encoding to OracleDataReader/OracleCommand or relative class (just like StreamReader class constructor). Is that possible Thank Peter
|
| Rolling my own Install w/ MSDE | 06 May 2004 18:25 GMT | 1 |
I rolled my own install that checks to see if SQL server is there like so Dim svc As ServiceProcess.ServiceControlle Tr svc = New ServiceProcess.ServiceController("MSSQLServer"
|
| Using Help remotely | 06 May 2004 17:39 GMT | 1 |
I have a client program that is one touch installed and hosted on an IIS server. My question is, what is the best way to provide user interface help to the client program. Two ideas have come to mind. 1) - Let the client program download the .chm and reference it locally. This is ...
|
| C# and Excel | 06 May 2004 17:26 GMT | 2 |
Hi, I'm not sure if this is posted in the correct group. I am writing a basic app which reaches across my home network, reads an Excel 2000 sheet and places certain cells into a dataGrid in my app. I keep hearing people mention interop but I would like to know if there is a
|
| .net sign in passport | 06 May 2004 17:24 GMT | 1 |
i am having problems signing in with my passport. Once i sign in then the page goes to can not display page . I have checked all my settings and they seem to be accurate . Can some one help please. I play spades on the
|
| Software and Hardware Inventory | 06 May 2004 16:56 GMT | 2 |
There are some good extensive samples or components that make software and hardware inventory with WMI easy I'm seeking some examples or WMI class/property listing to catch the components in the machine that mades up a good software/hardware inventory. Regards Lucas Ponzo
|
| Tools for Sql Server Desktop Engine | 06 May 2004 15:05 GMT | 7 |
I am using VS.NET and the MSDE it comes with. My question is this: Are there any tools for setting up accounts, like what you get with Enterprise Manager of Sql Server? If something out there exists, I'd sure like to know. Visual Studio doesn't seem to let you do this type of ...
|
| ASPNET MSDE account login failure | 06 May 2004 15:04 GMT | 4 |
Hello, everyone. I am getting this message when I try to fill my SqlDataAdapter using MSDE: Login failed for user 'MARS\ASPNET'. (Mars is my machine's name). I know asp.net uses the ASPNET account to
|
| Compiling from the command line | 06 May 2004 15:03 GMT | 4 |
I want to do an automated build after a CVS checkout Is there a way I can build a VS.NET solution from a batch file (i.e. a way to compile a solution from the command line)? Thanks very much
|
| Problem with windows services created through .Net | 06 May 2004 12:51 GMT | 1 |
Hi guys/gals I had created a service in .Net. The name of the service is VCSService.exe. This VCSService.exe is in turn is calling another exe called as VCSFiles.exe. The exe VCSFiles.exe is displaying the windows DOMAIN NAME and the USER NAME of the system. I am running windows ...
|
| How to map network drive in C#? | 06 May 2004 10:46 GMT | 4 |
hihi when I am using Platform SDK, I can use WNetAddConnection2 to connect the network drive. But i cannot found these similar function or method in C#. Anyone know C# has this class to do it? thx...
|
| System error 203 The System could not find environment option | 06 May 2004 10:46 GMT | 9 |
I have implemented all the function exposed my the interface. However when I start Wealth-lab and when it calls the WLEod Interface it gives error System error 203
|