473,418 Members | 2,088 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,418 software developers and data experts.

Deployment problem

I have built a Setup file of my project and when I deploy it on another PC
is crashes fairly quickly.

I ran Dependancy Walker and found that it couldn't find the following files:

MSCORPE.DLL
MSCORSEC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\ADVAP I32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\GDI32.DLL
c:\windows\microsoft.net\framework\v1.1.4322\GDIPL US.DLL
c:\windows\assembly\gac\system.drawing\1.0.5000.0_ _b03f5f7f11d50a3a\GDIPLUS.DLL
c:\windows\microsoft.net\framework\v1.1.4322\KERNE L32.DLL
c:\windows\assembly\gac\system.drawing\1.0.5000.0_ _b03f5f7f11d50a3a\MSCOREE.DLL
c:\windows\microsoft.net\framework\v1.1.4322\en-us\MSCORRC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\en\MS CORRC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\OLE32 .DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLE32.DLL
c:\windows\microsoft.net\framework\v1.1.4322\OLEAU T32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLEAUT32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLEPRO32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\USER32.DLL
c:\windows\assembly\gac\system\1.0.5000.0__b77a5c5 61934e089\WS2_32.DLL

The strange think is that some of these files are not in these locations on
my PC either , which is where I built it. Some of them are in system32. For
instance GDI32.DLL in in system32 on my PC and the target PC, so why is it
looking in
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\?

Thanks

-Jerry

Nov 21 '05 #1
5 3627
The error is, I think, misleading. Note that for GDIPLUS.DLL it looks in a
couple of places - at a guess it then finds it in system32 and carries on.
What is it that crashes? The installer or the application? Does the test
system have .Net framework installed? Are you including the .Net
bootstrapper?

Jevon
"Jerry Spence1" <je**********@somewhere.com> wrote in message
news:43***********************@ptn-nntp-reader04.plus.net...
I have built a Setup file of my project and when I deploy it on another PC
is crashes fairly quickly.

I ran Dependancy Walker and found that it couldn't find the following
files:

MSCORPE.DLL
MSCORSEC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\ADVAP I32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\GDI32.DLL
c:\windows\microsoft.net\framework\v1.1.4322\GDIPL US.DLL
c:\windows\assembly\gac\system.drawing\1.0.5000.0_ _b03f5f7f11d50a3a\GDIPLUS.DLL
c:\windows\microsoft.net\framework\v1.1.4322\KERNE L32.DLL
c:\windows\assembly\gac\system.drawing\1.0.5000.0_ _b03f5f7f11d50a3a\MSCOREE.DLL
c:\windows\microsoft.net\framework\v1.1.4322\en-us\MSCORRC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\en\MS CORRC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\OLE32 .DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLE32.DLL
c:\windows\microsoft.net\framework\v1.1.4322\OLEAU T32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLEAUT32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLEPRO32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\USER32.DLL
c:\windows\assembly\gac\system\1.0.5000.0__b77a5c5 61934e089\WS2_32.DLL

The strange think is that some of these files are not in these locations
on my PC either , which is where I built it. Some of them are in system32.
For instance GDI32.DLL in in system32 on my PC and the target PC, so why
is it looking in
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\?

Thanks

-Jerry

Nov 21 '05 #2
Thanks for your reply.

It's the application that fails on the target PC. Yes I have installed
Netframework on it.

I'm not sure what the .net bootstrapper is so I can't answer that.

You may have a point about the misleading nature of the message. When I look
down the lower part of the screen I get this:

GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsAlloc")
called from
"c:\windows\assembly\gac\crystaldecisions.crystalr eports.engine\9.1.5000.0__692fbea5521e1304\CRYSTAL DECISIONS.CRYSTALREPORTS.ENGINE.DLL"
at address 0x0800FFDC and returned NULL by thread 1. Error: The specified
procedure could not be found (127).
and several other ones. Perhaps I should have mentioned that I am deploying
crystal reports (a subject I know little about). I am including in the
package:

C:\Program Files\Common Files\Merge Modules\Crystal_Database_Access2003.msm
C:\Program Files\Common Files\Merge
Modules\Crystal_Database_Access2003_enu.msm
C:\Program Files\Common Files\Merge Modules\Crystal_Managed2003.msm

Do I need anything else to deploy CR?

(I've just looked an I have nothing in c:\windows\assembly\gac\ on the
target PC at all, so I guess this is the problem.).
Do I need to install CR on the target machine seperately or should the Setup
carry the require files with it?

