| Thread | Last Post | Replies |
|
| Interop question: how to pass a pointer to an unmanaged struct into C#? | 17 Sep 2004 08:23 GMT | 2 |
I'm working with a very old-school application (written in MicroFocus Object COBOL) that supports user extension functions. Before the app writes a record to its database, it checks its configuration to see if an extension function is configured. If one is, it loads the DLL whose ...
|
| COBOL file dump... | 17 Sep 2004 05:09 GMT | 11 |
Alas, I surrender... In a file from a COBOL dump, which is in ASCII, one of the fields is defined as S9(9) V99 Value +0. The value in this location is 0000018922D, which according to the author of
|
| Can ISVs redistribute .NET Framework 1.1 SP1? | 17 Sep 2004 04:39 GMT | 7 |
The EULA for the SP1 installation appears to prohibit myself (as an ISV) from shipping SP1 on my own product's installation media. We currently distribute the .NET Framework 1.1 redistributable package on a CD with our product so customers have everything they need to get up and ...
|
| specfying XML webservice to create elements, not attributes | 17 Sep 2004 03:00 GMT | 1 |
Is there a way to get the .NET Web Service/ web service proxy to automatically create elements instead of attributes? TIA
|
| Pinging from C# | 17 Sep 2004 01:41 GMT | 1 |
I am writing an application that must perform an ICMP Ping ultimately from C# but I don't mind if I need to write some C++ to handle the winsock interace. I note the .net framework does not have a class to do this. Please would someone advise the best way to proceed?
|
| how to declare a const byte[] | 16 Sep 2004 20:41 GMT | 3 |
hi group ! How can i declare a const byte[] in C# ? const byte[] ByteArray = new byte[] { 69, 110, 99}; // Error : the expression must be constante
|
| Assembly Trust Question | 16 Sep 2004 17:45 GMT | 1 |
I have an executable I have built. On some computers it runs without a problem. On others it will give a security exception. If I run the .NET Configuration wizard and move the level from no trust to the first level up, it will then run the program.
|
| policy assembly problem | 16 Sep 2004 17:36 GMT | 1 |
I'm facing some problem with the policy assembly. When I link the configuration file and create the policy assembly ( that's what I have seen in all the example codes..) and add to the GAC, it is working fine - provided, I keep the config file in the same location from where I had ...
|
| Store XML in database - newbie question | 16 Sep 2004 17:13 GMT | 1 |
I'm not sure which group to post this in, so forgive me if I post to a few, hoping that someone can point me in the right direction. In a .NET project (probably ASP.NET but could also be rich client), I want to save some XML data to a database (sql-server but could also be Oracle).
|
| Machine.config changes | 16 Sep 2004 16:13 GMT | 1 |
I modified the machine.config file to lengthen the system.web->processModel->responseDeadlockInterval to 15 minutes from 3. I'm wondering if the changes made to machine.config go into effect immediately, or will I have to restart IIS?
|
| 1.1 SP1 doesn't install | 16 Sep 2004 16:11 GMT | 1 |
SP1 doesn't install on my machine. It complains about a hotfix being installed, but gives no clue which one. I saw an earlier post about it possibly being the SDK documentation update being at fault. Seems wierd that documentation can do this, but if true,
|
| unexpected exit while build,why? | 16 Sep 2004 13:49 GMT | 1 |
we have a .net project, edit in VB.Net and ASP.Net; while we implement daily build the total solution, if we use VS.Net to build, it will exit unexpectedly, if we use devenv.exe commond line to build, it is the same;
|
| Generate current assembly version manually | 16 Sep 2004 13:40 GMT | 2 |
If AssemblyInfo.cs has 1.0.* as the version, then the version numbers are generated automatically by the compiler, e.g. 1.0.234.8756. Is there a publicly available method that generates those numbers? Or is there an algorithm for generating them?
|
| VB.Net Shell() function | 16 Sep 2004 12:17 GMT | 5 |
I am in dire need of help! My problem is a follows: The application MUST run from a share on a server (done by adding the assembly strongname with Full Trust to the LocalIntranetZone of the
|
| Locating dlls on remote server. | 16 Sep 2004 11:54 GMT | 1 |
I'm attempting to create a console app similar to Microsoft's MMC that will allow us to create a single user interface, and any apps we create will be accessible as snap-in dlls. I've been able to create the user interface, and some sample dlls as apps and everything seems to ...
|