Groups | Blog | Home

Web and Software Discussions

developmentnow provides USENET archives and active discussions for a number of technical topics. Check out the groups below, and send any comments or suggestions to the webmaster.

.NET Discussions

Discussions about ASP.NET, the .NET framework, languages such as VB.NET and C#, and more.

IIS Discussions

Discussions about managing and configuring IIS.

Classic ASP Discussions

Discussions about classic ASP.

SQL Server Discussions

Discussions about SQL Server.

Visual Studio Discussions

Discussions about using Visual Studio.

Macromedia Flash Discussions

Discussions about Flash development, actionscript, and Flash Studio.


Recent Posts


RE: How to convert a structure to byte array.
Posted by David on Thu, Jul 2
to the c# group
See this posting for an easy way to do this. If you have simple structs with just ints, etc, in it, this should work fine... http://dooba.net/2009/07/c-and-serializing-byte-arrays/ From http://www.developmentnow.com/g/36_2004_1_0_0_205962/How-to-convert-a-structure-to-byte-array-.htm Posted via...more >>

RE: IRR calculation
Posted by MD on Thu, Jul 2
to the sql server programming group
Hi Guys, I got the same problem like N. Please do post if there is any Sql server program or somthing to calculate XIRR. Thanks MD From http://www.developmentnow.com/g/113_2004_7_0_0_429699/IRR-calculation.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com/g/...more >>

RE: ASP.NET DataAdapter/CommandBuilder Syntax Error
Posted by Emmad on Thu, Jul 2
to the dotnet ado.net group
Thank you sir for your help, although I am not the person who posted the question, I benifited from your reply 6 years later! Cool. Its amazing what people can accomplish if they help one another. From http://www.developmentnow.com/g/7_2003_7_0_0_124383/ASP-NET-DataAdapterCommandBuilder-Syntax-Er...more >>

RE: Envox CT ADE Development / RealSpeak Telecom
Posted by Vineet on Wed, Jul 1
to the c# group
Hi ! I am using ADXVoice1.CallerHangUp += new _IADXVoiceEvents_CallerHangUpEventHandler(ADXVoice1_CallerHangUp); for handling remote call disconnection, but the above specified event doesnt fire when remote caller hangups his call. Please help me out in solving the query, I am using Envox 9.2 A...more >>

RE: App Pool crash - 8007006d
Posted by Dominic on Wed, Jul 1
to the inetserver iis group
We had this in production. It turned out to be a bug in our code. We had a WorkFlow hosted in IIS. Within the workflow (our code) it got into a bit of bad recursion that ended in what would of been a stack overflow. Would of been nice if the error in the event log was more helpful but it was our cod...more >>

RE: Cannot convert type 'System.Windows.Forms.HtmlDocument' to 'mshtml.HTMLDocument'
Posted by avinash on Tue, Jun 30
to the c# group
I am using winform webbrowser control in wpf application.when i am typecasting to html document it is throwing error message "Cannot convert type 'System.Windows.Forms.HtmlDocument' to 'mshtml.HTMLDocument'". Any suggestion what to do..?. Thanks in advance From http://www.google.co.in/search?hl=e...more >>

RE: Pass array via SOAP from asp page to dotnet webservice
Posted by Davide on Tue, Jun 30
to the inetserver asp general group
Easy way to resolve that: use split's function. Example: public class StringSplit { public static void main(String args[]) throws Exception{ new StringSplit().doit(); } public void doit() { String s3 = "Real-How-To"; String [] temp = null; temp = s3.s...more >>

RE: Resetting / Restarting IIS Remotely without Admin Rights
Posted by Manikandan on Tue, Jun 30
to the inetserver iis group
Create a batch file and run it. ---------------------------------------- @echo off net stop W3SVC net stop IISAdmin net start IISAdmin net start W3SVC exit ------------------------------------- From http://www.developmentnow.com/g/59_2006_9_0_0_817129/Resetting-Restarting-IIS-Remotely-witho...more >>

RE: Trigger + Access + Sql -- different values?
Posted by sudhindra on Mon, Jun 29
to the sql server programming group
can some one plz help me to convert the below code to sqlserver CREATE OR REPLACE TRIGGER user_account_status_trg AFTER INSERT OR UPDATE OF STATUS ON USER_ACCOUNT REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW DECLARE c_job_id NUMERIC(16); BEGIN IF INSERTING THEN INSERT INTO ...more >>

RE: Truncated INSERT statements when using sp_generate_inserts by Vyas
Posted by fred on Mon, Jun 29
to the sql server programming group
Steve, I tried your suggestion and changed all "8000" values I could find with "max", but now the sp_generate_inserts doesn't work anymore I get the em: "Msg 536, Level 16, State 5, Procedure sp_generate_inserts_test, Line 234 Invalid length parameter passed to the SUBSTRING function. Msg 536...more >>

RE: SQL 2005 Mirroing Error
Posted by umanath on Mon, Jun 29
to the sqlserver server group
The server network address "TCP://KANTIME66.kantime:5022" can not be reached or does not exist. Check the network address name and reissue the command. (Microsoft SQL Server, Error: 1418) From http://www.google.co.in/search?hl=en&client=firefox-a&channel=s&rls=org.mozilla:en-US:official&hs=Axq&q=Th...more >>

RE: in Systems Management Server 2003 an error "-2147217392"
Posted by David on Fri, Jun 26
to the sqlserver server group
We has facing with exactly this same issue. Now this trouble is resolved : http://myitcommunity.com/cs2/blogs/cstauffer/archive/2007/10/03/sms-webreports-error-2147217392-solution.aspx Thanks a lot to Chris Stauffer From http://www.google.fr/search?hl=fr&q=sql+2147217392&btnG=Rechercher&meta=...more >>

RE: Job Fail.
Posted by Innocent Gumbo on Fri, Jun 26
to the sqlserver server group
I am having the error after the job has failed to execute: Executed as user: dbo. prc_Main_Day_End_Process failed because a previous run was unsuccessful [SQLSTATE 42000] (Error 50000) Source: CDO.Message.1 [SQLSTATE 01000] (Error 0) Description: The transport failed to connect to the server. [...more >>

RE: problem exectuing storded procedure
Posted by Pushpraj on Thu, Jun 25
to the sqlserver server group
I can execute the oracle stored procedure through linked server by using MSDASQL, but as this service is now depricated and cannot accessible in 64 bit, I am unable to use the same sp using OLE DB provider. Can any one please tell me how can I execute a stored procedure through linked server using ...more >>

RE: CS3 All Buttons give error #2007: Parameter child must be non-null
Posted by jjj on Thu, Jun 25
to the flash actionscript group
ssss From http://www.developmentnow.com/g/69_2007_5_0_0_976044/CS3-All-Buttons-give-error-2007-Parameter-child-must-be-non-null.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com/g/...more >>
DevelopmentNow Blog