Thanks

-Jerry
"Jevon" <pl****@ask.com> wrote in message
news:uI**************@TK2MSFTNGP12.phx.gbl...
The error is, I think, misleading. Note that for GDIPLUS.DLL it looks in a
couple of places - at a guess it then finds it in system32 and carries on.
What is it that crashes? The installer or the application? Does the test
system have .Net framework installed? Are you including the .Net
bootstrapper?

Jevon
"Jerry Spence1" <je**********@somewhere.com> wrote in message
news:43***********************@ptn-nntp-reader04.plus.net...
I have built a Setup file of my project and when I deploy it on another PC
is crashes fairly quickly.

I ran Dependancy Walker and found that it couldn't find the following
files:

MSCORPE.DLL
MSCORSEC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\ADVAP I32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\GDI32.DLL
c:\windows\microsoft.net\framework\v1.1.4322\GDIPL US.DLL
c:\windows\assembly\gac\system.drawing\1.0.5000.0_ _b03f5f7f11d50a3a\GDIPLUS.DLL
c:\windows\microsoft.net\framework\v1.1.4322\KERNE L32.DLL
c:\windows\assembly\gac\system.drawing\1.0.5000.0_ _b03f5f7f11d50a3a\MSCOREE.DLL
c:\windows\microsoft.net\framework\v1.1.4322\en-us\MSCORRC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\en\MS CORRC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\OLE32 .DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLE32.DLL
c:\windows\microsoft.net\framework\v1.1.4322\OLEAU T32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLEAUT32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLEPRO32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\USER32.DLL
c:\windows\assembly\gac\system\1.0.5000.0__b77a5c5 61934e089\WS2_32.DLL

The strange think is that some of these files are not in these locations
on my PC either , which is where I built it. Some of them are in
system32. For instance GDI32.DLL in in system32 on my PC and the target
PC, so why is it looking in
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\?

Thanks

-Jerry


Nov 21 '05 #3
Bootstrapper information:
http://msdn.microsoft.com/vstudio/do.../bootstrapper/
(Why they couldn't include this by default I don't know!)

When you say there is nothing in the GAC, do you mean C:\Windows\Assembly is
empty, or that it just doesn't contain the Crystal Reports files you'd
expect? I would imagine that because you're including the .msm files there
isn't anything else required, though I don't have any experience with CR to
comment on this.

Are you sure that .Net is installed correctly, and that it's the correct
version? I know this might seem like a basic question, but it could be
something like this. Do other .Net apps work normally?

What version of Windows is the client? FlsAlloc requires Windows Server
2003 -
http://msdn.microsoft.com/library/de...e/flsalloc.asp

Jevon
"Jerry Spence1" <je**********@somewhere.com> wrote in message
news:43***********************@ptn-nntp-reader02.plus.net...
Thanks for your reply.

It's the application that fails on the target PC. Yes I have installed
Netframework on it.

I'm not sure what the .net bootstrapper is so I can't answer that.

You may have a point about the misleading nature of the message. When I
look down the lower part of the screen I get this:

GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsAlloc")
called from
"c:\windows\assembly\gac\crystaldecisions.crystalr eports.engine\9.1.5000.0__692fbea5521e1304\CRYSTAL DECISIONS.CRYSTALREPORTS.ENGINE.DLL"
at address 0x0800FFDC and returned NULL by thread 1. Error: The specified
procedure could not be found (127).
and several other ones. Perhaps I should have mentioned that I am
deploying crystal reports (a subject I know little about). I am including
in the package:

C:\Program Files\Common Files\Merge
Modules\Crystal_Database_Access2003.msm
C:\Program Files\Common Files\Merge
Modules\Crystal_Database_Access2003_enu.msm
C:\Program Files\Common Files\Merge Modules\Crystal_Managed2003.msm

Do I need anything else to deploy CR?

(I've just looked an I have nothing in c:\windows\assembly\gac\ on the
target PC at all, so I guess this is the problem.).
Do I need to install CR on the target machine seperately or should the
Setup carry the require files with it?

Thanks

-Jerry
"Jevon" <pl****@ask.com> wrote in message
news:uI**************@TK2MSFTNGP12.phx.gbl...
The error is, I think, misleading. Note that for GDIPLUS.DLL it looks in
a couple of places - at a guess it then finds it in system32 and carries
on.
What is it that crashes? The installer or the application? Does the test
system have .Net framework installed? Are you including the .Net
bootstrapper?

