Software Development Network Logo
  • Visual Basic
  • Smart Devicet
  • Visual FoxPro
  • Game Technologies
  • SharePoint Products
  • Windows Vista
  • .NET Development
  • Visual C++
  • SQL Server
  • IE Development
  • VS Team System
  • Visual Studio
  • Microsoft ISV
  • Visual C#
  • Audio and Video

Software Development Network >> Eric Bickle - BlueRealm's Q&A profile

Eric Bickle - BlueRealm

Member List

avaya12
NickUk
anjelinio
james_cline_
Cody21
David Joyce
Aaron Oneal
ShEi
Greg Allen
Kadé
Testpilot.dk
Ggreg
JLB4536
João Cunha Lopes
prenney
Kumaran S
Eitan Shapir
CalinMac
oaix
lucas3256
Only Title

Eric Bickle - BlueRealm's Q&A profile

  • Visual Studio 2008 (Pre-release) XBAP, Webclient and the Current Credentials?

    Hi everybody! I’m wondering if it is possible to supply the WebClient with the current windows user information I am trying to webclient my way to a page inside a web publication system that authenticates via the current windowsuser. Using the WebClient.UseDefaultCredentials = true does not work, i still get an exception which says that a request for a System.Security.Permissions.EnviromentPermission failed. Is it possible to do this witin an XBAP, or is this not available in the sandbox many thanks /Simon Hi Simon, Unfortunately yes, that functionality is not currently available for .xbaps. One is granted a certain level of EnvironmentPermission for the Intranet zone, so if you can deploy your .xba ...Show All

  • .NET Development Just-In-Time Debugging not working through ActiveX script in DTS package

    we do a lot of our coding in ActiveX script tasks within DTS packages. Normally, you can type the keyword "stop" or "x=1/0" on a line, and when you run your script, it forces the JIT debugging window to pop-up and then you can step through and debug your script within .NET or Interdev. This used to work on all of our work computers. It now only works on one remaining computer and we have not been able to figure out what is wrong. We have checked all appropriate options under the debugging menu in Interdev and .NET... we have tried reinstalling by using the "c:\Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe" /RegServer command, we have tried changing the "debugger" entry in the reg ...Show All

  • Windows Live Developer Forums RequestResult is documented but not supported anymore

    Hello Microsoft adCenter peers, I observed that you documented the RequestResult method on the .chm file released on August 16, but you do not support it anymore in the wsdl files released one day earlier (August 15). Is the wsdl file incomplete or the .chm file has not been trimmed out properly I hope this message will help you fix this inadvertence. Thank you, Orest Become.com Hi Orest, The RequestResult method is not in the new WSDLs (Administration, CampaignManagement, CustomerManagement, and Reporting), but is in the adCenterAPI.wsdl that is being phased out as part of the move to the new WSDLs. We will update the CHM to reflect this change. Thank you for bringing this ...Show All

  • Smart Device Development ACCESS for AXIM X5???????

    Hello I just purchased Dell AXIM X5. I am just wondering if there is a program like access or access itself to put on my Palm. I use access on a daily basis at home and would love it if i could use it on my palm or a program like it. Does any one know if this is possible Also is there a place where I can get programs for my AXIM X5 Please reply. If this is the wrong place for this thread I am sorry and please direct me to the correct place. This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. Please post to relevant forum or news group: http://support.microsoft.com/newsgroups/default.aspx Cl ...Show All

  • Windows Forms DataGrid rows not editable

    I have created a DataGrid and have bound a DataSet to it using C#. The Windows form loads properly, but none of the rows are editable. I have tried programattically setting the ReadOnly property to false, but that doesn't seem to work. Any idea what might be wrong As far as I can tell, the datagrid is NOT readonly. Here is my code: DataTable CreditTypeSettings = new DataTable("CreditTypeSettings"); DataColumn column; DataRow row; //CreditType_ID column = new DataColumn(); column.DataType = typeof(System.Data.SqlTypes.SqlInt64); column.ColumnName = "CreditType_ID"; column.AutoIncrement = false; column.Caption = "CreditTy ...Show All

  • SQL Server why not showing nulls?

    Hi, I have two tbls joined via a varchar field.. which in tbl I have to use a CASE statement to format it correctly for the JOIN.. All works well.. however, if I add a WHERE clause to the statement, with the WHERE clause affecting only one of the JOINED tbls.. All the NULLS are not shown. I should get results like: Postcode Count tf4 0 tf5 23 tf6 15 tf7 0 etc Whereas, when I add the where clause, none of the "zeros" are shown, so I get: tf5 23 tf6 15 Why is this Here's the SQL: SELECT ISNULL(COUNT(CASE LEN(REPLACE(dbo.Customers_Trade.PostCode, ' ', '')) WHEN 5 THEN LEFT(REPLACE(dbo.Customers_Trade.PostCode, ' ', ''), 2) WHEN 6 THEN LEFT(REPLACE(dbo.Customers_Trade.PostCode, ' ', ''), 3) ELSE LEFT(REPLACE(dbo.Customers_Trade.Po ...Show All

  • Visual C# Error CS0554. user defined conversion to/from derived class

    I have come across a most peculiar compiler error. When I try to define a cast operator to convert from a base class to a derived class I get this error - apparently according to the help "User-defined conversions to values of a derived class are not allowed; you do not need such an operator." Is this as insane as it appears to be or am I missing something somewhere Of course I need to define a cast operator, how else can the compiler know how to create a derived type from a base type Any explanations appreciated. Dave  To answer your quesiton directly, I get memory bloat if I am required to replicate the ID value itself unnecessarily, rather than a reference to the value. To be clear, the size of the ...Show All

  • .NET Development Conversion failed when converting datetime from character string.

    ms visual studio 2005 sql erver 2005 I originally posted this question at experts-exchange without resolution http://www.experts-exchange.com/Databases/Microsoft_SQL_Server/Q_22069012.html http: / / www. experts- exchange. com/ Programming/ Programming_ Languages/ Dot_ Net/ VB_ DOT_ NET/ Q_ 22068922. html I get the following error when trying to insert into db from web app have tried.... txtrequireddate.Text.ToString("dd-MMM-yyyy ") reqrddate = Convert.ToDateTime(txtrequireddate.Text) reqrddate= CDate(txtrequireddate.Text) Server Error in '/' Application. ---------------------------------------- ---------- ---------- ---------- ---------- Conversion failed when converting datetime from character string. Description: An unhan ...Show All

  • .NET Development Socket Problem?

    Hi All, I tried create the tcpclient socket program. But my program has exception with receivesocket() function aften connected server.Please somebody can help me. Exception: A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll Receive Socket Error: System.Threading.ThreadAbortException: Thread was being aborted.    at System.IO.__ConsoleStream.WriteFile(SafeFileHandle handle, Byte* bytes, Int32 numBytesToWrite, Int32& numBytesWritten, IntPtr mustBeZero)    at System.IO.__ConsoleStream.WriteFileNative(SafeFileHandle hFile, Byte[] bytes, Int32 offset, Int32 count, Int32 mustBeZero, Int32& errorCode)    at System.IO.__ConsoleStream.Write(Byte[] buffer ...Show All

  • SharePoint Products and Technologies Upgrade to MOSS 07 from WSS 3.0

    Our company is looking to deploy WSS 3.0 in the next few months.  Our concern is that we will want the added features and capabilities of MOSS 2007 in the near future, but current planning and budget says to hold off.  My question --- if we have a WSS 3.0 install implemented, how much is involved to move to MOSS 2007 while retaining our data and site structure Hi there, One year after the fact, would you still agree that there is NO difference or lost functionality Oliver ...Show All

  • Visual Basic How to Hide a DataGrid Column

    Hi, I am currently building a VB.NET windows form application. I am using a DataGrid with a DataView as DataSource. The DataView has 5 columns so the DataGird does too. But I want to Hide the Columns 0, 1 and 4. Can't figure out how, does any one have an idea I also want to allow the user to select a row in the datagrid but I dont want to allow the data modificatin , how can I do that Thanks for helping I am using a System.Windows.Form.DataGrid with VisualStudio 2003 it does not have the "Columns" propertie. :-( Oh and the columns are autogenerated, so if this is the problem I would like to have an example on how to create my own columns. I would also like to know how to get the selected row and how to access its it ...Show All

  • Gadgets Current logged in user

    Is there a way to detect the user account that's logged in (and hence running the gadget) I'm wanting to interact with the user's home directory but can't find out what to detect it from the gadget. Yeah I thought of that when I went to bed. I was lying there and it just clicked that I can use the environment variables. Thanks none the less :) ...Show All

  • Visual C++ hex version of atoi?

    for anybody who dosn't know atoi (A to I) is a marco for converting an ascii character string representing a number to and integer data type. (Opositie of printf("%i",i);) Does anybody know if there's a hex version of the function convert "4A3D" to 19005 LONG val = 0; sscanf_s( "4A3D" , "%x" , &val ); ...Show All

  • Visual Studio Express Editions How to create a WPF project

    I have Visual C# Express and .Net 3.0 installed on a Win XP SP2 machine.  How can I create a WPF project   Is there something else I need to install  I found The Visual Studio 2005 extensions for.NET Framework 3.0 (WCF & WPF), November 2006 CTP...is this what I need I would rather not install a CTP version of these extensions unless I have to. Any idea when the final version of these extensions for Visual 2005 Express software will be available Thank you!     You'll also want/need to grab a copy of the Vista SDK which contains the SDK for the 3.0 Framework. If you want to do any development in C# Express then you’ll need those extensions for the time ...Show All

  • Windows Forms File extension mapping to ClickOnce Executable

    Greetings Fellow Earthlings, I remember reading about problems mapping file extension to the aplication installed using Clickonce, I just wanted to reconfirm it since the post was from 2005. Maybe things did change after that. I have: 1) An application with full trust intalled thru clickonce, everything is running smoothly. 2) Since I can not map my file extension .qqq to the executable using clickonce or publshing mechanism, I went on using different approaches, and one of them is the old Open With (always) right-click tactic. I also tried FTYPE + ASSOC and using shell commands in the Load_Code on IsFirstRun. its worth mentioning that I mapped the extension to the .exe file found in the APPs folder under my documents & set ...Show All

©2008 Software Development Network