MgManoj's Q&A profile
.NET Development Kerberos Delegation issue! Web server isn't utilizing client's credentials to access remote resource
Hi, I'm developing an Intranet application that requires the Web server to impersonate a client to access remote resources (the app accesses my company's exchange server using WebDAV) on behalf of the client (all within the same Active Directory domain). However, I'm having a problem with the authentication delegation part- I don't think the user's credentials are being passed to the exchange server). In my app, I attempt to use the Defau ...Show All
Visual C++ How to Port MFC to .NET; from VC6 C++ to Managed C++ and/or C# .NET
Can someone point me to information on how to port and/or reuse a portion of a huge MFC app to C# .NET managed and/or C++ .NET managed code. Willing to rewrite most of the user interface, but need to preserve/modify existing code that is based on 50+ classes derived from MFC's CObject. I need the "Serialize" portions of CObject so that my existing data files can be read into the ported app, or so I can create a conversion app. I ...Show All
Visual C# Fields that I have set as public static go back to just public
This is just started today. What is going on This is driving me crazy!!! ...Show All
Visual Studio Express Editions .net cf
Hi, can I use the VS 2005 express edition to write program using .NET Compact Framework targeting Win Mobile 2005 PPC or SP Thanks Hi, tryed to find editors, emulators etc. myself in express editions but was without any success. But you can use the classes for programing, this will be harder than using designers and emulators which get delivered with the "sale" versions of Visual Studio. ...Show All
Visual Studio Accessing DTE within VSPackage
Hi, Is there anyway i can access DTE interface within a VSPackage I need this since i want to use a third party addin component, within a VSPackage, that is dependent on DTE. In addition is there anyway to access the IVsTextView (or some other interface which can indirectly lead me to the aforementioned object) pointer within an addin using the EnvDTE::Window object (or some other EnvDTE::<*> object) Infact is there anyway to access the VS ...Show All
Windows Forms How to Change the backcolor of one Row in DataGrid
I use .net 1.1 and C# 2003. I need change the backcolor of one row in datagrid about specific value after databinding. And I can't find any articles from the internet. Could anyone help me Check out this post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=42551 -mark Program Manager Microsoft This post is provided "as-is" ...Show All
Windows Forms can no longer open forms in the designer
hi. when i try to open a form in the designer, the ide will at first begin some hefty hard disk activity. after 30 seconds, sometimes later, i receive the following error message: 'could no load file or assembly (NameOfAssemblyHere) or one of its dependencies.' no further information is given. all i can do is press 'ok'. i'm not getting into the designer. (this is an even _worse_ behaviour than in 2003, and 2003 was a pita.) the project with the ...Show All
Smart Device Development Code Signing
Hi All, What all steps are involved in Signing Windows Mobile 5.0 binaries (.exe / .dll /.lib) to avoid Publisher: Unknown message popup on device. I had a look at the following blog also but still I'm not very clear what all I need to do http://blogs.msdn.com/windowsmobile/archive/2005/12/17/security_model_faq.aspx I do have valid certificate (root as well as client) that I installed on device and signed with my binaries with its client ...Show All
Smart Device Development Serial Port DataReceived Event
Hi im trying to create a vb.net application that uses the serialport component, i seem to be having the same problems as in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=129797&SiteID=1 in there they found that catching the exception and ignoring it gets past the problem and everything works apart from the datareceived event being called, now i need this event to be called and i was wondering if anyone has any ideas o ...Show All
SQL Server Layout of report parameters
Hi all Is there any way to change the way the report parameters are displayed Presently they are just in a tabular format. I am after displaying them as follows: --------- ---------- ------------- ------------- _____________________________________________________ ---------- ------------- The horizontal line is there to group the parameters. Is that possible Thanks heaps ...Show All
Windows Forms How to input like powerbuild in datagridview?
Dear all, I really like the datawindow in powerbuild. If you input somevalue in a column (just like a production id), and this column is binding with datasource (like t_prod), the column right will display the binding data ( here like production description). How to do such a case in datagridview Need to write a new control or override a event of datagridview Thank you very much! ...Show All
Visual Studio Express Editions Windows SDK example doesnt compile?
After installing the SDK, and following all instructions - when I compile the example, I get the following error, indicating that the compiler cannot find "windows.h" What should I do Thanks Build started: Project: 1, Configuration: Debug|Win32 Command Lines 1 : warning PRJ0041 : Cannot find missing dependency 'windows.h' for file '1.rc'. Your project may still ...Show All
Visual Studio Express Editions total newbie: how do i create a logon form?? HELP!
hi i would like to know how i could supply 2 textboxes and 1 button to logon a user to a website like myspace.com and it would use the input in the textboxes for the username and password, and once the button is clicked it would log them onto the myspace.com and myspace would appear in webbrowser1 i have the code for webbrowser1 to navigate to myspace.com after the clicking of the button but how do i submit the username and pass in the ...Show All
Visual Studio Team System SQL Server 2005 version control - Only for experts
Well assuming that a 3 tiered architecture of a program written in non object oriented language like visual basic 6.0, it has user interface files, logical files that support functions or functionalities, we will have the final tier…the database tier where sometimes we have all our data stored, some stored procedures and functions, that also contribute to the logical tier. So the question is: how do I make control version with TFS in Sql se ...Show All
Visual Basic difference between VB .NET and VB 2005
what is the difference between VB .NET and VB 2005, or they both the same Visual Studio .NET 2002 shipped with Visual Basic 7, Visual Studio .NET 2003 with Visual Basic 7.1 The version of the Visual Basic language that ships with with Visual Studio 2005 is Visual Basic 8. If you are interested in what future versions of Visual Basic, there is some information here . Best regards, Johan Stenberg ...Show All