Jevon
"Jerry Spence1" <je**********@somewhere.com> wrote in message
news:43***********************@ptn-nntp-reader04.plus.net...
I have built a Setup file of my project and when I deploy it on another
PC is crashes fairly quickly.

I ran Dependancy Walker and found that it couldn't find the following
files:

MSCORPE.DLL
MSCORSEC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\ADVAP I32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\GDI32.DLL
c:\windows\microsoft.net\framework\v1.1.4322\GDIPL US.DLL
c:\windows\assembly\gac\system.drawing\1.0.5000.0_ _b03f5f7f11d50a3a\GDIPLUS.DLL
c:\windows\microsoft.net\framework\v1.1.4322\KERNE L32.DLL
c:\windows\assembly\gac\system.drawing\1.0.5000.0_ _b03f5f7f11d50a3a\MSCOREE.DLL
c:\windows\microsoft.net\framework\v1.1.4322\en-us\MSCORRC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\en\MS CORRC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\OLE32 .DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLE32.DLL
c:\windows\microsoft.net\framework\v1.1.4322\OLEAU T32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLEAUT32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLEPRO32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\USER32.DLL
c:\windows\assembly\gac\system\1.0.5000.0__b77a5c5 61934e089\WS2_32.DLL

The strange think is that some of these files are not in these locations
on my PC either , which is where I built it. Some of them are in
system32. For instance GDI32.DLL in in system32 on my PC and the target
PC, so why is it looking in
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\?

Thanks

-Jerry



Nov 21 '05 #4
Something further to that:
The error regarding flsalloc might not be an error as such - it could be CR
attempting to access it to test its availability, and it might then handle
the "failure" internally - I don't have experience with Dependancy Walker to
know if this constitutes a "serious" failure or not.

Jevon
"Jevon" <pl****@ask.com> wrote in message
news:us**************@tk2msftngp13.phx.gbl...
Bootstrapper information:
http://msdn.microsoft.com/vstudio/do.../bootstrapper/
(Why they couldn't include this by default I don't know!)

When you say there is nothing in the GAC, do you mean C:\Windows\Assembly
is empty, or that it just doesn't contain the Crystal Reports files you'd
expect? I would imagine that because you're including the .msm files there
isn't anything else required, though I don't have any experience with CR
to comment on this.

Are you sure that .Net is installed correctly, and that it's the correct
version? I know this might seem like a basic question, but it could be
something like this. Do other .Net apps work normally?

What version of Windows is the client? FlsAlloc requires Windows Server
2003 -
http://msdn.microsoft.com/library/de...e/flsalloc.asp

Jevon
"Jerry Spence1" <je**********@somewhere.com> wrote in message
news:43***********************@ptn-nntp-reader02.plus.net...
Thanks for your reply.

It's the application that fails on the target PC. Yes I have installed
Netframework on it.

I'm not sure what the .net bootstrapper is so I can't answer that.

You may have a point about the misleading nature of the message. When I
look down the lower part of the screen I get this:

GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsAlloc")
called from
"c:\windows\assembly\gac\crystaldecisions.crystalr eports.engine\9.1.5000.0__692fbea5521e1304\CRYSTAL DECISIONS.CRYSTALREPORTS.ENGINE.DLL"
at address 0x0800FFDC and returned NULL by thread 1. Error: The specified
procedure could not be found (127).
and several other ones. Perhaps I should have mentioned that I am
deploying crystal reports (a subject I know little about). I am including
in the package:

C:\Program Files\Common Files\Merge
Modules\Crystal_Database_Access2003.msm
C:\Program Files\Common Files\Merge
Modules\Crystal_Database_Access2003_enu.msm
C:\Program Files\Common Files\Merge Modules\Crystal_Managed2003.msm

Do I need anything else to deploy CR?

(I've just looked an I have nothing in c:\windows\assembly\gac\ on the
target PC at all, so I guess this is the problem.).
Do I need to install CR on the target machine seperately or should the
Setup carry the require files with it?

Thanks

-Jerry
"Jevon" <pl****@ask.com> wrote in message
news:uI**************@TK2MSFTNGP12.phx.gbl...
The error is, I think, misleading. Note that for GDIPLUS.DLL it looks in
a couple of places - at a guess it then finds it in system32 and carries
on.
What is it that crashes? The installer or the application? Does the test
system have .Net framework installed? Are you including the .Net
bootstrapper?

