|
Hi, i have an application which is developed in vs 2003, and i am using DB ASPNETDB.MDF now i am trying to open the same project in vs 2008 it opens when when i try to open the ASPNETDB.MDF db which is indide the App_data it give me an error telling
ASPNETDB...
Started by prince23 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Vs 2008 ships with SQL....
Either install SQL Server Express 2005, or transfer the data to a compatible database .
The root of the problem is that your file is a SQL Server Express 2005 database, and you do not have a compatible version on your new machine .
|
|
I have a site in ASP.NET using Telerik AJAX controls.
Despite the latest binary being added to the website project, my code (eg myRadGrid.Datasource = "";) shows a red line on type names as they cannot be found for some reason.
Can anyone possibly explain...
Started by dotnetdev on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Can you try to recompile the application? Hey,
Why are you assigning an empty string to the radgrid datasource property? Try setting it to null instead, which is what you do if you want to clear the data source... .
|
|
Right now I'm having it with Guids.
I certainly remember thah throughout the code in some places this implicit conversion works, in other does not. Until now I fail to see the pattern.
How the compiler decides that it cannot? I mean, the type method Guid...
Started by User on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
No, there is no implicit.
The same goes for generic type parameters.
Not in the same inheritance line, and not interfaces), it will also say that it cannot convert it.
cannot be compatible (e.g.
|
Ask your Facebook Friends
|
Hi,
I have written a Java GUI app (using Netbeans 6.7) requiring Java 1.6. I successfully run it on my XP PC and also my Mac OSX (10.5.7).
My client is running Vista Business, and cannot run the application by double clicking the jar file. He can execute...
Started by Prembo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Does exactly the same JAR file work on other operating systems?
Is the manifest file (META-INF/MANIFEST.MF) in the JAR file correct? One catch to watch out for is that the manifest file MUST end with an empty line; if it doesn't, the last line in the ... .
|
|
Good afternoon,
I am using the code below to map a network drive in a .net application.. well more precisely, try to do it. Whenever I do make the call to WNetAddConnection2W, I get a win32exception with the error code 67... which basically translates...
Started by Jörg Battermann on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Kb173011 )
[StructLayout(LayoutKind.Sequential)] private struct netResource { public int dwScope; public int dwType; public int dwDisplayType; public int dwUsage; [MarshalAs(UnmanagedType... .
I believe your netResource structure is in the wrong order (vs .
|
|
When declaring external ant tasks using taskdef, for instance ant-contrib, the proposed setup is to use the followin taskdef:
<taskdef resource="net/sf/antcontrib/antcontrib.properties"> <classpath> <pathelement location="lib/ant-contrib...
Started by Ernelli on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Use antlib.xml resource:
Here is the taskdef definition that I use:
<property name="ant-contib.jar" location="..."/> <taskdef resource="net/sf/antcontrib/antlib.xml" uri="http://ant-contrib.sourceforge.net" > <classpath> <pathelement... .
|
|
Cannot be heard when making call from Gmail. I get connected, I can hear them but they cannot hear me. Lost money... I have checked the setting on both Gmail and laptop. It used to work just fine. HELP!!!
Started by Rob111 on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at google):
I can hear them, they cannot hear me.
Having difficulty calling overseas to mobile or landlines.
|
|
I have requested the SQL Server 2008 R2 SP1 CU4. I received an email with the following link:
http://hotfixv4.microsoft.com/SQL%20Server%202008%20R2/sp1/SQLServer2008R2_SP1_CU4_2633146_10_50_27/10.50.2796.0/free/441824_intl_x64_zip.exe
However, when I...
Answer Snippets (Read the full thread at microsoft):
I have tried on our company DSL that goes directly to the Internet, our corporate... .
Regards,
Alberto Morillo
SQLCoffee.com Thanks.
Hope this helps.
Please try again.
Hello,
I copy the link you provided on the Web browser and I was able to download the update .
|
|
I installed Debian Sarge several days ago. Installation seemed smooth except some minor problems.
1. NO SOUND: I put in a music cd into my dvd player. The cd seemed to be auto-played since I could see the time on cd player window progressing. But no matter...
Started by cwh on
, 12 posts
by 6 people.
Answer Snippets (Read the full thread at debian):
CANNOT USE ENCRYPTED DVD: When I tried to play a movie dvd, it came out with an error cd into either dvd-rom or cd-rw, it appears to run, but I cannot hear anything no matter how.
Problems.
|
|
As a Windows administrator, what tools do you feel you cannot live without?
Started by John T on
, 48 posts
by 47 people.
Answer Snippets (Read the full thread at serverfault):
Gpedit - the group policy editor, allows you to easily manage registry entries... .
It centralizes all control over users/computers/printers/groups in your organizational unit into one program .
Active Directory - if you manage a domain this is your best friend .
|