microsoft.public.dotnet.framework.sdk Archive - May 2004
Post a message to this list
Messages
Page: 1
Quick Start: cannot install the ConfigSamples.exe (2 replies)
microsoft.public.dotnet.framework.sdk
When I try to install this program I get a message saying that says: "An error occured during configuration. This typically happens if you are logged on with insufficient privilages" I am logged in with Administrator privilages. I am new to ASP.NET so hopefully this is an easy fix. thanks
compiling code using visual studio .NET and linking them using visual studio 6.0 (3 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hello, I would like to know if its possible to compile code in a visual studio .NET environement and link using a visual studio 6 environment with other objects compiled from visual studio 6 Thanks Girish
Visual Studio .Net and Visual Studio 6.0 (2 replies)
microsoft.public.dotnet.framework.sdk
Hello, In continuation with my previous thread regarding possibilities of compiling in Visual Studio .NET environment and linking using Visual Studio 6.0, I had one more question. I got some replies stating this would not work. I was wondering if I am building plain Win32 application and not using any .NET capabilities will it still be a problem. It is just that I am using the .net environment. Si...
'IDataObject' : ambiguous symbol (3 replies)
microsoft.public.dotnet.framework.sdk
Hi there, I am facing a problem. When I include my unmanaged header file in my form1.h file, I am facing the compile error with the following message C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ObjIdl.h(7408) : error C2872: 'IDataObject' : ambiguous symbol could be 'C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ObjIdl.h(246) : System::Win...
Quickstart Permission denied (2 replies, VIP)
microsoft.public.dotnet.framework.sdk
I am being overwhelmed by all the stuff I have had to install to try to use a few .NET database samples. I first tried to install MSDE, and that didn't include a database. I tried to lauch the QuickStart tutorials thinking they may help me get set up, but I keep getting a permission denied response when called by my localhost. I have added the IUSR account to the quickstart directory, but that did...
Disabling network adapter (3 replies)
microsoft.public.dotnet.framework.sdk
Hi Can I disable a wireless network adapter with som dll functions or C# code ?? regards
Creating a new project (2 replies)
microsoft.public.dotnet.framework.sdk
Hi, I am trying to create a project in C#. I receive the following error: "Automatic server can't create object" Why? I found in the internet that I have to Enable the ActiveX in my Internet. I did so and it did not help. Help!!! Shlomo Aran Founder and CTO VapiSoft The Web Services Integration Company Email: shlomo@vapisoft.com Web: www.vapisoft.com Tel: 972 9 7669478 Mobile: 972 67 399340
NorthWind (2 replies)
microsoft.public.dotnet.framework.sdk
Hi, I am looking for a sample application in .Net (C#) that uses NothWind DataBase (Microsoft's Access sample). The best is if it is in C# but I will settle for VB or even C Thanks, Shlomo Shlomo Aran Founder and CTO VapiSoft The Web Services Integration Company Email: shlomo@vapisoft.com Web: www.vapisoft.com Tel: 972 9 7669478 Mobile: 972 67 399340
where i can get .net framework software development kit (3 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hello, As i am new to .net can someone advise me where i can get .net framework software develoment kit. Best Regards Balaji
.NET Framework sourcecode ? (3 replies)
microsoft.public.dotnet.framework.sdk
Is all or part of the .net framework sourcecode available? Sad to say the documentation is rather frustrating, I'd say the sourcode would be a better source of documentation at times. Rgds, OJ
Open Inventor GL Experience (2 replies)
microsoft.public.dotnet.framework.sdk
Any Open Inventor Graphics Library experience out there? I would like to use Open Inventor for graphics, but avoid using C as much as possible. I would like to use C#... Rgds
Howto install Quickstarts and Tutorials? (3 replies)
microsoft.public.dotnet.framework.sdk
What file is used to install and setup the quickstarts? For some reason mine are not setup properly, from the start page, clicking on any of these: ASP.Net QuickStarts ASP.NET Mobile Controls QuickStarts Windows Forms QuickStarts Common Tasks QuickStarts Brings up this error 403 page: "You are not authorized to view this page You might not have permission to view this directory or page using the c...
Type Library conversion problem (4 replies, VIP)
microsoft.public.dotnet.framework.sdk
(Type your message here) I tried using the tlbimp.exe utility of .NET sdk to import a type library(a C API) to a compatible assembly code. I was succesful at doing that and was able to Add a Reference to the namespace i assigned. However when I tried to get the function of the imported assembly code its not there!!The enumtypes, deftypes, constants were present except for all the functions innate ...
converting image size (6 replies, VIP)
microsoft.public.dotnet.framework.sdk
Hi, I'm using asp dot net to upload an image, and saving the image. i get the image object this way: System.Drawing.Image img System.Drawing.Image.FromStream(file.PostedFile.InputStream); I also save thumbnail using System.Drawing.Image thumb img.GetThumbnailImage(width,height,null,IntPtr.Zero); but i need to save a copy of the image with different size then the original image but larger then the ...
System.Net.Sockets - How to set local port (3 replies, VIP)
microsoft.public.dotnet.framework.sdk
is It possible to connect to remote server, port setting local ip and port with .NET Framework? I need to connect to remote server with specified local port. Can I do it? Thx Marco
IPaq 1945 Irda write error (2 replies)
microsoft.public.dotnet.framework.sdk
Hi, I have developed an application using raw IR serial capabilities to transfer data using the Irda port on my IPaq 1910. Works great. Same code base on an IPaq 1945 fails on Write attempts giving the error 1359. I have scoured the Internet and newsgroups and have seen lots of people who have had similar problems, but no one has posted a solution. Several posts have recommended using the EscapeCo...
Color Cursor & .Net (6 replies)
microsoft.public.dotnet.framework.sdk
I'm trying to load color cursors in .Net (c#); these cursors loaded and worked fine under MFC. Do I have to resort to the win32 calls or is there a way that .Net will support them?
multithreading in COM+ using C# (2 replies)
microsoft.public.dotnet.framework.sdk
Hi I'm programming a application use the COM , MSMQ, SQL server. I want to use one thread reading the data from the SQL server, and then put then to a System.Collections.Queue, use another thread get the data from the Queue and then Send them to the MSMQ. Now i meet a problem that the COM run in the STA model only allow one method running in one time.How can i change the COM to MTA model in C# lan...
Not being able to install .NET (2 replies)
microsoft.public.dotnet.framework.sdk
Hi all, I install visual studio and all goes fine till I try to start doing a project. When i open it gives me help is updating and then it shuts down. can anyone help me? i did windows update and everything i could but to no avail. i am installing this in windows XP profeesional with 512MB RAM
Dipose() problem (2 replies)
microsoft.public.dotnet.framework.sdk
I have a class with a public font property, I do like that Font font; public Font Font { get { if(font null) using(Form f new Form()) // get default font ! font new Font(f.Font.Name, f.Size, FontStyle.Regular); return font; } set { if(font ! null) font.Dispose(); font value; } } public void Dispose() { Font null; } I don't not call GC.SuppressFinalizer(this); as I don't feel the need for Finalizer...
Accessing Cluster Disks from a WEB Application (2 replies)
microsoft.public.dotnet.framework.sdk
Well here is my problem I have a web application running in 2 web servers and I have also a cluster system. I want using the web application to write some files in the cluster discs. So I have created in my web servers a virtual directory located on the cluster discs. (Before that I had create a cluster resource "File share" so I would be able to access the disks and I have give permissions to the...
IPAddress.Address is obsolete (11 replies, VIP)
microsoft.public.dotnet.framework.sdk
Does anyone know why this property is obsolete? Also, is there an alternative available?
Faxing (3 replies, VIP)
microsoft.public.dotnet.framework.sdk
Does somebody know why the foolowing code throws an System.Runtime.InteropServices.COMException exception with the message of 'Unspecified error'? FaxServerClass fxsvr new FaxServerClass(); fxsvr.Connect(""); // null for local fax server otherwise a computername I use the FAXCOMLib library under Windows 2000. Thanks, Mircea
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification