| Thread | Last Post | Replies |
|
| System.Data.OleDb.OleDbException | 11 Aug 2007 02:48 GMT | 1 |
Do you have any idea why I got this error? ================================== myConnection.Open() {System.Data.OleDb.OleDbException}
|
| aspnet_wp.exe (PID: 300) failed to startup because the synchronization event could not be initialized. Error code: 0x80070003 | 11 Aug 2007 02:36 GMT | 2 |
How to solve it? I've got <machine_name>\IWAM_<machine_name> user, granted all permissions to him, i had another error messages, but now i have forementioned one and i can't find the answer how to beat such error.
|
| Using ForEach in a Generic List object. | 10 Aug 2007 17:59 GMT | 9 |
I have another question that has to deal with the methods that the Generic List object provides that require delegates but the delegates do not allow you to pass in parameters. I'll explain first and then try to provide an example.
|
| Response.BinaryWrite and IE7 | 10 Aug 2007 15:14 GMT | 4 |
I am trying to display a tiff image in the browsers. I have AlternaTIFF activex control installed. I am using the following code FileStream fs = File.Open(@"c:\temp\test.tif",FileMode.Open);
|
| Calculate Permissions | 10 Aug 2007 13:41 GMT | 1 |
When I click on Properties>Security>Calculate Permissions, visual studio says, that I need FullTrust for my app (deployed with ClickOnce). Is there a way to see, why (which code of my app) I need FullTrust? Thanks for an answer!
|
| In .NET, what can be embeded in IE | 10 Aug 2007 13:04 GMT | 3 |
Before .NET, we can use ActiveX control to enhance function of IE browser. Now, what tech can be used to make the IE own more feature? Assemblies? or what? Thanks
|
| .aspx.vb syntax problem | 09 Aug 2007 22:21 GMT | 1 |
I'm making a OLE DB connection in code and was wondering if anyone could identify what the syntax errors would be in this just as it is pasted (I tried putting & _ at the end of the first line and that only brought up other errors):
|
| Regarding inserting images into sqlserver2005 by using asp.net2.0 | 09 Aug 2007 20:30 GMT | 1 |
Hai all, I need a small help regarding inserting images and retrieving images.Presently i have done inserting images into database by converting imagetype into binary format and inserted.It is working fine.But there is
|
| exited event on process | 09 Aug 2007 18:04 GMT | 1 |
I start a new process which in this case will be IE with the following code : p = new Process(); p.EnableRaisingEvents = true;
|
| ORCAS Beta 2 - System.Numeric is still missing | 09 Aug 2007 15:23 GMT | 1 |
I am a little bit upset because i intalled the ORCAS Beta 2 and i found that System.Numeric is still missing. I think because of the poor performance, compared to Java. http://www.luschny.de/math/factorial/Benchmark.html
|
| Where Can i download .Net Framework3.0 (with) sp1 ? | 09 Aug 2007 15:18 GMT | 1 |
Where Can i download .Net Framework3.0 service pack1 as a single pack ? I know if i install vs2008 beta2 ,with install the .netframework3.0 sp1, thanks
|
| How do 1.1 dlls execute in a 2.0 worker process | 09 Aug 2007 14:03 GMT | 2 |
Recently i have ported our 1.1 web application to 2.0 using the Web application project model. Some of our referenced third party dlls are 1.1 and the rest 2.0. Now on my Win XP machine, two aspnet_wp processes are created, one
|
| Cannot find assembly when handling .html files through isapi | 09 Aug 2007 13:51 GMT | 1 |
I have just converted my .net 1.1 website into .net 2 and I have run into a problem when handling html files. I have configured the .net engine to handle .html files beacuse my client wants to have simple URLs so that people and search engines can use them easier.
|
| appdomain.unload | 09 Aug 2007 13:48 GMT | 3 |
I have a service that used to be written using .net 1.1 and is now using .net 2 with minimal changes. the service has a pluiggable architecture that uses appdomains to do the loading/unloading of resources. the issue I have is with AppDomain.Unload. Or at least, I
|
| toolbar and space | 09 Aug 2007 13:34 GMT | 1 |
My toolbar is screwed up...instead of showing every window I have opened, it organizes it all together...so all I get is a little space with an up and down arrow, and all my windows crammed into that..when I click unlock toolbar I get a lot of dots all over the place and I cant ...
|