Jevon
"Jerry Spence1" <je**********@somewhere.com> wrote in message
news:43***********************@ptn-nntp-reader04.plus.net...
I have built a Setup file of my project and when I deploy it on another
PC is crashes fairly quickly.

I ran Dependancy Walker and found that it couldn't find the following
files:

MSCORPE.DLL
MSCORSEC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\ADVAP I32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\GDI32.DLL
c:\windows\microsoft.net\framework\v1.1.4322\GDIPL US.DLL
c:\windows\assembly\gac\system.drawing\1.0.5000.0_ _b03f5f7f11d50a3a\GDIPLUS.DLL
c:\windows\microsoft.net\framework\v1.1.4322\KERNE L32.DLL
c:\windows\assembly\gac\system.drawing\1.0.5000.0_ _b03f5f7f11d50a3a\MSCOREE.DLL
c:\windows\microsoft.net\framework\v1.1.4322\en-us\MSCORRC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\en\MS CORRC.DLL
c:\windows\microsoft.net\framework\v1.1.4322\OLE32 .DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLE32.DLL
c:\windows\microsoft.net\framework\v1.1.4322\OLEAU T32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLEAUT32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLEPRO32.DLL
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\USER32.DLL
c:\windows\assembly\gac\system\1.0.5000.0__b77a5c5 61934e089\WS2_32.DLL

The strange think is that some of these files are not in these
locations on my PC either , which is where I built it. Some of them are
in system32. For instance GDI32.DLL in in system32 on my PC and the
target PC, so why is it looking in
c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\?

Thanks

-Jerry




Nov 21 '05 #5
I tried using Dependancy Walker to profile my working application on my own
PC - and it failed with
Second chance exception 0xC0000005 (Access Violation) occurred in
"MSCOREE.DLL" at address 0x78803EE8.

error message (whatever that means). So now I have no way of finding out why
it fails and I can't trust Dependancy Walker either.

-Jerry

"Jevon" <pl****@ask.com> wrote in message
news:un**************@TK2MSFTNGP12.phx.gbl...
Something further to that:
The error regarding flsalloc might not be an error as such - it could be
CR attempting to access it to test its availability, and it might then
handle the "failure" internally - I don't have experience with Dependancy
Walker to know if this constitutes a "serious" failure or not.

Jevon
"Jevon" <pl****@ask.com> wrote in message
news:us**************@tk2msftngp13.phx.gbl...
Bootstrapper information:
http://msdn.microsoft.com/vstudio/do.../bootstrapper/
(Why they couldn't include this by default I don't know!)

When you say there is nothing in the GAC, do you mean C:\Windows\Assembly
is empty, or that it just doesn't contain the Crystal Reports files you'd
expect? I would imagine that because you're including the .msm files
there isn't anything else required, though I don't have any experience
with CR to comment on this.

Are you sure that .Net is installed correctly, and that it's the correct
version? I know this might seem like a basic question, but it could be
something like this. Do other .Net apps work normally?

What version of Windows is the client? FlsAlloc requires Windows Server
2003 -
http://msdn.microsoft.com/library/de...e/flsalloc.asp

Jevon
"Jerry Spence1" <je**********@somewhere.com> wrote in message
news:43***********************@ptn-nntp-reader02.plus.net...
Thanks for your reply.

It's the application that fails on the target PC. Yes I have installed
Netframework on it.

I'm not sure what the .net bootstrapper is so I can't answer that.

You may have a point about the misleading nature of the message. When I
look down the lower part of the screen I get this:

GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL],
"FlsAlloc") called from
"c:\windows\assembly\gac\crystaldecisions.crystalr eports.engine\9.1.5000.0__692fbea5521e1304\CRYSTAL DECISIONS.CRYSTALREPORTS.ENGINE.DLL"
at address 0x0800FFDC and returned NULL by thread 1. Error: The
specified procedure could not be found (127).
and several other ones. Perhaps I should have mentioned that I am
deploying crystal reports (a subject I know little about). I am
including in the package:

C:\Program Files\Common Files\Merge
Modules\Crystal_Database_Access2003.msm
C:\Program Files\Common Files\Merge
Modules\Crystal_Database_Access2003_enu.msm
C:\Program Files\Common Files\Merge Modules\Crystal_Managed2003.msm

