473,606 Members | 2,409 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS2005 C# is very BUGGY, please hlp

Hi,

I'm amazed!!!

I am using VS2005, I create a new web project, c# and then within the
default.aspx form right mouse click and select "View Compnent Designer" , I
then select and drag a SQLDataAdapter onto the designer. I then go through
the wizard and create SQL Query. I then compile the project, I have add
in a "InitializeComp onent();" within the Page_Load, I then run the program.
everything works okay,, as it does noting. I then go in a righmouse click
within the component designer on the SQLDataAdapter I created, I then
select:"configu re Data Adapter" and highlight another coupld of colums
within my SQL query and then slect finish.. , I complile and rerun the
program. I then get the following error... below:
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "Default2.resou rces" was correctly embedded or
linked into assembly "App_Web_pnpqua 9t" at compile time, or that all the
satellite assemblies required are loadable and fully signed.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Resource s.MissingManife stResourceExcep tion: Could
not find any resources appropriate for the specified culture or the neutral
culture. Make sure "Default2.resou rces" was correctly embedded or linked
into assembly "App_Web_pnpqua 9t" at compile time, or that all the satellite
assemblies required are loadable and fully signed.

Source Error:

Line 43: // sqlUpdateComman d1
Line 44: //
Line 45: this.sqlUpdateC ommand1.Command Text =
resources.GetSt ring("sqlUpdate Command1.Comman dText");
Line 46: this.sqlUpdateC ommand1.Connect ion = this.sqlConnect ion1;
Line 47: this.sqlUpdateC ommand1.Paramet ers.AddRange(ne w
System.Data.Sql Client.SqlParam eter[] {

Source File: c:\NoteBook C\My Documents\My Webs\temp\Defau lt2.aspx.cs
Line: 45

Stack Trace:

[MissingManifest ResourceExcepti on: Could not find any resources appropriate
for the specified culture or the neutral culture. Make sure
"Default2.resou rces" was correctly embedded or linked into assembly
"App_Web_pnpqua 9t" at compile time, or that all the satellite assemblies
required are loadable and fully signed.]
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +655
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +681
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +681
System.Resource s.ResourceManag er.GetString(St ring name, CultureInfo
culture) +77
System.Resource s.ResourceManag er.GetString(St ring name) +6
Default2.Initia lizeComponent() in c:\NoteBook C\My Documents\My
Webs\temp\Defau lt2.aspx.cs:45
Default2.Page_L oad(Object sender, EventArgs e) in c:\NoteBook C\My
Documents\My Webs\temp\Defau lt2.aspx.cs:23
System.Web.Util .CalliHelper.Ev entArgFunctionC aller(IntPtr fp, Object o,
Object t, EventArgs e) +31
System.Web.Util .CalliEventHand lerDelegateProx y.Callback(Obje ct sender,
EventArgs e) +68
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +88
System.Web.UI.C ontrol.LoadRecu rsive() +74
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint) +3035


Nov 27 '05 #1
10 2056
You're only scratching the surface Rob. This compiler still feels like beta
software especially for code migrations. You can't even include some header
files because dependant headers aren't in Visual Studio (see tapi3.h). On
top of it crashing on me all the time when I'm not even working in it,
totally destroying my web application when I attempted an upgrade, and
mysteriously making half of my C++ programs unable to compile any longer
(sometimes they compile fine except in release mode), I'd have to say that
I'm looking frequently for the first service pack.

"Rob Dob" <ro************ @yahoo.com> wrote in message
news:Oe******** ******@TK2MSFTN GP11.phx.gbl...
Hi,

I'm amazed!!!

I am using VS2005, I create a new web project, c# and then within the
default.aspx form right mouse click and select "View Compnent Designer" ,
I then select and drag a SQLDataAdapter onto the designer. I then go
through the wizard and create SQL Query. I then compile the project, I
have add in a "InitializeComp onent();" within the Page_Load, I then run
the program. everything works okay,, as it does noting. I then go in a
righmouse click within the component designer on the SQLDataAdapter I
created, I then select:"configu re Data Adapter" and highlight another
coupld of colums within my SQL query and then slect finish.. , I complile
and rerun the program. I then get the following error... below:
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "Default2.resou rces" was correctly embedded or
linked into assembly "App_Web_pnpqua 9t" at compile time, or that all the
satellite assemblies required are loadable and fully signed.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Resource s.MissingManife stResourceExcep tion:
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "Default2.resou rces" was correctly embedded or
linked into assembly "App_Web_pnpqua 9t" at compile time, or that all the
satellite assemblies required are loadable and fully signed.

Source Error:

Line 43: // sqlUpdateComman d1
Line 44: //
Line 45: this.sqlUpdateC ommand1.Command Text =
resources.GetSt ring("sqlUpdate Command1.Comman dText");
Line 46: this.sqlUpdateC ommand1.Connect ion = this.sqlConnect ion1;
Line 47: this.sqlUpdateC ommand1.Paramet ers.AddRange(ne w
System.Data.Sql Client.SqlParam eter[] {

Source File: c:\NoteBook C\My Documents\My Webs\temp\Defau lt2.aspx.cs
Line: 45

Stack Trace:

[MissingManifest ResourceExcepti on: Could not find any resources
appropriate for the specified culture or the neutral culture. Make sure
"Default2.resou rces" was correctly embedded or linked into assembly
"App_Web_pnpqua 9t" at compile time, or that all the satellite assemblies
required are loadable and fully signed.]
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +655
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +681
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +681
System.Resource s.ResourceManag er.GetString(St ring name, CultureInfo
culture) +77
System.Resource s.ResourceManag er.GetString(St ring name) +6
Default2.Initia lizeComponent() in c:\NoteBook C\My Documents\My
Webs\temp\Defau lt2.aspx.cs:45
Default2.Page_L oad(Object sender, EventArgs e) in c:\NoteBook C\My
Documents\My Webs\temp\Defau lt2.aspx.cs:23
System.Web.Util .CalliHelper.Ev entArgFunctionC aller(IntPtr fp, Object o,
Object t, EventArgs e) +31
System.Web.Util .CalliEventHand lerDelegateProx y.Callback(Obje ct sender,
EventArgs e) +68
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +88
System.Web.UI.C ontrol.LoadRecu rsive() +74
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint) +3035

Nov 28 '05 #2
Yep - it's a piss poor release - not much better than the Beta - Forms seems
to be ok but ASP.Net is a frigging nightmare.

Have you had the one where VS just simply dissappears without any errors -
just wipes itself clean from memory with zero explanation?

I'm very dissapointed in this release as I was looking forward to it.

Kev

"Rob Dob" <ro************ @yahoo.com> wrote in message
news:Oe******** ******@TK2MSFTN GP11.phx.gbl...
Hi,

I'm amazed!!!

I am using VS2005, I create a new web project, c# and then within the
default.aspx form right mouse click and select "View Compnent Designer" ,
I then select and drag a SQLDataAdapter onto the designer. I then go
through the wizard and create SQL Query. I then compile the project, I
have add in a "InitializeComp onent();" within the Page_Load, I then run
the program. everything works okay,, as it does noting. I then go in a
righmouse click within the component designer on the SQLDataAdapter I
created, I then select:"configu re Data Adapter" and highlight another
coupld of colums within my SQL query and then slect finish.. , I complile
and rerun the program. I then get the following error... below:
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "Default2.resou rces" was correctly embedded or
linked into assembly "App_Web_pnpqua 9t" at compile time, or that all the
satellite assemblies required are loadable and fully signed.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Resource s.MissingManife stResourceExcep tion:
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "Default2.resou rces" was correctly embedded or
linked into assembly "App_Web_pnpqua 9t" at compile time, or that all the
satellite assemblies required are loadable and fully signed.

Source Error:

Line 43: // sqlUpdateComman d1
Line 44: //
Line 45: this.sqlUpdateC ommand1.Command Text =
resources.GetSt ring("sqlUpdate Command1.Comman dText");
Line 46: this.sqlUpdateC ommand1.Connect ion = this.sqlConnect ion1;
Line 47: this.sqlUpdateC ommand1.Paramet ers.AddRange(ne w
System.Data.Sql Client.SqlParam eter[] {

Source File: c:\NoteBook C\My Documents\My Webs\temp\Defau lt2.aspx.cs
Line: 45

Stack Trace:

[MissingManifest ResourceExcepti on: Could not find any resources
appropriate for the specified culture or the neutral culture. Make sure
"Default2.resou rces" was correctly embedded or linked into assembly
"App_Web_pnpqua 9t" at compile time, or that all the satellite assemblies
required are loadable and fully signed.]
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +655
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +681
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +681
System.Resource s.ResourceManag er.GetString(St ring name, CultureInfo
culture) +77
System.Resource s.ResourceManag er.GetString(St ring name) +6
Default2.Initia lizeComponent() in c:\NoteBook C\My Documents\My
Webs\temp\Defau lt2.aspx.cs:45
Default2.Page_L oad(Object sender, EventArgs e) in c:\NoteBook C\My
Documents\My Webs\temp\Defau lt2.aspx.cs:23
System.Web.Util .CalliHelper.Ev entArgFunctionC aller(IntPtr fp, Object o,
Object t, EventArgs e) +31
System.Web.Util .CalliEventHand lerDelegateProx y.Callback(Obje ct sender,
EventArgs e) +68
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +88
System.Web.UI.C ontrol.LoadRecu rsive() +74
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint) +3035

Nov 28 '05 #3
Hi,

I just love it.. I figured I would go through some of the ASP.NET tutorials
posted at: ( ASP.NET )

http://66.129.71.130/QuickStartv20/a...stBack_vb.aspx

guess I will have to wait as these pages also give an error.. I bet at one
time they use to be working...,

Anyway does anyone have any idea on what I can do to resolve my problem
below, or is it just something that I will have to wait for Microsoft to
resolve?

I can't help but remember that in my anticipation for the release of VS2005
reading a blurb on the Microsoft site about how it was only going to be
scheduled for release upon them getting it right. Guess they did...

thanks,
"Rob Dob" <ro************ @yahoo.com> wrote in message
news:Oe******** ******@TK2MSFTN GP11.phx.gbl...
Hi,

I'm amazed!!!

I am using VS2005, I create a new web project, c# and then within the
default.aspx form right mouse click and select "View Compnent Designer" ,
I then select and drag a SQLDataAdapter onto the designer. I then go
through the wizard and create SQL Query. I then compile the project, I
have add in a "InitializeComp onent();" within the Page_Load, I then run
the program. everything works okay,, as it does noting. I then go in a
righmouse click within the component designer on the SQLDataAdapter I
created, I then select:"configu re Data Adapter" and highlight another
coupld of colums within my SQL query and then slect finish.. , I complile
and rerun the program. I then get the following error... below:
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "Default2.resou rces" was correctly embedded or
linked into assembly "App_Web_pnpqua 9t" at compile time, or that all the
satellite assemblies required are loadable and fully signed.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Resource s.MissingManife stResourceExcep tion:
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "Default2.resou rces" was correctly embedded or
linked into assembly "App_Web_pnpqua 9t" at compile time, or that all the
satellite assemblies required are loadable and fully signed.

Source Error:

Line 43: // sqlUpdateComman d1
Line 44: //
Line 45: this.sqlUpdateC ommand1.Command Text =
resources.GetSt ring("sqlUpdate Command1.Comman dText");
Line 46: this.sqlUpdateC ommand1.Connect ion = this.sqlConnect ion1;
Line 47: this.sqlUpdateC ommand1.Paramet ers.AddRange(ne w
System.Data.Sql Client.SqlParam eter[] {

Source File: c:\NoteBook C\My Documents\My Webs\temp\Defau lt2.aspx.cs
Line: 45

Stack Trace:

[MissingManifest ResourceExcepti on: Could not find any resources
appropriate for the specified culture or the neutral culture. Make sure
"Default2.resou rces" was correctly embedded or linked into assembly
"App_Web_pnpqua 9t" at compile time, or that all the satellite assemblies
required are loadable and fully signed.]
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +655
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +681
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +681
System.Resource s.ResourceManag er.GetString(St ring name, CultureInfo
culture) +77
System.Resource s.ResourceManag er.GetString(St ring name) +6
Default2.Initia lizeComponent() in c:\NoteBook C\My Documents\My
Webs\temp\Defau lt2.aspx.cs:45
Default2.Page_L oad(Object sender, EventArgs e) in c:\NoteBook C\My
Documents\My Webs\temp\Defau lt2.aspx.cs:23
System.Web.Util .CalliHelper.Ev entArgFunctionC aller(IntPtr fp, Object o,
Object t, EventArgs e) +31
System.Web.Util .CalliEventHand lerDelegateProx y.Callback(Obje ct sender,
EventArgs e) +68
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +88
System.Web.UI.C ontrol.LoadRecu rsive() +74
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint) +3035

Nov 28 '05 #4
Hi,

I had this problem, my application disappearing from memory, no trace of
it, as if you never even lauched it.. This was a c++ MFc application,
anyway it turned out to be an "Exception causing an Exception"

thanks for your in input, but this is darn frustrating.

"Mantorok" <no**@tiscali.c o.uk> wrote in message
news:dm******** **@newsfeed.th. ifl.net...
Yep - it's a piss poor release - not much better than the Beta - Forms
seems to be ok but ASP.Net is a frigging nightmare.

Have you had the one where VS just simply dissappears without any errors -
just wipes itself clean from memory with zero explanation?

I'm very dissapointed in this release as I was looking forward to it.

Kev

"Rob Dob" <ro************ @yahoo.com> wrote in message
news:Oe******** ******@TK2MSFTN GP11.phx.gbl...
Hi,

I'm amazed!!!

I am using VS2005, I create a new web project, c# and then within the
default.aspx form right mouse click and select "View Compnent Designer" ,
I then select and drag a SQLDataAdapter onto the designer. I then go
through the wizard and create SQL Query. I then compile the project, I
have add in a "InitializeComp onent();" within the Page_Load, I then run
the program. everything works okay,, as it does noting. I then go in a
righmouse click within the component designer on the SQLDataAdapter I
created, I then select:"configu re Data Adapter" and highlight another
coupld of colums within my SQL query and then slect finish.. , I
complile and rerun the program. I then get the following error...
below:
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "Default2.resou rces" was correctly embedded
or linked into assembly "App_Web_pnpqua 9t" at compile time, or that all
the satellite assemblies required are loadable and fully signed.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Resource s.MissingManife stResourceExcep tion:
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "Default2.resou rces" was correctly embedded
or linked into assembly "App_Web_pnpqua 9t" at compile time, or that all
the satellite assemblies required are loadable and fully signed.

Source Error:

Line 43: // sqlUpdateComman d1
Line 44: //
Line 45: this.sqlUpdateC ommand1.Command Text =
resources.GetSt ring("sqlUpdate Command1.Comman dText");
Line 46: this.sqlUpdateC ommand1.Connect ion = this.sqlConnect ion1;
Line 47: this.sqlUpdateC ommand1.Paramet ers.AddRange(ne w
System.Data.Sql Client.SqlParam eter[] {

Source File: c:\NoteBook C\My Documents\My Webs\temp\Defau lt2.aspx.cs
Line: 45

Stack Trace:

[MissingManifest ResourceExcepti on: Could not find any resources
appropriate for the specified culture or the neutral culture. Make sure
"Default2.resou rces" was correctly embedded or linked into assembly
"App_Web_pnpqua 9t" at compile time, or that all the satellite assemblies
required are loadable and fully signed.]
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +655
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +681
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +681
System.Resource s.ResourceManag er.GetString(St ring name, CultureInfo
culture) +77
System.Resource s.ResourceManag er.GetString(St ring name) +6
Default2.Initia lizeComponent() in c:\NoteBook C\My Documents\My
Webs\temp\Defau lt2.aspx.cs:45
Default2.Page_L oad(Object sender, EventArgs e) in c:\NoteBook C\My
Documents\My Webs\temp\Defau lt2.aspx.cs:23
System.Web.Util .CalliHelper.Ev entArgFunctionC aller(IntPtr fp, Object o,
Object t, EventArgs e) +31
System.Web.Util .CalliEventHand lerDelegateProx y.Callback(Obje ct sender,
EventArgs e) +68
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +88
System.Web.UI.C ontrol.LoadRecu rsive() +74
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
+3035


Nov 28 '05 #5
On Mon, 28 Nov 2005 06:00:48 -0500, "Rob Dob"
<ro************ @yahoo.com> wrote:
Hi,

I just love it.. I figured I would go through some of the ASP.NET tutorials
posted at: ( ASP.NET )

http://66.129.71.130/QuickStartv20/a...stBack_vb.aspx

guess I will have to wait as these pages also give an error.. I bet at one
time they use to be working...,
I'll see if I can ping someone to get this fixed. It looks like it's
not an ASP.NET problem but someone put in some bad code.

Anyway does anyone have any idea on what I can do to resolve my problem
below, or is it just something that I will have to wait for Microsoft to
resolve?


When you say you "compile" the web site - what menu command are you
using? The Build command?

Something I'd try is to delete everything under the "Temporary ASP.NET
Files" directory to make sure compilation is starting from scratch.
I'd also check in the designer to make sure adapter still has all the
proper SQL queries inside.

--
Scott
http://www.OdeToCode.com/blogs/scott/
Nov 28 '05 #6
Hi,

thanks,

I have clean out everything within the VSWebCace, and still the same error,
do you have any other suggestions:

System.Resource s.MissingManife stResourceExcep tion: Could not find any
resources appropriate for the specified culture or the neutral culture.
Make sure "MyApp.wanted.r esources" was correctly embedded or linked into
assembly "App_Web_pnwplm tv" at compile time, or that all the satellite
assemblies required are loadable and fully signed.

thanks,

"Scott Allen" <sc***@nospam.o detocode.com> wrote in message
news:p0******** *************** *********@4ax.c om...
On Mon, 28 Nov 2005 06:00:48 -0500, "Rob Dob"
<ro************ @yahoo.com> wrote:
Hi,

I just love it.. I figured I would go through some of the ASP.NET
tutorials
posted at: ( ASP.NET )

http://66.129.71.130/QuickStartv20/a...stBack_vb.aspx

guess I will have to wait as these pages also give an error.. I bet at
one
time they use to be working...,


I'll see if I can ping someone to get this fixed. It looks like it's
not an ASP.NET problem but someone put in some bad code.

Anyway does anyone have any idea on what I can do to resolve my problem
below, or is it just something that I will have to wait for Microsoft to
resolve?


When you say you "compile" the web site - what menu command are you
using? The Build command?

Something I'd try is to delete everything under the "Temporary ASP.NET
Files" directory to make sure compilation is starting from scratch.
I'd also check in the designer to make sure adapter still has all the
proper SQL queries inside.

--
Scott
http://www.OdeToCode.com/blogs/scott/

Nov 29 '05 #7
In article <up************ **@TK2MSFTNGP10 .phx.gbl>, Jayme Pechan wrote:
This compiler still feels like beta
software


I attended the MSDN launch event in Atlanta yesterday. A couple of the
presentations included demonstrations of VS2005 hanging and taking
exceptions.

Mike

Nov 30 '05 #8
Wow! Terrific!!
"Mike Blake-Knox" <mi********@spa mintrex.net> wrote in message
news:VA******** **********@spam intrex.net...
In article <up************ **@TK2MSFTNGP10 .phx.gbl>, Jayme Pechan wrote:
This compiler still feels like beta
software


I attended the MSDN launch event in Atlanta yesterday. A couple of the
presentations included demonstrations of VS2005 hanging and taking
exceptions.

Mike

Nov 30 '05 #9
This is very interesting. I started learning C# because in 2003.net and the
2005 betas I seemed to be making progress. With the full version a lot of
stuff simply doesn't seem to work as well as it used to, but hey I'm only
learning and not a serious programmer by any means so I assume it's me
forgetting stuff etc.

Maybe it's not just me then eh?

Charlie

"Jayme Pechan" <ja**********@w hitefeld.com> wrote in message
news:up******** ********@TK2MSF TNGP10.phx.gbl. ..
You're only scratching the surface Rob. This compiler still feels like
beta software especially for code migrations. You can't even include some
header files because dependant headers aren't in Visual Studio (see
tapi3.h). On top of it crashing on me all the time when I'm not even
working in it, totally destroying my web application when I attempted an
upgrade, and mysteriously making half of my C++ programs unable to compile
any longer (sometimes they compile fine except in release mode), I'd have
to say that I'm looking frequently for the first service pack.

"Rob Dob" <ro************ @yahoo.com> wrote in message
news:Oe******** ******@TK2MSFTN GP11.phx.gbl...
Hi,

I'm amazed!!!

I am using VS2005, I create a new web project, c# and then within the
default.aspx form right mouse click and select "View Compnent Designer" ,
I then select and drag a SQLDataAdapter onto the designer. I then go
through the wizard and create SQL Query. I then compile the project, I
have add in a "InitializeComp onent();" within the Page_Load, I then run
the program. everything works okay,, as it does noting. I then go in a
righmouse click within the component designer on the SQLDataAdapter I
created, I then select:"configu re Data Adapter" and highlight another
coupld of colums within my SQL query and then slect finish.. , I
complile and rerun the program. I then get the following error...
below:
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "Default2.resou rces" was correctly embedded
or linked into assembly "App_Web_pnpqua 9t" at compile time, or that all
the satellite assemblies required are loadable and fully signed.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Resource s.MissingManife stResourceExcep tion:
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "Default2.resou rces" was correctly embedded
or linked into assembly "App_Web_pnpqua 9t" at compile time, or that all
the satellite assemblies required are loadable and fully signed.

Source Error:

Line 43: // sqlUpdateComman d1
Line 44: //
Line 45: this.sqlUpdateC ommand1.Command Text =
resources.GetSt ring("sqlUpdate Command1.Comman dText");
Line 46: this.sqlUpdateC ommand1.Connect ion = this.sqlConnect ion1;
Line 47: this.sqlUpdateC ommand1.Paramet ers.AddRange(ne w
System.Data.Sql Client.SqlParam eter[] {

Source File: c:\NoteBook C\My Documents\My Webs\temp\Defau lt2.aspx.cs
Line: 45

Stack Trace:

[MissingManifest ResourceExcepti on: Could not find any resources
appropriate for the specified culture or the neutral culture. Make sure
"Default2.resou rces" was correctly embedded or linked into assembly
"App_Web_pnpqua 9t" at compile time, or that all the satellite assemblies
required are loadable and fully signed.]
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +655
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +681
System.Resource s.ResourceManag er.InternalGetR esourceSet(Cult ureInfo
culture, Boolean createIfNotExis ts, Boolean tryParents) +681
System.Resource s.ResourceManag er.GetString(St ring name, CultureInfo
culture) +77
System.Resource s.ResourceManag er.GetString(St ring name) +6
Default2.Initia lizeComponent() in c:\NoteBook C\My Documents\My
Webs\temp\Defau lt2.aspx.cs:45
Default2.Page_L oad(Object sender, EventArgs e) in c:\NoteBook C\My
Documents\My Webs\temp\Defau lt2.aspx.cs:23
System.Web.Util .CalliHelper.Ev entArgFunctionC aller(IntPtr fp, Object o,
Object t, EventArgs e) +31
System.Web.Util .CalliEventHand lerDelegateProx y.Callback(Obje ct sender,
EventArgs e) +68
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +88
System.Web.UI.C ontrol.LoadRecu rsive() +74
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
+3035


Dec 1 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
1120
by: Rob Dob | last post by:
Hi, I'm amazed!!! I am using VS2005, I create a new web project, c# and then within the default.aspx form right mouse click and select "View Compnent Designer" , I then select and drag a SQLDataAdapter onto the designer. I then go through the wizard and create SQL Query. I then compile the project, I have add in a "InitializeComponent();" within the Page_Load, I then run the program. everything works okay,, as it does noting. ...
4
1209
by: Earl | last post by:
To upgrade or not? This, to me, is based upon whether or not Microsoft has -- at least -- fixed the buggy controls from VS2003: Combo (clearing and binding context issues) Checked ListBox (checked items losing status when control goes visible) Datagrid (header alignment to the right smashes into the grid) DataAdapter (creates timestamp for Insert command, amongst other oddities) Did I forget something? Does anyone know for certain if...
56
3525
by: Rob Dob | last post by:
VS2005 is a PIECE of Garbage and is bug Ridden, I wonder how many others feel the same, I am so sorry that I have moved away from VS2003, VS2005 is unstable, and half the stuff doesn't work, Microsft has spent so much time trying to make it simply that when you try to do something useful with it it doesn't work... Half the time it crashes, and menu items appear for things you cannot do. For example, Go into component designer, ...
5
1987
by: GaryDean | last post by:
(my original post was inaccurate but this post accurately describes what I think is a very bad vs2005 bug) short description... Deleting a dataset and recreating it from the dataadapter causes VS.Net 2005 to render the associated .resx and .vb file inoperative. detail... I converted an asp 1.1 vb.net app using the vs2005 conversion wizard and then retested the app after conversion.
17
3022
by: Marc | last post by:
Hi, Before I had installed Visual basic.net 2003 on my laptop toshiba Tecra S1 Tecra S1 Centrino 1.6GHz / XP Pro / 15.0 256mb Windows XP servic pack2 After installing Visual Studio 2005 My computer seems to be too slow to debug my developping applications.
13
5050
by: Dave Booker | last post by:
I need to compile a VS2005 project to run using the 1.1 framework (i.e., app.config containing <supportedRuntime version="v1.1.4322" /> ). (If I just compile and run with such a setting it functions, but I can't tell which framework it's using.) Is there any way to specifically compile for 1.1 with the standard Studio, or do I have to seek recourse with plug-ins like the following? ...
2
1233
by: Steve | last post by:
has anyone tired vs2005 express on vista beta 2??? i so does it work??? cheers guys Steve
1
3414
by: Wayne Deleer | last post by:
Has anyone had this happen to them? I'm writing an application in C# using VS2005. Part of my application requires that I use Crystal Reports to make some reports to print out. Anyway, here's the buggy part... While working on a Crystal Report in VS2005, I'll drag my data fields onto the report and try to line them up as best as I can. Then I'll drag and select the fields I want to line up, right-click, choose Align, then Bottom (or...
2
1357
by: Ronny | last post by:
I use C# in VS2005 and can't set a data breakpoint(the option is disabled). Is that normal? Is there a workaround? Regards Ronny
0
7955
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8431
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8096
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8306
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6773
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5966
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5466
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3937
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
1300
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.