Marcin2k's Q&A profile
SQL Server Wishlist: MOST WANTED Tasks, Sources, Transformations, and Destinations?
Until there's an Integration Services 2.0, what custom components would you most like to see examples of The documentation team is starting work on the 2nd Web refresh of Books Online and SQL Server samples, anticipated for release around April, and may be able to incorporate some requests as samples or BOL topics. I scanned Kirk's "Requests" thread and, although many requests are for tweaks to existing SSIS widgets, I noted the following ...Show All
Smart Device Development Problem with webBrowser in Compact framework.(Urgent need)
Hi I have problem with webBrowser in Compact framework. Return null reference in navigating() Event . can i use .net framework component instead of compact component version or Is there any Com Component instead tnx Unfortunately, the native control that we wrap on PPC 2003 has this limitation and is therefore by design. If you are using WM5 based devices and later, it should ...Show All
Visual C++ SPROXY error "sproxy.exe does not fully support attributes." when importing WSDL, makes proxy class unusable
We've developed a webservice using C#. part of the WSDL looks something like this: < s:complexType name = " channel " > < s:attribute name = " name " type = " s:string " /> < s:attribute name = " title " type = " s:string " /> < s:attribute name = " description " type = " s:string " /> < s:attribute name = " channelaccess " type = " s:int " use = " required " /> < s:at ...Show All
Windows Forms My latest wishes
This is my latest list of .NET framework enhancement wishes. Some of these problems have workarounds, but are kludges that I'd rather be able to remove from my code. The issues dealing with GDI+ performance and bugs are most critical to ...Show All
Visual C# What is C#'s equivalent for VB's "IsDbNull"?
I recently transferred from VB to C#. Being familiar with some VB functions, sometimes I don't know how to use it in C#. My question seems to be silly. But still hoping that you can give me a hand. Many thks! check if(your value == System. DBNull .Value) ...Show All
Visual Studio Team System New Team Project Error.
I installed TFS on a clean machine. and it looks very successful. when I open my vs.net 2005 and create new team project use team explorer.it prompt a error: Project creation failed with error:"Initializaton failed for plugin(s):'Microsoft.Pcw.wss','Microsoft.Pcw.currituck'" and this is the log content 07/15/2005 10:38:37.781 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://jay:8080/bisserver/EleadWebServic ...Show All
Smart Device Development Help - Error w/RC1 and loading resources - imagelist, form icons, etc.
We have a .Net CF application that was working fine after our initial upgrade to one of the CTPs (June or July). However, since the move to RC1 we get a series of errors in regards to our image list controls, form icons, etc. The errors look like: System.NotSupportedException was unhandled Message="System.Drawing.Bitmap" StackTrace: at System.Resources.ResourceReader.LoadObjectV2() at Sys ...Show All
Visual Basic Bug with the Visual Basic IDE ???
Here is an odd behavior i'm experiencing with the new 2005 IDE in Visual Basic. I have screenshots to prove this but I just noticed we cannot add images to these posts, so I will try my best to explain the problem: Recently, during debugging, as I step through code, the debugger seems to "catch" exceptions on the weirdest places, but when I look at the exception, nothing is declared. Let me explain with an example... ...Show All
Visual Studio Express Editions Adding a data source
Finally got the Northwnd.mdf file to work. Now when adding it to an application, the dataset doesn't appear in the "Data Sources" window on the right. It is listed in the Data Explorer on the left but not on the right. So,,,, no drag/drop feature on a form. This is with the latest download, not the beta version. I had the same problem (used the book to), and found a solution here : MSDN Visu ...Show All
Visual Studio 2008 (Pre-release) binding combobox selectedindex/item in a listbox itemtemplate
I am having an issue with comboboxes contained in a listbox (using the itemtemplate). I want to be able to change the value of a property on the selected item, by choosing it from a combobox containing a collection of the properties type. Is this possible Currently I've tried binding the combobox itemsource to an objectdatasource, which works fine (apart from the fact that when I change the selecteditem, it changes in EVERY listbox item), ...Show All
.NET Development How to use System.Net.Mail.SmtpClient via SSL and Authentication?
Below is my code, and is just blocked there. There is no any error message. '=============================================> Dim msg As String = "---" Try Dim strAddress As String = " xxx@xxxx.com " Dim s ...Show All
Visual Basic where's the VB Snippet Upgrade add-in?
it was mentioned in the free book (...upgrading VB...), but I cant find it anywhere David - I'm looking at the latest build, but the code upgrade tool should be there in the Beta 2 build as well. As noted by Dman1, you must have a code file open to see the command. Have you tried that - Steve Hoag ...Show All
Visual Studio Express Editions Problems installing the platform SDK
I am having problems running the windows installer. (in order to extract the SDK) The steps I took were: 1)Download x86. version from web. Using web install. (I have a cable internet connection) 2)Go to the installed file and double click on it. 3)It opens and brings up windows installer. 4)Windows installer never opens. (I left my computer for about 20 min to see if it was opening slow). That is the problem. In the e ...Show All
Visual Studio Express Editions VB 2005 Express + Crystal Report
Hii All, Please help me I have installed Visual Basic 2005 Express Edition. But i can't see CrystalViewer (Crystal Report) controls in the toolbox. Can i make report in Visual Basic Express How to do it 2nd question, how long life time of Express Edition However, evaluation edition more help me didik wrote: Hii All, Please help me I have installed Visual Basic 2005 Express Edition. But i can't see Cryst ...Show All
Visual Studio Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' ...
I have been successfully using VS 2005 Beta 2 (VB.NET) for about a month now. Yesterday, I started getting the error: Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' because it is being used by another process. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 2274 9 This error does not occur the first time I build ...Show All