Do I need anything else to deploy CR?

(I've just looked an I have nothing in c:\windows\assembly\gac\ on the
target PC at all, so I guess this is the problem.).
Do I need to install CR on the target machine seperately or should the
Setup carry the require files with it?

Thanks

-Jerry
"Jevon" <pl****@ask.com> wrote in message
news:uI**************@TK2MSFTNGP12.phx.gbl...
The error is, I think, misleading. Note that for GDIPLUS.DLL it looks
in a couple of places - at a guess it then finds it in system32 and
carries on.
What is it that crashes? The installer or the application? Does the
test system have .Net framework installed? Are you including the .Net
bootstrapper?

Jevon
"Jerry Spence1" <je**********@somewhere.com> wrote in message
news:43***********************@ptn-nntp-reader04.plus.net...
>I have built a Setup file of my project and when I deploy it on another
>PC is crashes fairly quickly.
>
> I ran Dependancy Walker and found that it couldn't find the following
> files:
>
> MSCORPE.DLL
> MSCORSEC.DLL
> c:\windows\microsoft.net\framework\v1.1.4322\ADVAP I32.DLL
> c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\GDI32.DLL
> c:\windows\microsoft.net\framework\v1.1.4322\GDIPL US.DLL
> c:\windows\assembly\gac\system.drawing\1.0.5000.0_ _b03f5f7f11d50a3a\GDIPLUS.DLL
> c:\windows\microsoft.net\framework\v1.1.4322\KERNE L32.DLL
> c:\windows\assembly\gac\system.drawing\1.0.5000.0_ _b03f5f7f11d50a3a\MSCOREE.DLL
> c:\windows\microsoft.net\framework\v1.1.4322\en-us\MSCORRC.DLL
> c:\windows\microsoft.net\framework\v1.1.4322\en\MS CORRC.DLL
> c:\windows\microsoft.net\framework\v1.1.4322\OLE32 .DLL
> c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLE32.DLL
> c:\windows\microsoft.net\framework\v1.1.4322\OLEAU T32.DLL
> c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLEAUT32.DLL
> c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\OLEPRO32.DLL
> c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\USER32.DLL
> c:\windows\assembly\gac\system\1.0.5000.0__b77a5c5 61934e089\WS2_32.DLL
>
> The strange think is that some of these files are not in these
> locations on my PC either , which is where I built it. Some of them
> are in system32. For instance GDI32.DLL in in system32 on my PC and
> the target PC, so why is it looking in
> c:\windows\assembly\gac\system.windows.forms\1.0.5 000.0__b77a5c561934e089\?
>
> Thanks
>
> -Jerry
>
>
>



Nov 21 '05 #6

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

Similar topics

5
by: Arun Bhalla | last post by:
I'm working with VS.NET 2003 and .NET 1.1 (not SP1) on Windows XP SP1. My application is using the Windows Installer Bootstrap. (I may have also installed a module which detects requirements (.NET...
2
by: Felix | last post by:
Out of no where I'm starting to get these problems and my Deployment projects won't build anymore. Does anyone have any idea what's causing this? I've tried copying these files from another...
1
by: Richard Lewis Haggard | last post by:
I'm new to C# deployment project way of doing things and have run into a problem with a deployment project that has me stumped. I've put together a deployment of a project which works just fine for...
2
by: Scanner2001 | last post by:
This may not be the best group to post to, so if there are any suggestions as to a different group, please let me know. Here is what we are doing, we have a couple of dlls that are shared (i.e....
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
1
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
0
by: feng | last post by:
Hi, I am having a strange problem right now and I don't even know how to go about it. Someone please help me! Any inputs will be highly appreciated. We have an application that has a VB.Net...
0
by: Michael | last post by:
After a week of beating my head against a wall I still continue to receive the following error message when trying to deploy a package using the cabinet option. The same error occurs with a...
2
by: Bill Nguyen | last post by:
I ran into this error trying to run an app from Publish.htm. I can't find what is wrong with the deployment. Thanks a million Bill -------- PLATFORM VERSION INFO
1
by: =?Utf-8?B?dmNs?= | last post by:
Short version: IE7 and .NET Framework 2.0 breaks no touch deployment for .NET 1.1 applications. IE6 and .NET Framework 1.1 + 2.0 works fine. IE7 with .NET Framework 1.1 only is fine, once we add...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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...
0
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...
0
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...
0
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...

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.